Shades of Dark Violet #9E03DA
Tints of Dark Violet #9E03DA
RGB
CMYK
RGB Variations
Color information
#9E03DA (or 0x9E03DA) is known color: Dark Violet. HEX triplet: 9E, 03 and DA. RGB value is (158,3,218). Sum of RGB (Red+Green+Blue) = 158+3+218=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E03DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03DA is #61FC25. Grayscale: #494949. Windows color (decimal): -6421542 or 14287774. OLE color: 14287774.
HSL color Cylindrical-coordinate representation of color #9E03DA: hue angle of 283.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E03DA is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 3 | 218 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.15 |
| HSL | 283.26º | 0.97% | 0.43% | - |
| HSV(B) | 283.26º | 0.99% | 0.85% | - |
| XYZ | 26.79 | 12.4 | 67.31 | - |
| YUV | 73.86 | 209.35 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 218 | 0.28 | 0.99 | 0 | 0.15 | 283.26 | 0.97 | 0.43 |
| Hex | 9E | 3 | DA | 1C | 63 | 0 | F | 11B | 61 | 2B |
| Octal | 236 | 3 | 332 | 34 | 143 | 0 | 17 | 433 | 141 | 53 |
| Binary | 10011110 | 11 | 11011010 | 11100 | 1100011 | 0 | 1111 | 100011011 | 1100001 | 101011 |
Color Harmonies of #9E03DA
Complementary color
Monochromatic Colors of #9E03DA
Black with #9E03DA
Text Example
Text Example
White with #9E03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E03DA; }
p { color: rgb(158,3,218); }
H1.HeaderClassName
{
color: #9E03DA;
}
.AnyTagClassName
{
color: #9E03DA;
}
</style>
background-color css
<style>
a { background-color: #9E03DA; }
a { background-color: rgb(158,3,218); }
div.DivClassName
{
background-color: #9E03DA;
}
.BgClassName
{
background-color: #9E03DA;
}
</style>
border-color css
<style>
span { border-color: #9E03DA; }
span { border-color: rgb(158,3,218); }
td.TdClassName
{
border-color: #9E03DA;
}
.TagClassName
{
border-color: #9E03DA;
}
</style>