Shades of Dark Magenta #8E0882
Tints of Dark Magenta #8E0882
RGB
CMYK
RGB Variations
Color information
#8E0882 (or 0x8E0882) is known color: Dark Magenta. HEX triplet: 8E, 08 and 82. RGB value is (142,8,130). Sum of RGB (Red+Green+Blue) = 142+8+130=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0882 is #71F77D. Grayscale: #3D3D3D. Windows color (decimal): -7468926 or 8521870. OLE color: 8521870.
HSL color Cylindrical-coordinate representation of color #8E0882: hue angle of 305.37º 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 #8E0882 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 130 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.44 |
| HSL | 305.37º | 0.89% | 0.29% | - |
| HSV(B) | 305.37º | 0.94% | 0.56% | - |
| XYZ | 15.27 | 7.54 | 21.77 | - |
| YUV | 61.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 130 | 0 | 0.94 | 0.08 | 0.44 | 305.37 | 0.89 | 0.29 |
| Hex | 8E | 8 | 82 | 0 | 5E | 8 | 2C | 131 | 59 | 1D |
| Octal | 216 | 10 | 202 | 0 | 136 | 10 | 54 | 461 | 131 | 35 |
| Binary | 10001110 | 1000 | 10000010 | 0 | 1011110 | 1000 | 101100 | 100110001 | 1011001 | 11101 |
Color Harmonies of #8E0882
Complementary color
Monochromatic Colors of #8E0882
Black with #8E0882
Text Example
Text Example
White with #8E0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0882; }
p { color: rgb(142,8,130); }
H1.HeaderClassName
{
color: #8E0882;
}
.AnyTagClassName
{
color: #8E0882;
}
</style>
background-color css
<style>
a { background-color: #8E0882; }
a { background-color: rgb(142,8,130); }
div.DivClassName
{
background-color: #8E0882;
}
.BgClassName
{
background-color: #8E0882;
}
</style>
border-color css
<style>
span { border-color: #8E0882; }
span { border-color: rgb(142,8,130); }
td.TdClassName
{
border-color: #8E0882;
}
.TagClassName
{
border-color: #8E0882;
}
</style>