Shades of Dark Violet #8C02DD
Tints of Dark Violet #8C02DD
RGB
CMYK
RGB Variations
Color information
#8C02DD (or 0x8C02DD) is known color: Dark Violet. HEX triplet: 8C, 02 and DD. RGB value is (140,2,221). Sum of RGB (Red+Green+Blue) = 140+2+221=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C02DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C02DD is #73FD22. Grayscale: #434343. Windows color (decimal): -7601443 or 14484108. OLE color: 14484108.
HSL color Cylindrical-coordinate representation of color #8C02DD: hue angle of 277.81º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C02DD is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 2 | 221 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.13 |
| HSL | 277.81º | 0.98% | 0.44% | - |
| HSV(B) | 277.81º | 0.99% | 0.87% | - |
| XYZ | 23.89 | 10.84 | 69.24 | - |
| YUV | 68.23 | 214.22 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 221 | 0.37 | 0.99 | 0 | 0.13 | 277.81 | 0.98 | 0.44 |
| Hex | 8C | 2 | DD | 25 | 63 | 0 | D | 116 | 62 | 2C |
| Octal | 214 | 2 | 335 | 45 | 143 | 0 | 15 | 426 | 142 | 54 |
| Binary | 10001100 | 10 | 11011101 | 100101 | 1100011 | 0 | 1101 | 100010110 | 1100010 | 101100 |
Color Harmonies of #8C02DD
Complementary color
Monochromatic Colors of #8C02DD
Black with #8C02DD
Text Example
Text Example
White with #8C02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C02DD; }
p { color: rgb(140,2,221); }
H1.HeaderClassName
{
color: #8C02DD;
}
.AnyTagClassName
{
color: #8C02DD;
}
</style>
background-color css
<style>
a { background-color: #8C02DD; }
a { background-color: rgb(140,2,221); }
div.DivClassName
{
background-color: #8C02DD;
}
.BgClassName
{
background-color: #8C02DD;
}
</style>
border-color css
<style>
span { border-color: #8C02DD; }
span { border-color: rgb(140,2,221); }
td.TdClassName
{
border-color: #8C02DD;
}
.TagClassName
{
border-color: #8C02DD;
}
</style>