Shades of Dark Violet #9C11BD
Tints of Dark Violet #9C11BD
RGB
CMYK
RGB Variations
Color information
#9C11BD (or 0x9C11BD) is known color: Dark Violet. HEX triplet: 9C, 11 and BD. RGB value is (156,17,189). Sum of RGB (Red+Green+Blue) = 156+17+189=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C11BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C11BD is #63EE42. Grayscale: #4D4D4D. Windows color (decimal): -6549059 or 12390812. OLE color: 12390812.
HSL color Cylindrical-coordinate representation of color #9C11BD: hue angle of 288.49º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C11BD is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 17 | 189 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.26 |
| HSL | 288.49º | 0.83% | 0.4% | - |
| HSV(B) | 288.49º | 0.91% | 0.74% | - |
| XYZ | 23.1 | 11.14 | 49.08 | - |
| YUV | 78.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 17 | 189 | 0.17 | 0.91 | 0 | 0.26 | 288.49 | 0.83 | 0.4 |
| Hex | 9C | 11 | BD | 11 | 5B | 0 | 1A | 120 | 53 | 28 |
| Octal | 234 | 21 | 275 | 21 | 133 | 0 | 32 | 440 | 123 | 50 |
| Binary | 10011100 | 10001 | 10111101 | 10001 | 1011011 | 0 | 11010 | 100100000 | 1010011 | 101000 |
Color Harmonies of #9C11BD
Complementary color
Monochromatic Colors of #9C11BD
Black with #9C11BD
Text Example
Text Example
White with #9C11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C11BD; }
p { color: rgb(156,17,189); }
H1.HeaderClassName
{
color: #9C11BD;
}
.AnyTagClassName
{
color: #9C11BD;
}
</style>
background-color css
<style>
a { background-color: #9C11BD; }
a { background-color: rgb(156,17,189); }
div.DivClassName
{
background-color: #9C11BD;
}
.BgClassName
{
background-color: #9C11BD;
}
</style>
border-color css
<style>
span { border-color: #9C11BD; }
span { border-color: rgb(156,17,189); }
td.TdClassName
{
border-color: #9C11BD;
}
.TagClassName
{
border-color: #9C11BD;
}
</style>