Shades of Dark Magenta #8E0887
Tints of Dark Magenta #8E0887
RGB
CMYK
RGB Variations
Color information
#8E0887 (or 0x8E0887) is known color: Dark Magenta. HEX triplet: 8E, 08 and 87. RGB value is (142,8,135). Sum of RGB (Red+Green+Blue) = 142+8+135=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0887 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0887 is #71F778. Grayscale: #3E3E3E. Windows color (decimal): -7468921 or 8849550. OLE color: 8849550.
HSL color Cylindrical-coordinate representation of color #8E0887: hue angle of 303.13º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0887 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 135 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.44 |
| HSL | 303.13º | 0.89% | 0.29% | - |
| HSV(B) | 303.13º | 0.94% | 0.56% | - |
| XYZ | 15.62 | 7.67 | 23.58 | - |
| YUV | 62.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 135 | 0 | 0.94 | 0.05 | 0.44 | 303.13 | 0.89 | 0.29 |
| Hex | 8E | 8 | 87 | 0 | 5E | 5 | 2C | 12F | 59 | 1D |
| Octal | 216 | 10 | 207 | 0 | 136 | 5 | 54 | 457 | 131 | 35 |
| Binary | 10001110 | 1000 | 10000111 | 0 | 1011110 | 101 | 101100 | 100101111 | 1011001 | 11101 |
Color Harmonies of #8E0887
Complementary color
Monochromatic Colors of #8E0887
Black with #8E0887
Text Example
Text Example
White with #8E0887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0887; }
p { color: rgb(142,8,135); }
H1.HeaderClassName
{
color: #8E0887;
}
.AnyTagClassName
{
color: #8E0887;
}
</style>
background-color css
<style>
a { background-color: #8E0887; }
a { background-color: rgb(142,8,135); }
div.DivClassName
{
background-color: #8E0887;
}
.BgClassName
{
background-color: #8E0887;
}
</style>
border-color css
<style>
span { border-color: #8E0887; }
span { border-color: rgb(142,8,135); }
td.TdClassName
{
border-color: #8E0887;
}
.TagClassName
{
border-color: #8E0887;
}
</style>