Shades of Dark Magenta #9E03AE
Tints of Dark Magenta #9E03AE
RGB
CMYK
RGB Variations
Color information
#9E03AE (or 0x9E03AE) is known color: Dark Magenta. HEX triplet: 9E, 03 and AE. RGB value is (158,3,174). Sum of RGB (Red+Green+Blue) = 158+3+174=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E03AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E03AE is #61FC51. Grayscale: #444444. Windows color (decimal): -6421586 or 11404190. OLE color: 11404190.
HSL color Cylindrical-coordinate representation of color #9E03AE: hue angle of 294.39º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E03AE is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 3 | 174 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.32 |
| HSL | 294.39º | 0.97% | 0.35% | - |
| HSV(B) | 294.39º | 0.98% | 0.68% | - |
| XYZ | 21.77 | 10.39 | 40.9 | - |
| YUV | 68.84 | 187.35 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 174 | 0.09 | 0.98 | 0 | 0.32 | 294.39 | 0.97 | 0.35 |
| Hex | 9E | 3 | AE | 9 | 62 | 0 | 20 | 126 | 61 | 23 |
| Octal | 236 | 3 | 256 | 11 | 142 | 0 | 40 | 446 | 141 | 43 |
| Binary | 10011110 | 11 | 10101110 | 1001 | 1100010 | 0 | 100000 | 100100110 | 1100001 | 100011 |
Color Harmonies of #9E03AE
Complementary color
Monochromatic Colors of #9E03AE
Black with #9E03AE
Text Example
Text Example
White with #9E03AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E03AE; }
p { color: rgb(158,3,174); }
H1.HeaderClassName
{
color: #9E03AE;
}
.AnyTagClassName
{
color: #9E03AE;
}
</style>
background-color css
<style>
a { background-color: #9E03AE; }
a { background-color: rgb(158,3,174); }
div.DivClassName
{
background-color: #9E03AE;
}
.BgClassName
{
background-color: #9E03AE;
}
</style>
border-color css
<style>
span { border-color: #9E03AE; }
span { border-color: rgb(158,3,174); }
td.TdClassName
{
border-color: #9E03AE;
}
.TagClassName
{
border-color: #9E03AE;
}
</style>