Shades of Dark Magenta #8E0CAA
Tints of Dark Magenta #8E0CAA
RGB
CMYK
RGB Variations
Color information
#8E0CAA (or 0x8E0CAA) is known color: Dark Magenta. HEX triplet: 8E, 0C and AA. RGB value is (142,12,170). Sum of RGB (Red+Green+Blue) = 142+12+170=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0CAA is #71F355. Grayscale: #444444. Windows color (decimal): -7467862 or 11144334. OLE color: 11144334.
HSL color Cylindrical-coordinate representation of color #8E0CAA: hue angle of 289.37º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0CAA is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 12 | 170 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.33 |
| HSL | 289.37º | 0.87% | 0.36% | - |
| HSV(B) | 289.37º | 0.93% | 0.67% | - |
| XYZ | 18.54 | 8.92 | 38.77 | - |
| YUV | 68.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 170 | 0.16 | 0.93 | 0 | 0.33 | 289.37 | 0.87 | 0.36 |
| Hex | 8E | C | AA | 10 | 5D | 0 | 21 | 121 | 57 | 24 |
| Octal | 216 | 14 | 252 | 20 | 135 | 0 | 41 | 441 | 127 | 44 |
| Binary | 10001110 | 1100 | 10101010 | 10000 | 1011101 | 0 | 100001 | 100100001 | 1010111 | 100100 |
Color Harmonies of #8E0CAA
Complementary color
Monochromatic Colors of #8E0CAA
Black with #8E0CAA
Text Example
Text Example
White with #8E0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0CAA; }
p { color: rgb(142,12,170); }
H1.HeaderClassName
{
color: #8E0CAA;
}
.AnyTagClassName
{
color: #8E0CAA;
}
</style>
background-color css
<style>
a { background-color: #8E0CAA; }
a { background-color: rgb(142,12,170); }
div.DivClassName
{
background-color: #8E0CAA;
}
.BgClassName
{
background-color: #8E0CAA;
}
</style>
border-color css
<style>
span { border-color: #8E0CAA; }
span { border-color: rgb(142,12,170); }
td.TdClassName
{
border-color: #8E0CAA;
}
.TagClassName
{
border-color: #8E0CAA;
}
</style>