Shades of Dark Violet #8E00DE
Tints of Dark Violet #8E00DE
RGB
CMYK
RGB Variations
Color information
#8E00DE (or 0x8E00DE) is known color: Dark Violet. HEX triplet: 8E, 00 and DE. RGB value is (142,0,222). Sum of RGB (Red+Green+Blue) = 142+0+222=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E00DE is #71FF21. Grayscale: #434343. Windows color (decimal): -7470882 or 14549134. OLE color: 14549134.
HSL color Cylindrical-coordinate representation of color #8E00DE: hue angle of 278.38º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E00DE is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 0 | 222 | - |
| CMYK | 0.36 | 1 | 0 | 0.13 |
| HSL | 278.38º | 1% | 0.44% | - |
| HSV(B) | 278.38º | 1% | 0.87% | - |
| XYZ | 24.34 | 11.02 | 69.95 | - |
| YUV | 67.77 | 215.04 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 222 | 0.36 | 1 | 0 | 0.13 | 278.38 | 1 | 0.44 |
| Hex | 8E | 0 | DE | 24 | 64 | 0 | D | 116 | 64 | 2C |
| Octal | 216 | 0 | 336 | 44 | 144 | 0 | 15 | 426 | 144 | 54 |
| Binary | 10001110 | 0 | 11011110 | 100100 | 1100100 | 0 | 1101 | 100010110 | 1100100 | 101100 |
Color Harmonies of #8E00DE
Complementary color
Monochromatic Colors of #8E00DE
Black with #8E00DE
Text Example
Text Example
White with #8E00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E00DE; }
p { color: rgb(142,0,222); }
H1.HeaderClassName
{
color: #8E00DE;
}
.AnyTagClassName
{
color: #8E00DE;
}
</style>
background-color css
<style>
a { background-color: #8E00DE; }
a { background-color: rgb(142,0,222); }
div.DivClassName
{
background-color: #8E00DE;
}
.BgClassName
{
background-color: #8E00DE;
}
</style>
border-color css
<style>
span { border-color: #8E00DE; }
span { border-color: rgb(142,0,222); }
td.TdClassName
{
border-color: #8E00DE;
}
.TagClassName
{
border-color: #8E00DE;
}
</style>