Shades of Dark Violet #9C16BA
Tints of Dark Violet #9C16BA
RGB
CMYK
RGB Variations
Color information
#9C16BA (or 0x9C16BA) is known color: Dark Violet. HEX triplet: 9C, 16 and BA. RGB value is (156,22,186). Sum of RGB (Red+Green+Blue) = 156+22+186=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C16BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C16BA is #63E945. Grayscale: #505050. Windows color (decimal): -6547782 or 12195484. OLE color: 12195484.
HSL color Cylindrical-coordinate representation of color #9C16BA: hue angle of 289.02º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C16BA is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 22 | 186 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.27 |
| HSL | 289.02º | 0.79% | 0.41% | - |
| HSV(B) | 289.02º | 0.88% | 0.73% | - |
| XYZ | 22.86 | 11.19 | 47.41 | - |
| YUV | 80.76 | 187.39 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 186 | 0.16 | 0.88 | 0 | 0.27 | 289.02 | 0.79 | 0.41 |
| Hex | 9C | 16 | BA | 10 | 58 | 0 | 1B | 121 | 4F | 29 |
| Octal | 234 | 26 | 272 | 20 | 130 | 0 | 33 | 441 | 117 | 51 |
| Binary | 10011100 | 10110 | 10111010 | 10000 | 1011000 | 0 | 11011 | 100100001 | 1001111 | 101001 |
Color Harmonies of #9C16BA
Complementary color
Monochromatic Colors of #9C16BA
Black with #9C16BA
Text Example
Text Example
White with #9C16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C16BA; }
p { color: rgb(156,22,186); }
H1.HeaderClassName
{
color: #9C16BA;
}
.AnyTagClassName
{
color: #9C16BA;
}
</style>
background-color css
<style>
a { background-color: #9C16BA; }
a { background-color: rgb(156,22,186); }
div.DivClassName
{
background-color: #9C16BA;
}
.BgClassName
{
background-color: #9C16BA;
}
</style>
border-color css
<style>
span { border-color: #9C16BA; }
span { border-color: rgb(156,22,186); }
td.TdClassName
{
border-color: #9C16BA;
}
.TagClassName
{
border-color: #9C16BA;
}
</style>