French Violet (#8806CE)

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: 7.08:1 — vs black: 2.96:1

Color values

  • HEX #8806CE
  • RGB rgb(136, 6, 206)
  • HSL hsl(279, 97%, 80%)
  • CMYK cmyk( 33.98, 97.09, 0, 19.22 )

Tags

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

Color Harmonies

Colors that pair well with #8806CE based on color theory relationships.

Complementary

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

French Violet
#8806CE Base
#4CCE06
Analogous

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

French Violet
#8806CE Base
#2406CE
#CE06B0
Triadic

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

French Violet
#8806CE Base
#CE8806
#06CE88
Split-Complementary

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

French Violet
#8806CE Base
#B0CE06
#06CE24
Tetradic (Square)

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

French Violet
#8806CE Base
#CE2406
#4CCE06
#06B0CE
Monochromatic

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

French Violet
#8806CE Base
#260239
#570484
#6E05A6
#A207F6
#B028F9
#CB72FB
Shades & Tints

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

Shades (darker)

#100119
#28023D
#400361
#580486
#7005AA
French Violet #8806CE Base
#A812F8
#BB47FA
#CF7CFB
#E2B1FD
#F6E6FE
CSS & SCSS Snippets

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

CSS Properties
/* Background */
.element {
    background-color: #8806CE;
}

/* Text */
.element {
    color: #8806CE;
}

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #8806CE,
        #C0FE9E
    );
}
SCSS Variable
// SCSS variable
$french-violet: #8806CE;

// With RGB channels (useful for rgba() usage)
$french-violet-r: 136;
$french-violet-g: 6;
$french-violet-b: 206;

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

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

Normal Vision #8806CE How the color appears with full color vision.
Deuteranopia #4C4CCD 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 #2F2FCE Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #715050 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #585858 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 French Violet ranked by perceptual difference (Delta-E 2000 — lower = more similar).

French Violet #8806CE Base
Dark Violet #9400D3 ΔE 2.07
Purple (Munsell) #9F00C5 ΔE 4.42
Violet (RYB) #8601AF ΔE 4.48
Blue Violet #8A2BE2 ΔE 4.69

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.