Shades of Dark Magenta #8E1A99
Tints of Dark Magenta #8E1A99
RGB
CMYK
RGB Variations
Color information
#8E1A99 (or 0x8E1A99) is known color: Dark Magenta. HEX triplet: 8E, 1A and 99. RGB value is (142,26,153). Sum of RGB (Red+Green+Blue) = 142+26+153=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E1A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1A99 is #71E566. Grayscale: #4A4A4A. Windows color (decimal): -7464295 or 10033806. OLE color: 10033806.
HSL color Cylindrical-coordinate representation of color #8E1A99: hue angle of 294.8º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1A99 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 26 | 153 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.4 |
| HSL | 294.8º | 0.71% | 0.35% | - |
| HSV(B) | 294.8º | 0.83% | 0.6% | - |
| XYZ | 17.27 | 8.79 | 30.92 | - |
| YUV | 75.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 153 | 0.07 | 0.83 | 0 | 0.4 | 294.8 | 0.71 | 0.35 |
| Hex | 8E | 1A | 99 | 7 | 53 | 0 | 28 | 127 | 47 | 23 |
| Octal | 216 | 32 | 231 | 7 | 123 | 0 | 50 | 447 | 107 | 43 |
| Binary | 10001110 | 11010 | 10011001 | 111 | 1010011 | 0 | 101000 | 100100111 | 1000111 | 100011 |
Color Harmonies of #8E1A99
Complementary color
Monochromatic Colors of #8E1A99
Black with #8E1A99
Text Example
Text Example
White with #8E1A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A99; }
p { color: rgb(142,26,153); }
H1.HeaderClassName
{
color: #8E1A99;
}
.AnyTagClassName
{
color: #8E1A99;
}
</style>
background-color css
<style>
a { background-color: #8E1A99; }
a { background-color: rgb(142,26,153); }
div.DivClassName
{
background-color: #8E1A99;
}
.BgClassName
{
background-color: #8E1A99;
}
</style>
border-color css
<style>
span { border-color: #8E1A99; }
span { border-color: rgb(142,26,153); }
td.TdClassName
{
border-color: #8E1A99;
}
.TagClassName
{
border-color: #8E1A99;
}
</style>