Shades of Dark Violet #9E03D5
Tints of Dark Violet #9E03D5
RGB
CMYK
RGB Variations
Color information
#9E03D5 (or 0x9E03D5) is known color: Dark Violet. HEX triplet: 9E, 03 and D5. RGB value is (158,3,213). Sum of RGB (Red+Green+Blue) = 158+3+213=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 213 (83.59% from 255 or 56.95% from 374); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E03D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03D5 is #61FC2A. Grayscale: #484848. Windows color (decimal): -6421547 or 13960094. OLE color: 13960094.
HSL color Cylindrical-coordinate representation of color #9E03D5: hue angle of 284.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E03D5 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 3 | 213 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.16 |
| HSL | 284.29º | 0.97% | 0.42% | - |
| HSV(B) | 284.29º | 0.99% | 0.84% | - |
| XYZ | 26.14 | 12.14 | 63.92 | - |
| YUV | 73.29 | 206.85 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 213 | 0.26 | 0.99 | 0 | 0.16 | 284.29 | 0.97 | 0.42 |
| Hex | 9E | 3 | D5 | 1A | 63 | 0 | 10 | 11C | 61 | 2A |
| Octal | 236 | 3 | 325 | 32 | 143 | 0 | 20 | 434 | 141 | 52 |
| Binary | 10011110 | 11 | 11010101 | 11010 | 1100011 | 0 | 10000 | 100011100 | 1100001 | 101010 |
Color Harmonies of #9E03D5
Complementary color
Monochromatic Colors of #9E03D5
Black with #9E03D5
Text Example
Text Example
White with #9E03D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E03D5; }
p { color: rgb(158,3,213); }
H1.HeaderClassName
{
color: #9E03D5;
}
.AnyTagClassName
{
color: #9E03D5;
}
</style>
background-color css
<style>
a { background-color: #9E03D5; }
a { background-color: rgb(158,3,213); }
div.DivClassName
{
background-color: #9E03D5;
}
.BgClassName
{
background-color: #9E03D5;
}
</style>
border-color css
<style>
span { border-color: #9E03D5; }
span { border-color: rgb(158,3,213); }
td.TdClassName
{
border-color: #9E03D5;
}
.TagClassName
{
border-color: #9E03D5;
}
</style>