Shades of Dark Violet #8C02EF
Tints of Dark Violet #8C02EF
RGB
CMYK
RGB Variations
Color information
#8C02EF (or 0x8C02EF) is known color: Dark Violet. HEX triplet: 8C, 02 and EF. RGB value is (140,2,239). Sum of RGB (Red+Green+Blue) = 140+2+239=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C02EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C02EF is #73FD10. Grayscale: #454545. Windows color (decimal): -7601425 or 15663756. OLE color: 15663756.
HSL color Cylindrical-coordinate representation of color #8C02EF: hue angle of 274.94º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02EF is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 2 | 239 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.06 |
| HSL | 274.94º | 0.98% | 0.47% | - |
| HSV(B) | 274.94º | 0.99% | 0.94% | - |
| XYZ | 26.42 | 11.85 | 82.56 | - |
| YUV | 70.28 | 223.22 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 239 | 0.41 | 0.99 | 0 | 0.06 | 274.94 | 0.98 | 0.47 |
| Hex | 8C | 2 | EF | 29 | 63 | 0 | 6 | 113 | 62 | 2F |
| Octal | 214 | 2 | 357 | 51 | 143 | 0 | 6 | 423 | 142 | 57 |
| Binary | 10001100 | 10 | 11101111 | 101001 | 1100011 | 0 | 110 | 100010011 | 1100010 | 101111 |
Color Harmonies of #8C02EF
Complementary color
Monochromatic Colors of #8C02EF
Black with #8C02EF
Text Example
Text Example
White with #8C02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C02EF; }
p { color: rgb(140,2,239); }
H1.HeaderClassName
{
color: #8C02EF;
}
.AnyTagClassName
{
color: #8C02EF;
}
</style>
background-color css
<style>
a { background-color: #8C02EF; }
a { background-color: rgb(140,2,239); }
div.DivClassName
{
background-color: #8C02EF;
}
.BgClassName
{
background-color: #8C02EF;
}
</style>
border-color css
<style>
span { border-color: #8C02EF; }
span { border-color: rgb(140,2,239); }
td.TdClassName
{
border-color: #8C02EF;
}
.TagClassName
{
border-color: #8C02EF;
}
</style>