Shades of Dark Magenta #9E0FAE
Tints of Dark Magenta #9E0FAE
RGB
CMYK
RGB Variations
Color information
#9E0FAE (or 0x9E0FAE) is known color: Dark Magenta. HEX triplet: 9E, 0F and AE. RGB value is (158,15,174). Sum of RGB (Red+Green+Blue) = 158+15+174=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0FAE is #61F051. Grayscale: #4B4B4B. Windows color (decimal): -6418514 or 11407262. OLE color: 11407262.
HSL color Cylindrical-coordinate representation of color #9E0FAE: hue angle of 293.96º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0FAE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 15 | 174 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.32 |
| HSL | 293.96º | 0.84% | 0.37% | - |
| HSV(B) | 293.96º | 0.91% | 0.68% | - |
| XYZ | 21.91 | 10.67 | 40.95 | - |
| YUV | 75.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 174 | 0.09 | 0.91 | 0 | 0.32 | 293.96 | 0.84 | 0.37 |
| Hex | 9E | F | AE | 9 | 5B | 0 | 20 | 126 | 54 | 25 |
| Octal | 236 | 17 | 256 | 11 | 133 | 0 | 40 | 446 | 124 | 45 |
| Binary | 10011110 | 1111 | 10101110 | 1001 | 1011011 | 0 | 100000 | 100100110 | 1010100 | 100101 |
Color Harmonies of #9E0FAE
Complementary color
Monochromatic Colors of #9E0FAE
Black with #9E0FAE
Text Example
Text Example
White with #9E0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0FAE; }
p { color: rgb(158,15,174); }
H1.HeaderClassName
{
color: #9E0FAE;
}
.AnyTagClassName
{
color: #9E0FAE;
}
</style>
background-color css
<style>
a { background-color: #9E0FAE; }
a { background-color: rgb(158,15,174); }
div.DivClassName
{
background-color: #9E0FAE;
}
.BgClassName
{
background-color: #9E0FAE;
}
</style>
border-color css
<style>
span { border-color: #9E0FAE; }
span { border-color: rgb(158,15,174); }
td.TdClassName
{
border-color: #9E0FAE;
}
.TagClassName
{
border-color: #9E0FAE;
}
</style>