Shades of Dark Violet #9E03CE
Tints of Dark Violet #9E03CE
RGB
CMYK
RGB Variations
Color information
#9E03CE (or 0x9E03CE) is known color: Dark Violet. HEX triplet: 9E, 03 and CE. RGB value is (158,3,206). Sum of RGB (Red+Green+Blue) = 158+3+206=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E03CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03CE is #61FC31. Grayscale: #474747. Windows color (decimal): -6421554 or 13501342. OLE color: 13501342.
HSL color Cylindrical-coordinate representation of color #9E03CE: hue angle of 285.81º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E03CE is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 3 | 206 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.19 |
| HSL | 285.81º | 0.97% | 0.41% | - |
| HSV(B) | 285.81º | 0.99% | 0.81% | - |
| XYZ | 25.27 | 11.79 | 59.34 | - |
| YUV | 72.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 206 | 0.23 | 0.99 | 0 | 0.19 | 285.81 | 0.97 | 0.41 |
| Hex | 9E | 3 | CE | 17 | 63 | 0 | 13 | 11E | 61 | 29 |
| Octal | 236 | 3 | 316 | 27 | 143 | 0 | 23 | 436 | 141 | 51 |
| Binary | 10011110 | 11 | 11001110 | 10111 | 1100011 | 0 | 10011 | 100011110 | 1100001 | 101001 |
Color Harmonies of #9E03CE
Complementary color
Monochromatic Colors of #9E03CE
Black with #9E03CE
Text Example
Text Example
White with #9E03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E03CE; }
p { color: rgb(158,3,206); }
H1.HeaderClassName
{
color: #9E03CE;
}
.AnyTagClassName
{
color: #9E03CE;
}
</style>
background-color css
<style>
a { background-color: #9E03CE; }
a { background-color: rgb(158,3,206); }
div.DivClassName
{
background-color: #9E03CE;
}
.BgClassName
{
background-color: #9E03CE;
}
</style>
border-color css
<style>
span { border-color: #9E03CE; }
span { border-color: rgb(158,3,206); }
td.TdClassName
{
border-color: #9E03CE;
}
.TagClassName
{
border-color: #9E03CE;
}
</style>