Shades of Dark Magenta #8E0581
Tints of Dark Magenta #8E0581
RGB
CMYK
RGB Variations
Color information
#8E0581 (or 0x8E0581) is known color: Dark Magenta. HEX triplet: 8E, 05 and 81. RGB value is (142,5,129). Sum of RGB (Red+Green+Blue) = 142+5+129=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0581 is #71FA7E. Grayscale: #3B3B3B. Windows color (decimal): -7469695 or 8455566. OLE color: 8455566.
HSL color Cylindrical-coordinate representation of color #8E0581: hue angle of 305.69º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0581 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 129 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.44 |
| HSL | 305.69º | 0.93% | 0.29% | - |
| HSV(B) | 305.69º | 0.96% | 0.56% | - |
| XYZ | 15.17 | 7.44 | 21.41 | - |
| YUV | 60.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 129 | 0 | 0.96 | 0.09 | 0.44 | 305.69 | 0.93 | 0.29 |
| Hex | 8E | 5 | 81 | 0 | 60 | 9 | 2C | 132 | 5D | 1D |
| Octal | 216 | 5 | 201 | 0 | 140 | 11 | 54 | 462 | 135 | 35 |
| Binary | 10001110 | 101 | 10000001 | 0 | 1100000 | 1001 | 101100 | 100110010 | 1011101 | 11101 |
Color Harmonies of #8E0581
Complementary color
Monochromatic Colors of #8E0581
Black with #8E0581
Text Example
Text Example
White with #8E0581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0581; }
p { color: rgb(142,5,129); }
H1.HeaderClassName
{
color: #8E0581;
}
.AnyTagClassName
{
color: #8E0581;
}
</style>
background-color css
<style>
a { background-color: #8E0581; }
a { background-color: rgb(142,5,129); }
div.DivClassName
{
background-color: #8E0581;
}
.BgClassName
{
background-color: #8E0581;
}
</style>
border-color css
<style>
span { border-color: #8E0581; }
span { border-color: rgb(142,5,129); }
td.TdClassName
{
border-color: #8E0581;
}
.TagClassName
{
border-color: #8E0581;
}
</style>