Shades of Dark Violet #9C17DB
Tints of Dark Violet #9C17DB
RGB
CMYK
RGB Variations
Color information
#9C17DB (or 0x9C17DB) is known color: Dark Violet. HEX triplet: 9C, 17 and DB. RGB value is (156,23,219). Sum of RGB (Red+Green+Blue) = 156+23+219=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C17DB is #63E824. Grayscale: #545454. Windows color (decimal): -6547493 or 14358428. OLE color: 14358428.
HSL color Cylindrical-coordinate representation of color #9C17DB: hue angle of 280.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C17DB is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 23 | 219 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.14 |
| HSL | 280.71º | 0.81% | 0.47% | - |
| HSV(B) | 280.71º | 0.89% | 0.86% | - |
| XYZ | 26.8 | 12.8 | 68.07 | - |
| YUV | 85.11 | 203.56 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 219 | 0.29 | 0.89 | 0 | 0.14 | 280.71 | 0.81 | 0.47 |
| Hex | 9C | 17 | DB | 1D | 59 | 0 | E | 119 | 51 | 2F |
| Octal | 234 | 27 | 333 | 35 | 131 | 0 | 16 | 431 | 121 | 57 |
| Binary | 10011100 | 10111 | 11011011 | 11101 | 1011001 | 0 | 1110 | 100011001 | 1010001 | 101111 |
Color Harmonies of #9C17DB
Complementary color
Monochromatic Colors of #9C17DB
Black with #9C17DB
Text Example
Text Example
White with #9C17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C17DB; }
p { color: rgb(156,23,219); }
H1.HeaderClassName
{
color: #9C17DB;
}
.AnyTagClassName
{
color: #9C17DB;
}
</style>
background-color css
<style>
a { background-color: #9C17DB; }
a { background-color: rgb(156,23,219); }
div.DivClassName
{
background-color: #9C17DB;
}
.BgClassName
{
background-color: #9C17DB;
}
</style>
border-color css
<style>
span { border-color: #9C17DB; }
span { border-color: rgb(156,23,219); }
td.TdClassName
{
border-color: #9C17DB;
}
.TagClassName
{
border-color: #9C17DB;
}
</style>