Shades of Dark Violet #9E03E7
Tints of Dark Violet #9E03E7
RGB
CMYK
RGB Variations
Color information
#9E03E7 (or 0x9E03E7) is known color: Dark Violet. HEX triplet: 9E, 03 and E7. RGB value is (158,3,231). Sum of RGB (Red+Green+Blue) = 158+3+231=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 3 (1.56% from 255 or 0.77% from 392); Blue value is 231 (90.62% from 255 or 58.93% from 392); Max value from RGB is 231 - color contains mainly: blue. Hex color #9E03E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E03E7 is #61FC18. Grayscale: #4A4A4A. Windows color (decimal): -6421529 or 15139742. OLE color: 15139742.
HSL color Cylindrical-coordinate representation of color #9E03E7: hue angle of 280.79º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E03E7 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 3 | 231 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.09 |
| HSL | 280.79º | 0.97% | 0.46% | - |
| HSV(B) | 280.79º | 0.99% | 0.91% | - |
| XYZ | 28.56 | 13.1 | 76.63 | - |
| YUV | 75.34 | 215.85 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 231 | 0.32 | 0.99 | 0 | 0.09 | 280.79 | 0.97 | 0.46 |
| Hex | 9E | 3 | E7 | 20 | 63 | 0 | 9 | 119 | 61 | 2E |
| Octal | 236 | 3 | 347 | 40 | 143 | 0 | 11 | 431 | 141 | 56 |
| Binary | 10011110 | 11 | 11100111 | 100000 | 1100011 | 0 | 1001 | 100011001 | 1100001 | 101110 |
Color Harmonies of #9E03E7
Complementary color
Monochromatic Colors of #9E03E7
Black with #9E03E7
Text Example
Text Example
White with #9E03E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E03E7; }
p { color: rgb(158,3,231); }
H1.HeaderClassName
{
color: #9E03E7;
}
.AnyTagClassName
{
color: #9E03E7;
}
</style>
background-color css
<style>
a { background-color: #9E03E7; }
a { background-color: rgb(158,3,231); }
div.DivClassName
{
background-color: #9E03E7;
}
.BgClassName
{
background-color: #9E03E7;
}
</style>
border-color css
<style>
span { border-color: #9E03E7; }
span { border-color: rgb(158,3,231); }
td.TdClassName
{
border-color: #9E03E7;
}
.TagClassName
{
border-color: #9E03E7;
}
</style>