Shades of Dark Violet #9E07CC
Tints of Dark Violet #9E07CC
RGB
CMYK
RGB Variations
Color information
#9E07CC (or 0x9E07CC) is known color: Dark Violet. HEX triplet: 9E, 07 and CC. RGB value is (158,7,204). Sum of RGB (Red+Green+Blue) = 158+7+204=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E07CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E07CC is #61F833. Grayscale: #494949. Windows color (decimal): -6420532 or 13371294. OLE color: 13371294.
HSL color Cylindrical-coordinate representation of color #9E07CC: hue angle of 285.99º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E07CC is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 7 | 204 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.2 |
| HSL | 285.99º | 0.93% | 0.41% | - |
| HSV(B) | 285.99º | 0.97% | 0.8% | - |
| XYZ | 25.08 | 11.78 | 58.08 | - |
| YUV | 74.61 | 201.03 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 204 | 0.23 | 0.97 | 0 | 0.2 | 285.99 | 0.93 | 0.41 |
| Hex | 9E | 7 | CC | 17 | 61 | 0 | 14 | 11E | 5D | 29 |
| Octal | 236 | 7 | 314 | 27 | 141 | 0 | 24 | 436 | 135 | 51 |
| Binary | 10011110 | 111 | 11001100 | 10111 | 1100001 | 0 | 10100 | 100011110 | 1011101 | 101001 |
Color Harmonies of #9E07CC
Complementary color
Monochromatic Colors of #9E07CC
Black with #9E07CC
Text Example
Text Example
White with #9E07CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E07CC; }
p { color: rgb(158,7,204); }
H1.HeaderClassName
{
color: #9E07CC;
}
.AnyTagClassName
{
color: #9E07CC;
}
</style>
background-color css
<style>
a { background-color: #9E07CC; }
a { background-color: rgb(158,7,204); }
div.DivClassName
{
background-color: #9E07CC;
}
.BgClassName
{
background-color: #9E07CC;
}
</style>
border-color css
<style>
span { border-color: #9E07CC; }
span { border-color: rgb(158,7,204); }
td.TdClassName
{
border-color: #9E07CC;
}
.TagClassName
{
border-color: #9E07CC;
}
</style>