Shades of Dark Violet #9C19DC
Tints of Dark Violet #9C19DC
RGB
CMYK
RGB Variations
Color information
#9C19DC (or 0x9C19DC) is known color: Dark Violet. HEX triplet: 9C, 19 and DC. RGB value is (156,25,220). Sum of RGB (Red+Green+Blue) = 156+25+220=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C19DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C19DC is #63E623. Grayscale: #555555. Windows color (decimal): -6546980 or 14424476. OLE color: 14424476.
HSL color Cylindrical-coordinate representation of color #9C19DC: hue angle of 280.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C19DC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 25 | 220 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.14 |
| HSL | 280.31º | 0.8% | 0.48% | - |
| HSV(B) | 280.31º | 0.89% | 0.86% | - |
| XYZ | 26.98 | 12.93 | 68.78 | - |
| YUV | 86.4 | 203.4 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 220 | 0.29 | 0.89 | 0 | 0.14 | 280.31 | 0.8 | 0.48 |
| Hex | 9C | 19 | DC | 1D | 59 | 0 | E | 118 | 50 | 30 |
| Octal | 234 | 31 | 334 | 35 | 131 | 0 | 16 | 430 | 120 | 60 |
| Binary | 10011100 | 11001 | 11011100 | 11101 | 1011001 | 0 | 1110 | 100011000 | 1010000 | 110000 |
Color Harmonies of #9C19DC
Complementary color
Monochromatic Colors of #9C19DC
Black with #9C19DC
Text Example
Text Example
White with #9C19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C19DC; }
p { color: rgb(156,25,220); }
H1.HeaderClassName
{
color: #9C19DC;
}
.AnyTagClassName
{
color: #9C19DC;
}
</style>
background-color css
<style>
a { background-color: #9C19DC; }
a { background-color: rgb(156,25,220); }
div.DivClassName
{
background-color: #9C19DC;
}
.BgClassName
{
background-color: #9C19DC;
}
</style>
border-color css
<style>
span { border-color: #9C19DC; }
span { border-color: rgb(156,25,220); }
td.TdClassName
{
border-color: #9C19DC;
}
.TagClassName
{
border-color: #9C19DC;
}
</style>