Shades of Dark Violet #9F0EDB
Tints of Dark Violet #9F0EDB
RGB
CMYK
RGB Variations
Color information
#9F0EDB (or 0x9F0EDB) is known color: Dark Violet. HEX triplet: 9F, 0E and DB. RGB value is (159,14,219). Sum of RGB (Red+Green+Blue) = 159+14+219=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F0EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0EDB is #60F124. Grayscale: #505050. Windows color (decimal): -6353189 or 14356127. OLE color: 14356127.
HSL color Cylindrical-coordinate representation of color #9F0EDB: hue angle of 282.44º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0EDB is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 14 | 219 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.14 |
| HSL | 282.44º | 0.88% | 0.46% | - |
| HSV(B) | 282.44º | 0.94% | 0.86% | - |
| XYZ | 27.24 | 12.8 | 68.05 | - |
| YUV | 80.73 | 206.04 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 219 | 0.27 | 0.94 | 0 | 0.14 | 282.44 | 0.88 | 0.46 |
| Hex | 9F | E | DB | 1B | 5E | 0 | E | 11A | 58 | 2E |
| Octal | 237 | 16 | 333 | 33 | 136 | 0 | 16 | 432 | 130 | 56 |
| Binary | 10011111 | 1110 | 11011011 | 11011 | 1011110 | 0 | 1110 | 100011010 | 1011000 | 101110 |
Color Harmonies of #9F0EDB
Complementary color
Monochromatic Colors of #9F0EDB
Black with #9F0EDB
Text Example
Text Example
White with #9F0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0EDB; }
p { color: rgb(159,14,219); }
H1.HeaderClassName
{
color: #9F0EDB;
}
.AnyTagClassName
{
color: #9F0EDB;
}
</style>
background-color css
<style>
a { background-color: #9F0EDB; }
a { background-color: rgb(159,14,219); }
div.DivClassName
{
background-color: #9F0EDB;
}
.BgClassName
{
background-color: #9F0EDB;
}
</style>
border-color css
<style>
span { border-color: #9F0EDB; }
span { border-color: rgb(159,14,219); }
td.TdClassName
{
border-color: #9F0EDB;
}
.TagClassName
{
border-color: #9F0EDB;
}
</style>