Shades of Dark Violet #9C11DD
Tints of Dark Violet #9C11DD
RGB
CMYK
RGB Variations
Color information
#9C11DD (or 0x9C11DD) is known color: Dark Violet. HEX triplet: 9C, 11 and DD. RGB value is (156,17,221). Sum of RGB (Red+Green+Blue) = 156+17+221=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C11DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C11DD is #63EE22. Grayscale: #515151. Windows color (decimal): -6549027 or 14487964. OLE color: 14487964.
HSL color Cylindrical-coordinate representation of color #9C11DD: hue angle of 280.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C11DD is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 17 | 221 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.13 |
| HSL | 280.88º | 0.86% | 0.47% | - |
| HSV(B) | 280.88º | 0.92% | 0.87% | - |
| XYZ | 26.96 | 12.69 | 69.43 | - |
| YUV | 81.82 | 206.55 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 221 | 0.29 | 0.92 | 0 | 0.13 | 280.88 | 0.86 | 0.47 |
| Hex | 9C | 11 | DD | 1D | 5C | 0 | D | 119 | 56 | 2F |
| Octal | 234 | 21 | 335 | 35 | 134 | 0 | 15 | 431 | 126 | 57 |
| Binary | 10011100 | 10001 | 11011101 | 11101 | 1011100 | 0 | 1101 | 100011001 | 1010110 | 101111 |
Color Harmonies of #9C11DD
Complementary color
Monochromatic Colors of #9C11DD
Black with #9C11DD
Text Example
Text Example
White with #9C11DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C11DD; }
p { color: rgb(156,17,221); }
H1.HeaderClassName
{
color: #9C11DD;
}
.AnyTagClassName
{
color: #9C11DD;
}
</style>
background-color css
<style>
a { background-color: #9C11DD; }
a { background-color: rgb(156,17,221); }
div.DivClassName
{
background-color: #9C11DD;
}
.BgClassName
{
background-color: #9C11DD;
}
</style>
border-color css
<style>
span { border-color: #9C11DD; }
span { border-color: rgb(156,17,221); }
td.TdClassName
{
border-color: #9C11DD;
}
.TagClassName
{
border-color: #9C11DD;
}
</style>