Shades of Dark Violet #9E07D9
Tints of Dark Violet #9E07D9
RGB
CMYK
RGB Variations
Color information
#9E07D9 (or 0x9E07D9) is known color: Dark Violet. HEX triplet: 9E, 07 and D9. RGB value is (158,7,217). Sum of RGB (Red+Green+Blue) = 158+7+217=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E07D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E07D9 is #61F826. Grayscale: #4B4B4B. Windows color (decimal): -6420519 or 14223262. OLE color: 14223262.
HSL color Cylindrical-coordinate representation of color #9E07D9: hue angle of 283.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E07D9 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 7 | 217 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.15 |
| HSL | 283.14º | 0.94% | 0.44% | - |
| HSV(B) | 283.14º | 0.97% | 0.85% | - |
| XYZ | 26.7 | 12.43 | 66.64 | - |
| YUV | 76.09 | 207.53 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 217 | 0.27 | 0.97 | 0 | 0.15 | 283.14 | 0.94 | 0.44 |
| Hex | 9E | 7 | D9 | 1B | 61 | 0 | F | 11B | 5E | 2C |
| Octal | 236 | 7 | 331 | 33 | 141 | 0 | 17 | 433 | 136 | 54 |
| Binary | 10011110 | 111 | 11011001 | 11011 | 1100001 | 0 | 1111 | 100011011 | 1011110 | 101100 |
Color Harmonies of #9E07D9
Complementary color
Monochromatic Colors of #9E07D9
Black with #9E07D9
Text Example
Text Example
White with #9E07D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E07D9; }
p { color: rgb(158,7,217); }
H1.HeaderClassName
{
color: #9E07D9;
}
.AnyTagClassName
{
color: #9E07D9;
}
</style>
background-color css
<style>
a { background-color: #9E07D9; }
a { background-color: rgb(158,7,217); }
div.DivClassName
{
background-color: #9E07D9;
}
.BgClassName
{
background-color: #9E07D9;
}
</style>
border-color css
<style>
span { border-color: #9E07D9; }
span { border-color: rgb(158,7,217); }
td.TdClassName
{
border-color: #9E07D9;
}
.TagClassName
{
border-color: #9E07D9;
}
</style>