Shades of Dark Violet #9E07EF
Tints of Dark Violet #9E07EF
RGB
CMYK
RGB Variations
Color information
#9E07EF (or 0x9E07EF) is known color: Dark Violet. HEX triplet: 9E, 07 and EF. RGB value is (158,7,239). Sum of RGB (Red+Green+Blue) = 158+7+239=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E07EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E07EF is #61F810. Grayscale: #4D4D4D. Windows color (decimal): -6420497 or 15665054. OLE color: 15665054.
HSL color Cylindrical-coordinate representation of color #9E07EF: hue angle of 279.05º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E07EF is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 7 | 239 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.06 |
| HSL | 279.05º | 0.94% | 0.48% | - |
| HSV(B) | 279.05º | 0.97% | 0.94% | - |
| XYZ | 29.76 | 13.65 | 82.73 | - |
| YUV | 78.6 | 218.53 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 239 | 0.34 | 0.97 | 0 | 0.06 | 279.05 | 0.94 | 0.48 |
| Hex | 9E | 7 | EF | 22 | 61 | 0 | 6 | 117 | 5E | 30 |
| Octal | 236 | 7 | 357 | 42 | 141 | 0 | 6 | 427 | 136 | 60 |
| Binary | 10011110 | 111 | 11101111 | 100010 | 1100001 | 0 | 110 | 100010111 | 1011110 | 110000 |
Color Harmonies of #9E07EF
Complementary color
Monochromatic Colors of #9E07EF
Black with #9E07EF
Text Example
Text Example
White with #9E07EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E07EF; }
p { color: rgb(158,7,239); }
H1.HeaderClassName
{
color: #9E07EF;
}
.AnyTagClassName
{
color: #9E07EF;
}
</style>
background-color css
<style>
a { background-color: #9E07EF; }
a { background-color: rgb(158,7,239); }
div.DivClassName
{
background-color: #9E07EF;
}
.BgClassName
{
background-color: #9E07EF;
}
</style>
border-color css
<style>
span { border-color: #9E07EF; }
span { border-color: rgb(158,7,239); }
td.TdClassName
{
border-color: #9E07EF;
}
.TagClassName
{
border-color: #9E07EF;
}
</style>