Shades of Dark Violet #9F11DB
Tints of Dark Violet #9F11DB
RGB
CMYK
RGB Variations
Color information
#9F11DB (or 0x9F11DB) is known color: Dark Violet. HEX triplet: 9F, 11 and DB. RGB value is (159,17,219). Sum of RGB (Red+Green+Blue) = 159+17+219=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F11DB is #60EE24. Grayscale: #515151. Windows color (decimal): -6352421 or 14356895. OLE color: 14356895.
HSL color Cylindrical-coordinate representation of color #9F11DB: hue angle of 282.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F11DB is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 17 | 219 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.14 |
| HSL | 282.18º | 0.86% | 0.46% | - |
| HSV(B) | 282.18º | 0.92% | 0.86% | - |
| XYZ | 27.28 | 12.89 | 68.07 | - |
| YUV | 82.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 17 | 219 | 0.27 | 0.92 | 0 | 0.14 | 282.18 | 0.86 | 0.46 |
| Hex | 9F | 11 | DB | 1B | 5C | 0 | E | 11A | 56 | 2E |
| Octal | 237 | 21 | 333 | 33 | 134 | 0 | 16 | 432 | 126 | 56 |
| Binary | 10011111 | 10001 | 11011011 | 11011 | 1011100 | 0 | 1110 | 100011010 | 1010110 | 101110 |
Color Harmonies of #9F11DB
Complementary color
Monochromatic Colors of #9F11DB
Black with #9F11DB
Text Example
Text Example
White with #9F11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F11DB; }
p { color: rgb(159,17,219); }
H1.HeaderClassName
{
color: #9F11DB;
}
.AnyTagClassName
{
color: #9F11DB;
}
</style>
background-color css
<style>
a { background-color: #9F11DB; }
a { background-color: rgb(159,17,219); }
div.DivClassName
{
background-color: #9F11DB;
}
.BgClassName
{
background-color: #9F11DB;
}
</style>
border-color css
<style>
span { border-color: #9F11DB; }
span { border-color: rgb(159,17,219); }
td.TdClassName
{
border-color: #9F11DB;
}
.TagClassName
{
border-color: #9F11DB;
}
</style>