Shades of Dark Violet #9F16DB
Tints of Dark Violet #9F16DB
RGB
CMYK
RGB Variations
Color information
#9F16DB (or 0x9F16DB) is known color: Dark Violet. HEX triplet: 9F, 16 and DB. RGB value is (159,22,219). Sum of RGB (Red+Green+Blue) = 159+22+219=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F16DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F16DB is #60E924. Grayscale: #545454. Windows color (decimal): -6351141 or 14358175. OLE color: 14358175.
HSL color Cylindrical-coordinate representation of color #9F16DB: hue angle of 281.73º 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 #9F16DB is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 22 | 219 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.14 |
| HSL | 281.73º | 0.82% | 0.47% | - |
| HSV(B) | 281.73º | 0.9% | 0.86% | - |
| XYZ | 27.37 | 13.06 | 68.1 | - |
| YUV | 85.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 219 | 0.27 | 0.90 | 0 | 0.14 | 281.73 | 0.82 | 0.47 |
| Hex | 9F | 16 | DB | 1B | 5A | 0 | E | 11A | 52 | 2F |
| Octal | 237 | 26 | 333 | 33 | 132 | 0 | 16 | 432 | 122 | 57 |
| Binary | 10011111 | 10110 | 11011011 | 11011 | 1011010 | 0 | 1110 | 100011010 | 1010010 | 101111 |
Color Harmonies of #9F16DB
Complementary color
Monochromatic Colors of #9F16DB
Black with #9F16DB
Text Example
Text Example
White with #9F16DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F16DB; }
p { color: rgb(159,22,219); }
H1.HeaderClassName
{
color: #9F16DB;
}
.AnyTagClassName
{
color: #9F16DB;
}
</style>
background-color css
<style>
a { background-color: #9F16DB; }
a { background-color: rgb(159,22,219); }
div.DivClassName
{
background-color: #9F16DB;
}
.BgClassName
{
background-color: #9F16DB;
}
</style>
border-color css
<style>
span { border-color: #9F16DB; }
span { border-color: rgb(159,22,219); }
td.TdClassName
{
border-color: #9F16DB;
}
.TagClassName
{
border-color: #9F16DB;
}
</style>