Shades of Dark Magenta #9E0FAA
Tints of Dark Magenta #9E0FAA
RGB
CMYK
RGB Variations
Color information
#9E0FAA (or 0x9E0FAA) is known color: Dark Magenta. HEX triplet: 9E, 0F and AA. RGB value is (158,15,170). Sum of RGB (Red+Green+Blue) = 158+15+170=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E0FAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0FAA is #61F055. Grayscale: #4A4A4A. Windows color (decimal): -6418518 or 11145118. OLE color: 11145118.
HSL color Cylindrical-coordinate representation of color #9E0FAA: hue angle of 295.35º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0FAA is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 15 | 170 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.33 |
| HSL | 295.35º | 0.84% | 0.36% | - |
| HSV(B) | 295.35º | 0.91% | 0.67% | - |
| XYZ | 21.53 | 10.51 | 38.92 | - |
| YUV | 75.43 | 181.38 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 15 | 170 | 0.07 | 0.91 | 0 | 0.33 | 295.35 | 0.84 | 0.36 |
| Hex | 9E | F | AA | 7 | 5B | 0 | 21 | 127 | 54 | 24 |
| Octal | 236 | 17 | 252 | 7 | 133 | 0 | 41 | 447 | 124 | 44 |
| Binary | 10011110 | 1111 | 10101010 | 111 | 1011011 | 0 | 100001 | 100100111 | 1010100 | 100100 |
Color Harmonies of #9E0FAA
Complementary color
Monochromatic Colors of #9E0FAA
Black with #9E0FAA
Text Example
Text Example
White with #9E0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0FAA; }
p { color: rgb(158,15,170); }
H1.HeaderClassName
{
color: #9E0FAA;
}
.AnyTagClassName
{
color: #9E0FAA;
}
</style>
background-color css
<style>
a { background-color: #9E0FAA; }
a { background-color: rgb(158,15,170); }
div.DivClassName
{
background-color: #9E0FAA;
}
.BgClassName
{
background-color: #9E0FAA;
}
</style>
border-color css
<style>
span { border-color: #9E0FAA; }
span { border-color: rgb(158,15,170); }
td.TdClassName
{
border-color: #9E0FAA;
}
.TagClassName
{
border-color: #9E0FAA;
}
</style>