Shades of Dark Violet #9C02ED
Tints of Dark Violet #9C02ED
RGB
CMYK
RGB Variations
Color information
#9C02ED (or 0x9C02ED) is known color: Dark Violet. HEX triplet: 9C, 02 and ED. RGB value is (156,2,237). Sum of RGB (Red+Green+Blue) = 156+2+237=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C02ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C02ED is #63FD12. Grayscale: #4A4A4A. Windows color (decimal): -6552851 or 15532700. OLE color: 15532700.
HSL color Cylindrical-coordinate representation of color #9C02ED: hue angle of 279.32º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C02ED is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 2 | 237 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.07 |
| HSL | 279.32º | 0.98% | 0.47% | - |
| HSV(B) | 279.32º | 0.99% | 0.93% | - |
| XYZ | 29.02 | 13.23 | 81.14 | - |
| YUV | 74.84 | 219.52 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 237 | 0.34 | 0.99 | 0 | 0.07 | 279.32 | 0.98 | 0.47 |
| Hex | 9C | 2 | ED | 22 | 63 | 0 | 7 | 117 | 62 | 2F |
| Octal | 234 | 2 | 355 | 42 | 143 | 0 | 7 | 427 | 142 | 57 |
| Binary | 10011100 | 10 | 11101101 | 100010 | 1100011 | 0 | 111 | 100010111 | 1100010 | 101111 |
Color Harmonies of #9C02ED
Complementary color
Monochromatic Colors of #9C02ED
Black with #9C02ED
Text Example
Text Example
White with #9C02ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C02ED; }
p { color: rgb(156,2,237); }
H1.HeaderClassName
{
color: #9C02ED;
}
.AnyTagClassName
{
color: #9C02ED;
}
</style>
background-color css
<style>
a { background-color: #9C02ED; }
a { background-color: rgb(156,2,237); }
div.DivClassName
{
background-color: #9C02ED;
}
.BgClassName
{
background-color: #9C02ED;
}
</style>
border-color css
<style>
span { border-color: #9C02ED; }
span { border-color: rgb(156,2,237); }
td.TdClassName
{
border-color: #9C02ED;
}
.TagClassName
{
border-color: #9C02ED;
}
</style>