Shades of Dark Violet #8C02DC
Tints of Dark Violet #8C02DC
RGB
CMYK
RGB Variations
Color information
#8C02DC (or 0x8C02DC) is known color: Dark Violet. HEX triplet: 8C, 02 and DC. RGB value is (140,2,220). Sum of RGB (Red+Green+Blue) = 140+2+220=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C02DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C02DC is #73FD23. Grayscale: #434343. Windows color (decimal): -7601444 or 14418572. OLE color: 14418572.
HSL color Cylindrical-coordinate representation of color #8C02DC: hue angle of 277.98º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02DC is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 2 | 220 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.14 |
| HSL | 277.98º | 0.98% | 0.44% | - |
| HSV(B) | 277.98º | 0.99% | 0.86% | - |
| XYZ | 23.76 | 10.79 | 68.54 | - |
| YUV | 68.11 | 213.72 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 220 | 0.36 | 0.99 | 0 | 0.14 | 277.98 | 0.98 | 0.44 |
| Hex | 8C | 2 | DC | 24 | 63 | 0 | E | 116 | 62 | 2C |
| Octal | 214 | 2 | 334 | 44 | 143 | 0 | 16 | 426 | 142 | 54 |
| Binary | 10001100 | 10 | 11011100 | 100100 | 1100011 | 0 | 1110 | 100010110 | 1100010 | 101100 |
Color Harmonies of #8C02DC
Complementary color
Monochromatic Colors of #8C02DC
Black with #8C02DC
Text Example
Text Example
White with #8C02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C02DC; }
p { color: rgb(140,2,220); }
H1.HeaderClassName
{
color: #8C02DC;
}
.AnyTagClassName
{
color: #8C02DC;
}
</style>
background-color css
<style>
a { background-color: #8C02DC; }
a { background-color: rgb(140,2,220); }
div.DivClassName
{
background-color: #8C02DC;
}
.BgClassName
{
background-color: #8C02DC;
}
</style>
border-color css
<style>
span { border-color: #8C02DC; }
span { border-color: rgb(140,2,220); }
td.TdClassName
{
border-color: #8C02DC;
}
.TagClassName
{
border-color: #8C02DC;
}
</style>