Electric Violet (#8F00FF)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 5.81:1 — vs black: 3.61:1

Color values

  • HEX #8F00FF
  • RGB rgb(143, 0, 255)
  • HSL hsl(273, 100%, 100%)
  • CMYK cmyk( 43.92, 100, 0, 0 )
  • Websafe #9900FF

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #8F00FF based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Electric Violet
#8F00FF Base
#70FF00
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Electric Violet
#8F00FF Base
#1000FF
#FF00EF
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Electric Violet
#8F00FF Base
#00FF8F
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Electric Violet
#8F00FF Base
#EFFF00
#00FF10
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Electric Violet
#8F00FF Base
#FF1000
#70FF00
#00EFFF
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Electric Violet
#8F00FF Base
#390066
#6400B3
#7800D6
#A129FF
#B14DFF
#D299FF
Shades & Tints

Darker shades and lighter tints of Electric Violet, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0E001A
#280047
#420075
#5C00A3
#7500D1
Electric Violet #8F00FF Base
#A32EFF
#B75CFF
#CB8AFF
#E0B8FF
#F4E6FF
CSS & SCSS Snippets

Ready-to-use code snippets for #8F00FF. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #8F00FF;
}

/* Text */
.element {
    color: #8F00FF;
}

/* Border */
.element {
    border: 1px solid #8F00FF;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #8F00FF,
        #FFFFFF
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #8F00FF,
        #FFFFFF
    );
}
SCSS Variable
// SCSS variable
$electric-violet: #8F00FF;

// With RGB channels (useful for rgba() usage)
$electric-violet-r: 143;
$electric-violet-g: 0;
$electric-violet-b: 255;

// Usage
.element {
    background-color: $electric-violet;
    color: rgba($electric-violet-r, $electric-violet-g, $electric-violet-b, 0.8);
}
Color Blindness Simulation

How Electric Violet appears to people with different types of color vision deficiency.

Normal Vision #8F00FF How the color appears with full color vision.
Deuteranopia #5050FE Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #3030FF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #696464 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #656565 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Electric Violet ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Electric Violet #8F00FF Base
Violet (color Wheel) #7F00FF ΔE 2.34
Vivid Violet #9F00FF ΔE 2.56
Blue Violet #8A2BE2 ΔE 3.51
Veronica #A020F0 ΔE 3.78

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.