Shades of Dark Violet #9F07EC
Tints of Dark Violet #9F07EC
RGB
CMYK
RGB Variations
Color information
#9F07EC (or 0x9F07EC) is known color: Dark Violet. HEX triplet: 9F, 07 and EC. RGB value is (159,7,236). Sum of RGB (Red+Green+Blue) = 159+7+236=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F07EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F07EC is #60F813. Grayscale: #4D4D4D. Windows color (decimal): -6354964 or 15468447. OLE color: 15468447.
HSL color Cylindrical-coordinate representation of color #9F07EC: hue angle of 279.83º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F07EC is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 7 | 236 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.07 |
| HSL | 279.83º | 0.94% | 0.48% | - |
| HSV(B) | 279.83º | 0.97% | 0.93% | - |
| XYZ | 29.51 | 13.58 | 80.42 | - |
| YUV | 78.55 | 216.86 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 236 | 0.33 | 0.97 | 0 | 0.07 | 279.83 | 0.94 | 0.48 |
| Hex | 9F | 7 | EC | 21 | 61 | 0 | 7 | 118 | 5E | 30 |
| Octal | 237 | 7 | 354 | 41 | 141 | 0 | 7 | 430 | 136 | 60 |
| Binary | 10011111 | 111 | 11101100 | 100001 | 1100001 | 0 | 111 | 100011000 | 1011110 | 110000 |
Color Harmonies of #9F07EC
Complementary color
Monochromatic Colors of #9F07EC
Black with #9F07EC
Text Example
Text Example
White with #9F07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07EC; }
p { color: rgb(159,7,236); }
H1.HeaderClassName
{
color: #9F07EC;
}
.AnyTagClassName
{
color: #9F07EC;
}
</style>
background-color css
<style>
a { background-color: #9F07EC; }
a { background-color: rgb(159,7,236); }
div.DivClassName
{
background-color: #9F07EC;
}
.BgClassName
{
background-color: #9F07EC;
}
</style>
border-color css
<style>
span { border-color: #9F07EC; }
span { border-color: rgb(159,7,236); }
td.TdClassName
{
border-color: #9F07EC;
}
.TagClassName
{
border-color: #9F07EC;
}
</style>