Shades of Dark Violet #9C11CD
Tints of Dark Violet #9C11CD
RGB
CMYK
RGB Variations
Color information
#9C11CD (or 0x9C11CD) is known color: Dark Violet. HEX triplet: 9C, 11 and CD. RGB value is (156,17,205). Sum of RGB (Red+Green+Blue) = 156+17+205=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C11CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C11CD is #63EE32. Grayscale: #4F4F4F. Windows color (decimal): -6549043 or 13439388. OLE color: 13439388.
HSL color Cylindrical-coordinate representation of color #9C11CD: hue angle of 284.36º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C11CD is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 17 | 205 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.20 |
| HSL | 284.36º | 0.85% | 0.44% | - |
| HSV(B) | 284.36º | 0.92% | 0.8% | - |
| XYZ | 24.93 | 11.88 | 58.74 | - |
| YUV | 79.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 205 | 0.24 | 0.92 | 0 | 0.20 | 284.36 | 0.85 | 0.44 |
| Hex | 9C | 11 | CD | 18 | 5C | 0 | 14 | 11C | 55 | 2C |
| Octal | 234 | 21 | 315 | 30 | 134 | 0 | 24 | 434 | 125 | 54 |
| Binary | 10011100 | 10001 | 11001101 | 11000 | 1011100 | 0 | 10100 | 100011100 | 1010101 | 101100 |
Color Harmonies of #9C11CD
Complementary color
Monochromatic Colors of #9C11CD
Black with #9C11CD
Text Example
Text Example
White with #9C11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C11CD; }
p { color: rgb(156,17,205); }
H1.HeaderClassName
{
color: #9C11CD;
}
.AnyTagClassName
{
color: #9C11CD;
}
</style>
background-color css
<style>
a { background-color: #9C11CD; }
a { background-color: rgb(156,17,205); }
div.DivClassName
{
background-color: #9C11CD;
}
.BgClassName
{
background-color: #9C11CD;
}
</style>
border-color css
<style>
span { border-color: #9C11CD; }
span { border-color: rgb(156,17,205); }
td.TdClassName
{
border-color: #9C11CD;
}
.TagClassName
{
border-color: #9C11CD;
}
</style>