Shades of Dark Violet #9F14DB
Tints of Dark Violet #9F14DB
RGB
CMYK
RGB Variations
Color information
#9F14DB (or 0x9F14DB) is known color: Dark Violet. HEX triplet: 9F, 14 and DB. RGB value is (159,20,219). Sum of RGB (Red+Green+Blue) = 159+20+219=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 20 (8.20% from 255 or 5.03% 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 #9F14DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14DB is #60EB24. Grayscale: #535353. Windows color (decimal): -6351653 or 14357663. OLE color: 14357663.
HSL color Cylindrical-coordinate representation of color #9F14DB: hue angle of 281.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F14DB is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 20 | 219 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.14 |
| HSL | 281.91º | 0.83% | 0.47% | - |
| HSV(B) | 281.91º | 0.91% | 0.86% | - |
| XYZ | 27.33 | 12.99 | 68.08 | - |
| YUV | 84.25 | 204.05 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 219 | 0.27 | 0.91 | 0 | 0.14 | 281.91 | 0.83 | 0.47 |
| Hex | 9F | 14 | DB | 1B | 5B | 0 | E | 11A | 53 | 2F |
| Octal | 237 | 24 | 333 | 33 | 133 | 0 | 16 | 432 | 123 | 57 |
| Binary | 10011111 | 10100 | 11011011 | 11011 | 1011011 | 0 | 1110 | 100011010 | 1010011 | 101111 |
Color Harmonies of #9F14DB
Complementary color
Monochromatic Colors of #9F14DB
Black with #9F14DB
Text Example
Text Example
White with #9F14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F14DB; }
p { color: rgb(159,20,219); }
H1.HeaderClassName
{
color: #9F14DB;
}
.AnyTagClassName
{
color: #9F14DB;
}
</style>
background-color css
<style>
a { background-color: #9F14DB; }
a { background-color: rgb(159,20,219); }
div.DivClassName
{
background-color: #9F14DB;
}
.BgClassName
{
background-color: #9F14DB;
}
</style>
border-color css
<style>
span { border-color: #9F14DB; }
span { border-color: rgb(159,20,219); }
td.TdClassName
{
border-color: #9F14DB;
}
.TagClassName
{
border-color: #9F14DB;
}
</style>