Shades of Dark Magenta #9E1AAA
Tints of Dark Magenta #9E1AAA
RGB
CMYK
RGB Variations
Color information
#9E1AAA (or 0x9E1AAA) is known color: Dark Magenta. HEX triplet: 9E, 1A and AA. RGB value is (158,26,170). Sum of RGB (Red+Green+Blue) = 158+26+170=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1AAA is #61E555. Grayscale: #515151. Windows color (decimal): -6415702 or 11147934. OLE color: 11147934.
HSL color Cylindrical-coordinate representation of color #9E1AAA: hue angle of 295º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1AAA is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 26 | 170 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.33 |
| HSL | 295º | 0.73% | 0.38% | - |
| HSV(B) | 295º | 0.85% | 0.67% | - |
| XYZ | 21.73 | 10.91 | 38.99 | - |
| YUV | 81.88 | 177.73 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 170 | 0.07 | 0.85 | 0 | 0.33 | 295 | 0.73 | 0.38 |
| Hex | 9E | 1A | AA | 7 | 55 | 0 | 21 | 127 | 49 | 26 |
| Octal | 236 | 32 | 252 | 7 | 125 | 0 | 41 | 447 | 111 | 46 |
| Binary | 10011110 | 11010 | 10101010 | 111 | 1010101 | 0 | 100001 | 100100111 | 1001001 | 100110 |
Color Harmonies of #9E1AAA
Complementary color
Monochromatic Colors of #9E1AAA
Black with #9E1AAA
Text Example
Text Example
White with #9E1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1AAA; }
p { color: rgb(158,26,170); }
H1.HeaderClassName
{
color: #9E1AAA;
}
.AnyTagClassName
{
color: #9E1AAA;
}
</style>
background-color css
<style>
a { background-color: #9E1AAA; }
a { background-color: rgb(158,26,170); }
div.DivClassName
{
background-color: #9E1AAA;
}
.BgClassName
{
background-color: #9E1AAA;
}
</style>
border-color css
<style>
span { border-color: #9E1AAA; }
span { border-color: rgb(158,26,170); }
td.TdClassName
{
border-color: #9E1AAA;
}
.TagClassName
{
border-color: #9E1AAA;
}
</style>