Shades of Dark Magenta #8E027D
Tints of Dark Magenta #8E027D
RGB
CMYK
RGB Variations
Color information
#8E027D (or 0x8E027D) is known color: Dark Magenta. HEX triplet: 8E, 02 and 7D. RGB value is (142,2,125). Sum of RGB (Red+Green+Blue) = 142+2+125=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E027D is #71FD82. Grayscale: #393939. Windows color (decimal): -7470467 or 8192654. OLE color: 8192654.
HSL color Cylindrical-coordinate representation of color #8E027D: hue angle of 307.29º degrees, saturation: 0.97, 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 #8E027D is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.44 |
| HSL | 307.29º | 0.97% | 0.28% | - |
| HSV(B) | 307.29º | 0.99% | 0.56% | - |
| XYZ | 14.88 | 7.27 | 20.02 | - |
| YUV | 57.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 125 | 0 | 0.99 | 0.12 | 0.44 | 307.29 | 0.97 | 0.28 |
| Hex | 8E | 2 | 7D | 0 | 63 | C | 2C | 133 | 61 | 1C |
| Octal | 216 | 2 | 175 | 0 | 143 | 14 | 54 | 463 | 141 | 34 |
| Binary | 10001110 | 10 | 1111101 | 0 | 1100011 | 1100 | 101100 | 100110011 | 1100001 | 11100 |
Color Harmonies of #8E027D
Complementary color
Monochromatic Colors of #8E027D
Black with #8E027D
Text Example
Text Example
White with #8E027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E027D; }
p { color: rgb(142,2,125); }
H1.HeaderClassName
{
color: #8E027D;
}
.AnyTagClassName
{
color: #8E027D;
}
</style>
background-color css
<style>
a { background-color: #8E027D; }
a { background-color: rgb(142,2,125); }
div.DivClassName
{
background-color: #8E027D;
}
.BgClassName
{
background-color: #8E027D;
}
</style>
border-color css
<style>
span { border-color: #8E027D; }
span { border-color: rgb(142,2,125); }
td.TdClassName
{
border-color: #8E027D;
}
.TagClassName
{
border-color: #8E027D;
}
</style>