Shades of Dark Magenta #8E0EA4
Tints of Dark Magenta #8E0EA4
RGB
CMYK
RGB Variations
Color information
#8E0EA4 (or 0x8E0EA4) is known color: Dark Magenta. HEX triplet: 8E, 0E and A4. RGB value is (142,14,164). Sum of RGB (Red+Green+Blue) = 142+14+164=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E0EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0EA4 is #71F15B. Grayscale: #444444. Windows color (decimal): -7467356 or 10751630. OLE color: 10751630.
HSL color Cylindrical-coordinate representation of color #8E0EA4: hue angle of 291.2º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0EA4 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 14 | 164 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.36 |
| HSL | 291.2º | 0.84% | 0.35% | - |
| HSV(B) | 291.2º | 0.91% | 0.64% | - |
| XYZ | 18.01 | 8.75 | 35.86 | - |
| YUV | 69.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 164 | 0.13 | 0.91 | 0 | 0.36 | 291.2 | 0.84 | 0.35 |
| Hex | 8E | E | A4 | D | 5B | 0 | 24 | 123 | 54 | 23 |
| Octal | 216 | 16 | 244 | 15 | 133 | 0 | 44 | 443 | 124 | 43 |
| Binary | 10001110 | 1110 | 10100100 | 1101 | 1011011 | 0 | 100100 | 100100011 | 1010100 | 100011 |
Color Harmonies of #8E0EA4
Complementary color
Monochromatic Colors of #8E0EA4
Black with #8E0EA4
Text Example
Text Example
White with #8E0EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0EA4; }
p { color: rgb(142,14,164); }
H1.HeaderClassName
{
color: #8E0EA4;
}
.AnyTagClassName
{
color: #8E0EA4;
}
</style>
background-color css
<style>
a { background-color: #8E0EA4; }
a { background-color: rgb(142,14,164); }
div.DivClassName
{
background-color: #8E0EA4;
}
.BgClassName
{
background-color: #8E0EA4;
}
</style>
border-color css
<style>
span { border-color: #8E0EA4; }
span { border-color: rgb(142,14,164); }
td.TdClassName
{
border-color: #8E0EA4;
}
.TagClassName
{
border-color: #8E0EA4;
}
</style>