Shades of Dark Violet #9C19DD
Tints of Dark Violet #9C19DD
RGB
CMYK
RGB Variations
Color information
#9C19DD (or 0x9C19DD) is known color: Dark Violet. HEX triplet: 9C, 19 and DD. RGB value is (156,25,221). Sum of RGB (Red+Green+Blue) = 156+25+221=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C19DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C19DD is #63E622. Grayscale: #555555. Windows color (decimal): -6546979 or 14490012. OLE color: 14490012.
HSL color Cylindrical-coordinate representation of color #9C19DD: hue angle of 280.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C19DD is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 25 | 221 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.13 |
| HSL | 280.1º | 0.8% | 0.48% | - |
| HSV(B) | 280.1º | 0.89% | 0.87% | - |
| XYZ | 27.11 | 12.98 | 69.48 | - |
| YUV | 86.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 25 | 221 | 0.29 | 0.89 | 0 | 0.13 | 280.1 | 0.8 | 0.48 |
| Hex | 9C | 19 | DD | 1D | 59 | 0 | D | 118 | 50 | 30 |
| Octal | 234 | 31 | 335 | 35 | 131 | 0 | 15 | 430 | 120 | 60 |
| Binary | 10011100 | 11001 | 11011101 | 11101 | 1011001 | 0 | 1101 | 100011000 | 1010000 | 110000 |
Color Harmonies of #9C19DD
Complementary color
Monochromatic Colors of #9C19DD
Black with #9C19DD
Text Example
Text Example
White with #9C19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C19DD; }
p { color: rgb(156,25,221); }
H1.HeaderClassName
{
color: #9C19DD;
}
.AnyTagClassName
{
color: #9C19DD;
}
</style>
background-color css
<style>
a { background-color: #9C19DD; }
a { background-color: rgb(156,25,221); }
div.DivClassName
{
background-color: #9C19DD;
}
.BgClassName
{
background-color: #9C19DD;
}
</style>
border-color css
<style>
span { border-color: #9C19DD; }
span { border-color: rgb(156,25,221); }
td.TdClassName
{
border-color: #9C19DD;
}
.TagClassName
{
border-color: #9C19DD;
}
</style>