Shades of Dark Violet #9F0EDD
Tints of Dark Violet #9F0EDD
RGB
CMYK
RGB Variations
Color information
#9F0EDD (or 0x9F0EDD) is known color: Dark Violet. HEX triplet: 9F, 0E and DD. RGB value is (159,14,221). Sum of RGB (Red+Green+Blue) = 159+14+221=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F0EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0EDD is #60F122. Grayscale: #505050. Windows color (decimal): -6353187 or 14487199. OLE color: 14487199.
HSL color Cylindrical-coordinate representation of color #9F0EDD: hue angle of 282.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0EDD is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 14 | 221 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.13 |
| HSL | 282.03º | 0.88% | 0.46% | - |
| HSV(B) | 282.03º | 0.94% | 0.87% | - |
| XYZ | 27.51 | 12.91 | 69.45 | - |
| YUV | 80.95 | 207.04 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 221 | 0.28 | 0.94 | 0 | 0.13 | 282.03 | 0.88 | 0.46 |
| Hex | 9F | E | DD | 1C | 5E | 0 | D | 11A | 58 | 2E |
| Octal | 237 | 16 | 335 | 34 | 136 | 0 | 15 | 432 | 130 | 56 |
| Binary | 10011111 | 1110 | 11011101 | 11100 | 1011110 | 0 | 1101 | 100011010 | 1011000 | 101110 |
Color Harmonies of #9F0EDD
Complementary color
Monochromatic Colors of #9F0EDD
Black with #9F0EDD
Text Example
Text Example
White with #9F0EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0EDD; }
p { color: rgb(159,14,221); }
H1.HeaderClassName
{
color: #9F0EDD;
}
.AnyTagClassName
{
color: #9F0EDD;
}
</style>
background-color css
<style>
a { background-color: #9F0EDD; }
a { background-color: rgb(159,14,221); }
div.DivClassName
{
background-color: #9F0EDD;
}
.BgClassName
{
background-color: #9F0EDD;
}
</style>
border-color css
<style>
span { border-color: #9F0EDD; }
span { border-color: rgb(159,14,221); }
td.TdClassName
{
border-color: #9F0EDD;
}
.TagClassName
{
border-color: #9F0EDD;
}
</style>