Shades of Dark Violet #9F17DB
Tints of Dark Violet #9F17DB
RGB
CMYK
RGB Variations
Color information
#9F17DB (or 0x9F17DB) is known color: Dark Violet. HEX triplet: 9F, 17 and DB. RGB value is (159,23,219). Sum of RGB (Red+Green+Blue) = 159+23+219=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F17DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F17DB is #60E824. Grayscale: #555555. Windows color (decimal): -6350885 or 14358431. OLE color: 14358431.
HSL color Cylindrical-coordinate representation of color #9F17DB: hue angle of 281.63º 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 #9F17DB is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 23 | 219 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.14 |
| HSL | 281.63º | 0.81% | 0.47% | - |
| HSV(B) | 281.63º | 0.89% | 0.86% | - |
| XYZ | 27.39 | 13.1 | 68.1 | - |
| YUV | 86.01 | 203.06 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 219 | 0.27 | 0.89 | 0 | 0.14 | 281.63 | 0.81 | 0.47 |
| Hex | 9F | 17 | DB | 1B | 59 | 0 | E | 11A | 51 | 2F |
| Octal | 237 | 27 | 333 | 33 | 131 | 0 | 16 | 432 | 121 | 57 |
| Binary | 10011111 | 10111 | 11011011 | 11011 | 1011001 | 0 | 1110 | 100011010 | 1010001 | 101111 |
Color Harmonies of #9F17DB
Complementary color
Monochromatic Colors of #9F17DB
Black with #9F17DB
Text Example
Text Example
White with #9F17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F17DB; }
p { color: rgb(159,23,219); }
H1.HeaderClassName
{
color: #9F17DB;
}
.AnyTagClassName
{
color: #9F17DB;
}
</style>
background-color css
<style>
a { background-color: #9F17DB; }
a { background-color: rgb(159,23,219); }
div.DivClassName
{
background-color: #9F17DB;
}
.BgClassName
{
background-color: #9F17DB;
}
</style>
border-color css
<style>
span { border-color: #9F17DB; }
span { border-color: rgb(159,23,219); }
td.TdClassName
{
border-color: #9F17DB;
}
.TagClassName
{
border-color: #9F17DB;
}
</style>