Shades of Dark Violet #9E03C4
Tints of Dark Violet #9E03C4
RGB
CMYK
RGB Variations
Color information
#9E03C4 (or 0x9E03C4) is known color: Dark Violet. HEX triplet: 9E, 03 and C4. RGB value is (158,3,196). Sum of RGB (Red+Green+Blue) = 158+3+196=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #9E03C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03C4 is #61FC3B. Grayscale: #464646. Windows color (decimal): -6421564 or 12845982. OLE color: 12845982.
HSL color Cylindrical-coordinate representation of color #9E03C4: hue angle of 288.19º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E03C4 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 3 | 196 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.23 |
| HSL | 288.19º | 0.97% | 0.39% | - |
| HSV(B) | 288.19º | 0.98% | 0.77% | - |
| XYZ | 24.1 | 11.32 | 53.14 | - |
| YUV | 71.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 196 | 0.19 | 0.98 | 0 | 0.23 | 288.19 | 0.97 | 0.39 |
| Hex | 9E | 3 | C4 | 13 | 62 | 0 | 17 | 120 | 61 | 27 |
| Octal | 236 | 3 | 304 | 23 | 142 | 0 | 27 | 440 | 141 | 47 |
| Binary | 10011110 | 11 | 11000100 | 10011 | 1100010 | 0 | 10111 | 100100000 | 1100001 | 100111 |
Color Harmonies of #9E03C4
Complementary color
Monochromatic Colors of #9E03C4
Black with #9E03C4
Text Example
Text Example
White with #9E03C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E03C4; }
p { color: rgb(158,3,196); }
H1.HeaderClassName
{
color: #9E03C4;
}
.AnyTagClassName
{
color: #9E03C4;
}
</style>
background-color css
<style>
a { background-color: #9E03C4; }
a { background-color: rgb(158,3,196); }
div.DivClassName
{
background-color: #9E03C4;
}
.BgClassName
{
background-color: #9E03C4;
}
</style>
border-color css
<style>
span { border-color: #9E03C4; }
span { border-color: rgb(158,3,196); }
td.TdClassName
{
border-color: #9E03C4;
}
.TagClassName
{
border-color: #9E03C4;
}
</style>