Shades of Dark Violet #8E06E1
Tints of Dark Violet #8E06E1
RGB
CMYK
RGB Variations
Color information
#8E06E1 (or 0x8E06E1) is known color: Dark Violet. HEX triplet: 8E, 06 and E1. RGB value is (142,6,225). Sum of RGB (Red+Green+Blue) = 142+6+225=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #8E06E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E06E1 is #71F91E. Grayscale: #464646. Windows color (decimal): -7469343 or 14747278. OLE color: 14747278.
HSL color Cylindrical-coordinate representation of color #8E06E1: hue angle of 277.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E06E1 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 6 | 225 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.12 |
| HSL | 277.26º | 0.95% | 0.45% | - |
| HSV(B) | 277.26º | 0.97% | 0.88% | - |
| XYZ | 24.81 | 11.32 | 72.11 | - |
| YUV | 71.63 | 214.56 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 6 | 225 | 0.37 | 0.97 | 0 | 0.12 | 277.26 | 0.95 | 0.45 |
| Hex | 8E | 6 | E1 | 25 | 61 | 0 | C | 115 | 5F | 2D |
| Octal | 216 | 6 | 341 | 45 | 141 | 0 | 14 | 425 | 137 | 55 |
| Binary | 10001110 | 110 | 11100001 | 100101 | 1100001 | 0 | 1100 | 100010101 | 1011111 | 101101 |
Color Harmonies of #8E06E1
Complementary color
Monochromatic Colors of #8E06E1
Black with #8E06E1
Text Example
Text Example
White with #8E06E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E06E1; }
p { color: rgb(142,6,225); }
H1.HeaderClassName
{
color: #8E06E1;
}
.AnyTagClassName
{
color: #8E06E1;
}
</style>
background-color css
<style>
a { background-color: #8E06E1; }
a { background-color: rgb(142,6,225); }
div.DivClassName
{
background-color: #8E06E1;
}
.BgClassName
{
background-color: #8E06E1;
}
</style>
border-color css
<style>
span { border-color: #8E06E1; }
span { border-color: rgb(142,6,225); }
td.TdClassName
{
border-color: #8E06E1;
}
.TagClassName
{
border-color: #8E06E1;
}
</style>