Shades of Dark Violet #8E02CF
Tints of Dark Violet #8E02CF
RGB
CMYK
RGB Variations
Color information
#8E02CF (or 0x8E02CF) is known color: Dark Violet. HEX triplet: 8E, 02 and CF. RGB value is (142,2,207). Sum of RGB (Red+Green+Blue) = 142+2+207=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E02CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E02CF is #71FD30. Grayscale: #424242. Windows color (decimal): -7470385 or 13566606. OLE color: 13566606.
HSL color Cylindrical-coordinate representation of color #8E02CF: hue angle of 280.98º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02CF is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 2 | 207 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.19 |
| HSL | 280.98º | 0.98% | 0.41% | - |
| HSV(B) | 280.98º | 0.99% | 0.81% | - |
| XYZ | 22.44 | 10.3 | 59.84 | - |
| YUV | 67.23 | 206.88 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 207 | 0.31 | 0.99 | 0 | 0.19 | 280.98 | 0.98 | 0.41 |
| Hex | 8E | 2 | CF | 1F | 63 | 0 | 13 | 119 | 62 | 29 |
| Octal | 216 | 2 | 317 | 37 | 143 | 0 | 23 | 431 | 142 | 51 |
| Binary | 10001110 | 10 | 11001111 | 11111 | 1100011 | 0 | 10011 | 100011001 | 1100010 | 101001 |
Color Harmonies of #8E02CF
Complementary color
Monochromatic Colors of #8E02CF
Black with #8E02CF
Text Example
Text Example
White with #8E02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E02CF; }
p { color: rgb(142,2,207); }
H1.HeaderClassName
{
color: #8E02CF;
}
.AnyTagClassName
{
color: #8E02CF;
}
</style>
background-color css
<style>
a { background-color: #8E02CF; }
a { background-color: rgb(142,2,207); }
div.DivClassName
{
background-color: #8E02CF;
}
.BgClassName
{
background-color: #8E02CF;
}
</style>
border-color css
<style>
span { border-color: #8E02CF; }
span { border-color: rgb(142,2,207); }
td.TdClassName
{
border-color: #8E02CF;
}
.TagClassName
{
border-color: #8E02CF;
}
</style>