Shades of Dark Violet #9F0DE7
Tints of Dark Violet #9F0DE7
RGB
CMYK
RGB Variations
Color information
#9F0DE7 (or 0x9F0DE7) is known color: Dark Violet. HEX triplet: 9F, 0D and E7. RGB value is (159,13,231). Sum of RGB (Red+Green+Blue) = 159+13+231=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F0DE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0DE7 is #60F218. Grayscale: #505050. Windows color (decimal): -6353433 or 15142303. OLE color: 15142303.
HSL color Cylindrical-coordinate representation of color #9F0DE7: hue angle of 280.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0DE7 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 13 | 231 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.09 |
| HSL | 280.18º | 0.89% | 0.48% | - |
| HSV(B) | 280.18º | 0.94% | 0.91% | - |
| XYZ | 28.87 | 13.43 | 76.67 | - |
| YUV | 81.51 | 212.37 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 13 | 231 | 0.31 | 0.94 | 0 | 0.09 | 280.18 | 0.89 | 0.48 |
| Hex | 9F | D | E7 | 1F | 5E | 0 | 9 | 118 | 59 | 30 |
| Octal | 237 | 15 | 347 | 37 | 136 | 0 | 11 | 430 | 131 | 60 |
| Binary | 10011111 | 1101 | 11100111 | 11111 | 1011110 | 0 | 1001 | 100011000 | 1011001 | 110000 |
Color Harmonies of #9F0DE7
Complementary color
Monochromatic Colors of #9F0DE7
Black with #9F0DE7
Text Example
Text Example
White with #9F0DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0DE7; }
p { color: rgb(159,13,231); }
H1.HeaderClassName
{
color: #9F0DE7;
}
.AnyTagClassName
{
color: #9F0DE7;
}
</style>
background-color css
<style>
a { background-color: #9F0DE7; }
a { background-color: rgb(159,13,231); }
div.DivClassName
{
background-color: #9F0DE7;
}
.BgClassName
{
background-color: #9F0DE7;
}
</style>
border-color css
<style>
span { border-color: #9F0DE7; }
span { border-color: rgb(159,13,231); }
td.TdClassName
{
border-color: #9F0DE7;
}
.TagClassName
{
border-color: #9F0DE7;
}
</style>