Shades of Dark Violet #8E00DF
Tints of Dark Violet #8E00DF
RGB
CMYK
RGB Variations
Color information
#8E00DF (or 0x8E00DF) is known color: Dark Violet. HEX triplet: 8E, 00 and DF. RGB value is (142,0,223). Sum of RGB (Red+Green+Blue) = 142+0+223=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E00DF is #71FF20. Grayscale: #434343. Windows color (decimal): -7470881 or 14614670. OLE color: 14614670.
HSL color Cylindrical-coordinate representation of color #8E00DF: hue angle of 278.21º 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 #8E00DF is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 0 | 223 | - |
| CMYK | 0.36 | 1 | 0 | 0.13 |
| HSL | 278.21º | 1% | 0.44% | - |
| HSV(B) | 278.21º | 1% | 0.87% | - |
| XYZ | 24.47 | 11.08 | 70.66 | - |
| YUV | 67.88 | 215.54 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 223 | 0.36 | 1 | 0 | 0.13 | 278.21 | 1 | 0.44 |
| Hex | 8E | 0 | DF | 24 | 64 | 0 | D | 116 | 64 | 2C |
| Octal | 216 | 0 | 337 | 44 | 144 | 0 | 15 | 426 | 144 | 54 |
| Binary | 10001110 | 0 | 11011111 | 100100 | 1100100 | 0 | 1101 | 100010110 | 1100100 | 101100 |
Color Harmonies of #8E00DF
Complementary color
Monochromatic Colors of #8E00DF
Black with #8E00DF
Text Example
Text Example
White with #8E00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E00DF; }
p { color: rgb(142,0,223); }
H1.HeaderClassName
{
color: #8E00DF;
}
.AnyTagClassName
{
color: #8E00DF;
}
</style>
background-color css
<style>
a { background-color: #8E00DF; }
a { background-color: rgb(142,0,223); }
div.DivClassName
{
background-color: #8E00DF;
}
.BgClassName
{
background-color: #8E00DF;
}
</style>
border-color css
<style>
span { border-color: #8E00DF; }
span { border-color: rgb(142,0,223); }
td.TdClassName
{
border-color: #8E00DF;
}
.TagClassName
{
border-color: #8E00DF;
}
</style>