Shades of Dark Violet #9F0EE7
Tints of Dark Violet #9F0EE7
RGB
CMYK
RGB Variations
Color information
#9F0EE7 (or 0x9F0EE7) is known color: Dark Violet. HEX triplet: 9F, 0E and E7. RGB value is (159,14,231). Sum of RGB (Red+Green+Blue) = 159+14+231=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #9F0EE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F0EE7 is #60F118. Grayscale: #515151. Windows color (decimal): -6353177 or 15142559. OLE color: 15142559.
HSL color Cylindrical-coordinate representation of color #9F0EE7: hue angle of 280.09º 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 #9F0EE7 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 14 | 231 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.09 |
| HSL | 280.09º | 0.89% | 0.48% | - |
| HSV(B) | 280.09º | 0.94% | 0.91% | - |
| XYZ | 28.88 | 13.45 | 76.68 | - |
| YUV | 82.09 | 212.04 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 231 | 0.31 | 0.94 | 0 | 0.09 | 280.09 | 0.89 | 0.48 |
| Hex | 9F | E | E7 | 1F | 5E | 0 | 9 | 118 | 59 | 30 |
| Octal | 237 | 16 | 347 | 37 | 136 | 0 | 11 | 430 | 131 | 60 |
| Binary | 10011111 | 1110 | 11100111 | 11111 | 1011110 | 0 | 1001 | 100011000 | 1011001 | 110000 |
Color Harmonies of #9F0EE7
Complementary color
Monochromatic Colors of #9F0EE7
Black with #9F0EE7
Text Example
Text Example
White with #9F0EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0EE7; }
p { color: rgb(159,14,231); }
H1.HeaderClassName
{
color: #9F0EE7;
}
.AnyTagClassName
{
color: #9F0EE7;
}
</style>
background-color css
<style>
a { background-color: #9F0EE7; }
a { background-color: rgb(159,14,231); }
div.DivClassName
{
background-color: #9F0EE7;
}
.BgClassName
{
background-color: #9F0EE7;
}
</style>
border-color css
<style>
span { border-color: #9F0EE7; }
span { border-color: rgb(159,14,231); }
td.TdClassName
{
border-color: #9F0EE7;
}
.TagClassName
{
border-color: #9F0EE7;
}
</style>