Shades of Dark Magenta #8E018A
Tints of Dark Magenta #8E018A
RGB
CMYK
RGB Variations
Color information
#8E018A (or 0x8E018A) is known color: Dark Magenta. HEX triplet: 8E, 01 and 8A. RGB value is (142,1,138). Sum of RGB (Red+Green+Blue) = 142+1+138=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E018A is #71FE75. Grayscale: #3A3A3A. Windows color (decimal): -7470710 or 9044366. OLE color: 9044366.
HSL color Cylindrical-coordinate representation of color #8E018A: hue angle of 301.7º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E018A is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 138 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.44 |
| HSL | 301.7º | 0.99% | 0.28% | - |
| HSV(B) | 301.7º | 0.99% | 0.56% | - |
| XYZ | 15.75 | 7.61 | 24.68 | - |
| YUV | 58.78 | 172.71 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 138 | 0 | 0.99 | 0.03 | 0.44 | 301.7 | 0.99 | 0.28 |
| Hex | 8E | 1 | 8A | 0 | 63 | 3 | 2C | 12E | 63 | 1C |
| Octal | 216 | 1 | 212 | 0 | 143 | 3 | 54 | 456 | 143 | 34 |
| Binary | 10001110 | 1 | 10001010 | 0 | 1100011 | 11 | 101100 | 100101110 | 1100011 | 11100 |
Color Harmonies of #8E018A
Complementary color
Monochromatic Colors of #8E018A
Black with #8E018A
Text Example
Text Example
White with #8E018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E018A; }
p { color: rgb(142,1,138); }
H1.HeaderClassName
{
color: #8E018A;
}
.AnyTagClassName
{
color: #8E018A;
}
</style>
background-color css
<style>
a { background-color: #8E018A; }
a { background-color: rgb(142,1,138); }
div.DivClassName
{
background-color: #8E018A;
}
.BgClassName
{
background-color: #8E018A;
}
</style>
border-color css
<style>
span { border-color: #8E018A; }
span { border-color: rgb(142,1,138); }
td.TdClassName
{
border-color: #8E018A;
}
.TagClassName
{
border-color: #8E018A;
}
</style>