Shades of Dark Violet #9F0FDB
Tints of Dark Violet #9F0FDB
RGB
CMYK
RGB Variations
Color information
#9F0FDB (or 0x9F0FDB) is known color: Dark Violet. HEX triplet: 9F, 0F and DB. RGB value is (159,15,219). Sum of RGB (Red+Green+Blue) = 159+15+219=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F0FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0FDB is #60F024. Grayscale: #505050. Windows color (decimal): -6352933 or 14356383. OLE color: 14356383.
HSL color Cylindrical-coordinate representation of color #9F0FDB: hue angle of 282.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0FDB is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 159 | 15 | 219 | - |
CMYK | 0.27 | 0.93 | 0 | 0.14 |
HSL | 282.35º | 0.87% | 0.46% | - |
HSV(B) | 282.35º | 0.93% | 0.86% | - |
XYZ | 27.26 | 12.83 | 68.06 | - |
YUV | 81.31 | 205.71 | 183.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 15 | 219 | 0.27 | 0.93 | 0 | 0.14 | 282.35 | 0.87 | 0.46 |
Hex | 9F | F | DB | 1B | 5D | 0 | E | 11A | 57 | 2E |
Octal | 237 | 17 | 333 | 33 | 135 | 0 | 16 | 432 | 127 | 56 |
Binary | 10011111 | 1111 | 11011011 | 11011 | 1011101 | 0 | 1110 | 100011010 | 1010111 | 101110 |
Color Harmonies of #9F0FDB
Complementary color
Monochromatic Colors of #9F0FDB
Black with #9F0FDB
Text Example
Text Example
White with #9F0FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0FDB; }
p { color: rgb(159,15,219); }
H1.HeaderClassName
{
color: #9F0FDB;
}
.AnyTagClassName
{
color: #9F0FDB;
}
</style>
background-color css
<style>
a { background-color: #9F0FDB; }
a { background-color: rgb(159,15,219); }
div.DivClassName
{
background-color: #9F0FDB;
}
.BgClassName
{
background-color: #9F0FDB;
}
</style>
border-color css
<style>
span { border-color: #9F0FDB; }
span { border-color: rgb(159,15,219); }
td.TdClassName
{
border-color: #9F0FDB;
}
.TagClassName
{
border-color: #9F0FDB;
}
</style>