Shades of Dark Violet #8E07EC
Tints of Dark Violet #8E07EC
RGB
CMYK
RGB Variations
Color information
#8E07EC (or 0x8E07EC) is known color: Dark Violet. HEX triplet: 8E, 07 and EC. RGB value is (142,7,236). Sum of RGB (Red+Green+Blue) = 142+7+236=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E07EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E07EC is #71F813. Grayscale: #484848. Windows color (decimal): -7469076 or 15468430. OLE color: 15468430.
HSL color Cylindrical-coordinate representation of color #8E07EC: hue angle of 275.37º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E07EC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 7 | 236 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.07 |
| HSL | 275.37º | 0.94% | 0.48% | - |
| HSV(B) | 275.37º | 0.97% | 0.93% | - |
| XYZ | 26.37 | 11.96 | 80.28 | - |
| YUV | 73.47 | 219.73 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 236 | 0.40 | 0.97 | 0 | 0.07 | 275.37 | 0.94 | 0.48 |
| Hex | 8E | 7 | EC | 28 | 61 | 0 | 7 | 113 | 5E | 30 |
| Octal | 216 | 7 | 354 | 50 | 141 | 0 | 7 | 423 | 136 | 60 |
| Binary | 10001110 | 111 | 11101100 | 101000 | 1100001 | 0 | 111 | 100010011 | 1011110 | 110000 |
Color Harmonies of #8E07EC
Complementary color
Monochromatic Colors of #8E07EC
Black with #8E07EC
Text Example
Text Example
White with #8E07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E07EC; }
p { color: rgb(142,7,236); }
H1.HeaderClassName
{
color: #8E07EC;
}
.AnyTagClassName
{
color: #8E07EC;
}
</style>
background-color css
<style>
a { background-color: #8E07EC; }
a { background-color: rgb(142,7,236); }
div.DivClassName
{
background-color: #8E07EC;
}
.BgClassName
{
background-color: #8E07EC;
}
</style>
border-color css
<style>
span { border-color: #8E07EC; }
span { border-color: rgb(142,7,236); }
td.TdClassName
{
border-color: #8E07EC;
}
.TagClassName
{
border-color: #8E07EC;
}
</style>