Shades of Dark Magenta #8E0E8A
Tints of Dark Magenta #8E0E8A
RGB
CMYK
RGB Variations
Color information
#8E0E8A (or 0x8E0E8A) is known color: Dark Magenta. HEX triplet: 8E, 0E and 8A. RGB value is (142,14,138). Sum of RGB (Red+Green+Blue) = 142+14+138=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0E8A is #71F175. Grayscale: #424242. Windows color (decimal): -7467382 or 9047694. OLE color: 9047694.
HSL color Cylindrical-coordinate representation of color #8E0E8A: hue angle of 301.88º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E8A is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 14 | 138 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.44 |
| HSL | 301.88º | 0.82% | 0.31% | - |
| HSV(B) | 301.88º | 0.9% | 0.56% | - |
| XYZ | 15.9 | 7.9 | 24.73 | - |
| YUV | 66.41 | 168.41 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 138 | 0 | 0.90 | 0.03 | 0.44 | 301.88 | 0.82 | 0.31 |
| Hex | 8E | E | 8A | 0 | 5A | 3 | 2C | 12E | 52 | 1F |
| Octal | 216 | 16 | 212 | 0 | 132 | 3 | 54 | 456 | 122 | 37 |
| Binary | 10001110 | 1110 | 10001010 | 0 | 1011010 | 11 | 101100 | 100101110 | 1010010 | 11111 |
Color Harmonies of #8E0E8A
Complementary color
Monochromatic Colors of #8E0E8A
Black with #8E0E8A
Text Example
Text Example
White with #8E0E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0E8A; }
p { color: rgb(142,14,138); }
H1.HeaderClassName
{
color: #8E0E8A;
}
.AnyTagClassName
{
color: #8E0E8A;
}
</style>
background-color css
<style>
a { background-color: #8E0E8A; }
a { background-color: rgb(142,14,138); }
div.DivClassName
{
background-color: #8E0E8A;
}
.BgClassName
{
background-color: #8E0E8A;
}
</style>
border-color css
<style>
span { border-color: #8E0E8A; }
span { border-color: rgb(142,14,138); }
td.TdClassName
{
border-color: #8E0E8A;
}
.TagClassName
{
border-color: #8E0E8A;
}
</style>