Shades of Dark Magenta #8E008A
Tints of Dark Magenta #8E008A
RGB
CMYK
RGB Variations
Color information
#8E008A (or 0x8E008A) is known color: Dark Magenta. HEX triplet: 8E, 00 and 8A. RGB value is (142,0,138). Sum of RGB (Red+Green+Blue) = 142+0+138=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E008A is #71FF75. Grayscale: #393939. Windows color (decimal): -7470966 or 9044110. OLE color: 9044110.
HSL color Cylindrical-coordinate representation of color #8E008A: hue angle of 301.69º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E008A is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.03 | 0.44 |
| HSL | 301.69º | 1% | 0.28% | - |
| HSV(B) | 301.69º | 1% | 0.56% | - |
| XYZ | 15.74 | 7.59 | 24.68 | - |
| YUV | 58.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 138 | 0 | 1 | 0.03 | 0.44 | 301.69 | 1 | 0.28 |
| Hex | 8E | 0 | 8A | 0 | 64 | 3 | 2C | 12E | 64 | 1C |
| Octal | 216 | 0 | 212 | 0 | 144 | 3 | 54 | 456 | 144 | 34 |
| Binary | 10001110 | 0 | 10001010 | 0 | 1100100 | 11 | 101100 | 100101110 | 1100100 | 11100 |
Color Harmonies of #8E008A
Complementary color
Monochromatic Colors of #8E008A
Black with #8E008A
Text Example
Text Example
White with #8E008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E008A; }
p { color: rgb(142,0,138); }
H1.HeaderClassName
{
color: #8E008A;
}
.AnyTagClassName
{
color: #8E008A;
}
</style>
background-color css
<style>
a { background-color: #8E008A; }
a { background-color: rgb(142,0,138); }
div.DivClassName
{
background-color: #8E008A;
}
.BgClassName
{
background-color: #8E008A;
}
</style>
border-color css
<style>
span { border-color: #8E008A; }
span { border-color: rgb(142,0,138); }
td.TdClassName
{
border-color: #8E008A;
}
.TagClassName
{
border-color: #8E008A;
}
</style>