Shades of Dark Magenta #8E027E
Tints of Dark Magenta #8E027E
RGB
CMYK
RGB Variations
Color information
#8E027E (or 0x8E027E) is known color: Dark Magenta. HEX triplet: 8E, 02 and 7E. RGB value is (142,2,126). Sum of RGB (Red+Green+Blue) = 142+2+126=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E027E is #71FD81. Grayscale: #393939. Windows color (decimal): -7470466 or 8258190. OLE color: 8258190.
HSL color Cylindrical-coordinate representation of color #8E027E: hue angle of 306.86º 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 #8E027E is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.44 |
| HSL | 306.86º | 0.97% | 0.28% | - |
| HSV(B) | 306.86º | 0.99% | 0.56% | - |
| XYZ | 14.94 | 7.3 | 20.36 | - |
| YUV | 58 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 126 | 0 | 0.99 | 0.11 | 0.44 | 306.86 | 0.97 | 0.28 |
| Hex | 8E | 2 | 7E | 0 | 63 | B | 2C | 133 | 61 | 1C |
| Octal | 216 | 2 | 176 | 0 | 143 | 13 | 54 | 463 | 141 | 34 |
| Binary | 10001110 | 10 | 1111110 | 0 | 1100011 | 1011 | 101100 | 100110011 | 1100001 | 11100 |
Color Harmonies of #8E027E
Complementary color
Monochromatic Colors of #8E027E
Black with #8E027E
Text Example
Text Example
White with #8E027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E027E; }
p { color: rgb(142,2,126); }
H1.HeaderClassName
{
color: #8E027E;
}
.AnyTagClassName
{
color: #8E027E;
}
</style>
background-color css
<style>
a { background-color: #8E027E; }
a { background-color: rgb(142,2,126); }
div.DivClassName
{
background-color: #8E027E;
}
.BgClassName
{
background-color: #8E027E;
}
</style>
border-color css
<style>
span { border-color: #8E027E; }
span { border-color: rgb(142,2,126); }
td.TdClassName
{
border-color: #8E027E;
}
.TagClassName
{
border-color: #8E027E;
}
</style>