Shades of Dark Magenta #8E0881
Tints of Dark Magenta #8E0881
RGB
CMYK
RGB Variations
Color information
#8E0881 (or 0x8E0881) is known color: Dark Magenta. HEX triplet: 8E, 08 and 81. RGB value is (142,8,129). Sum of RGB (Red+Green+Blue) = 142+8+129=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0881 is #71F77E. Grayscale: #3D3D3D. Windows color (decimal): -7468927 or 8456334. OLE color: 8456334.
HSL color Cylindrical-coordinate representation of color #8E0881: hue angle of 305.82º 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 #8E0881 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 8 | 129 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.44 |
| HSL | 305.82º | 0.89% | 0.29% | - |
| HSV(B) | 305.82º | 0.94% | 0.56% | - |
| XYZ | 15.2 | 7.51 | 21.42 | - |
| YUV | 61.86 | 165.89 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 8 | 129 | 0 | 0.94 | 0.09 | 0.44 | 305.82 | 0.89 | 0.29 |
| Hex | 8E | 8 | 81 | 0 | 5E | 9 | 2C | 132 | 59 | 1D |
| Octal | 216 | 10 | 201 | 0 | 136 | 11 | 54 | 462 | 131 | 35 |
| Binary | 10001110 | 1000 | 10000001 | 0 | 1011110 | 1001 | 101100 | 100110010 | 1011001 | 11101 |
Color Harmonies of #8E0881
Complementary color
Monochromatic Colors of #8E0881
Black with #8E0881
Text Example
Text Example
White with #8E0881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0881; }
p { color: rgb(142,8,129); }
H1.HeaderClassName
{
color: #8E0881;
}
.AnyTagClassName
{
color: #8E0881;
}
</style>
background-color css
<style>
a { background-color: #8E0881; }
a { background-color: rgb(142,8,129); }
div.DivClassName
{
background-color: #8E0881;
}
.BgClassName
{
background-color: #8E0881;
}
</style>
border-color css
<style>
span { border-color: #8E0881; }
span { border-color: rgb(142,8,129); }
td.TdClassName
{
border-color: #8E0881;
}
.TagClassName
{
border-color: #8E0881;
}
</style>