Shades of Dark Violet #9D17DB
Tints of Dark Violet #9D17DB
RGB
CMYK
RGB Variations
Color information
#9D17DB (or 0x9D17DB) is known color: Dark Violet. HEX triplet: 9D, 17 and DB. RGB value is (157,23,219). Sum of RGB (Red+Green+Blue) = 157+23+219=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D17DB is #62E824. Grayscale: #545454. Windows color (decimal): -6481957 or 14358429. OLE color: 14358429.
HSL color Cylindrical-coordinate representation of color #9D17DB: hue angle of 281.02º 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 #9D17DB is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 23 | 219 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.14 |
| HSL | 281.02º | 0.81% | 0.47% | - |
| HSV(B) | 281.02º | 0.89% | 0.86% | - |
| XYZ | 27 | 12.9 | 68.08 | - |
| YUV | 85.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 23 | 219 | 0.28 | 0.89 | 0 | 0.14 | 281.02 | 0.81 | 0.47 |
| Hex | 9D | 17 | DB | 1C | 59 | 0 | E | 119 | 51 | 2F |
| Octal | 235 | 27 | 333 | 34 | 131 | 0 | 16 | 431 | 121 | 57 |
| Binary | 10011101 | 10111 | 11011011 | 11100 | 1011001 | 0 | 1110 | 100011001 | 1010001 | 101111 |
Color Harmonies of #9D17DB
Complementary color
Monochromatic Colors of #9D17DB
Black with #9D17DB
Text Example
Text Example
White with #9D17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D17DB; }
p { color: rgb(157,23,219); }
H1.HeaderClassName
{
color: #9D17DB;
}
.AnyTagClassName
{
color: #9D17DB;
}
</style>
background-color css
<style>
a { background-color: #9D17DB; }
a { background-color: rgb(157,23,219); }
div.DivClassName
{
background-color: #9D17DB;
}
.BgClassName
{
background-color: #9D17DB;
}
</style>
border-color css
<style>
span { border-color: #9D17DB; }
span { border-color: rgb(157,23,219); }
td.TdClassName
{
border-color: #9D17DB;
}
.TagClassName
{
border-color: #9D17DB;
}
</style>