Shades of Dark Violet #9C16DB
Tints of Dark Violet #9C16DB
RGB
CMYK
RGB Variations
Color information
#9C16DB (or 0x9C16DB) is known color: Dark Violet. HEX triplet: 9C, 16 and DB. RGB value is (156,22,219). Sum of RGB (Red+Green+Blue) = 156+22+219=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C16DB is #63E924. Grayscale: #535353. Windows color (decimal): -6547749 or 14358172. OLE color: 14358172.
HSL color Cylindrical-coordinate representation of color #9C16DB: hue angle of 280.81º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C16DB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 22 | 219 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.14 |
| HSL | 280.81º | 0.82% | 0.47% | - |
| HSV(B) | 280.81º | 0.9% | 0.86% | - |
| XYZ | 26.78 | 12.76 | 68.07 | - |
| YUV | 84.52 | 203.89 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 22 | 219 | 0.29 | 0.90 | 0 | 0.14 | 280.81 | 0.82 | 0.47 |
| Hex | 9C | 16 | DB | 1D | 5A | 0 | E | 119 | 52 | 2F |
| Octal | 234 | 26 | 333 | 35 | 132 | 0 | 16 | 431 | 122 | 57 |
| Binary | 10011100 | 10110 | 11011011 | 11101 | 1011010 | 0 | 1110 | 100011001 | 1010010 | 101111 |
Color Harmonies of #9C16DB
Complementary color
Monochromatic Colors of #9C16DB
Black with #9C16DB
Text Example
Text Example
White with #9C16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C16DB; }
p { color: rgb(156,22,219); }
H1.HeaderClassName
{
color: #9C16DB;
}
.AnyTagClassName
{
color: #9C16DB;
}
</style>
background-color css
<style>
a { background-color: #9C16DB; }
a { background-color: rgb(156,22,219); }
div.DivClassName
{
background-color: #9C16DB;
}
.BgClassName
{
background-color: #9C16DB;
}
</style>
border-color css
<style>
span { border-color: #9C16DB; }
span { border-color: rgb(156,22,219); }
td.TdClassName
{
border-color: #9C16DB;
}
.TagClassName
{
border-color: #9C16DB;
}
</style>