Shades of Dark Magenta #8E0584
Tints of Dark Magenta #8E0584
RGB
CMYK
RGB Variations
Color information
#8E0584 (or 0x8E0584) is known color: Dark Magenta. HEX triplet: 8E, 05 and 84. RGB value is (142,5,132). Sum of RGB (Red+Green+Blue) = 142+5+132=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0584 is #71FA7B. Grayscale: #3C3C3C. Windows color (decimal): -7469692 or 8652174. OLE color: 8652174.
HSL color Cylindrical-coordinate representation of color #8E0584: hue angle of 304.38º 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 #8E0584 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 132 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.44 |
| HSL | 304.38º | 0.93% | 0.29% | - |
| HSV(B) | 304.38º | 0.96% | 0.56% | - |
| XYZ | 15.37 | 7.53 | 22.47 | - |
| YUV | 60.44 | 168.39 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 132 | 0 | 0.96 | 0.07 | 0.44 | 304.38 | 0.93 | 0.29 |
| Hex | 8E | 5 | 84 | 0 | 60 | 7 | 2C | 130 | 5D | 1D |
| Octal | 216 | 5 | 204 | 0 | 140 | 7 | 54 | 460 | 135 | 35 |
| Binary | 10001110 | 101 | 10000100 | 0 | 1100000 | 111 | 101100 | 100110000 | 1011101 | 11101 |
Color Harmonies of #8E0584
Complementary color
Monochromatic Colors of #8E0584
Black with #8E0584
Text Example
Text Example
White with #8E0584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0584; }
p { color: rgb(142,5,132); }
H1.HeaderClassName
{
color: #8E0584;
}
.AnyTagClassName
{
color: #8E0584;
}
</style>
background-color css
<style>
a { background-color: #8E0584; }
a { background-color: rgb(142,5,132); }
div.DivClassName
{
background-color: #8E0584;
}
.BgClassName
{
background-color: #8E0584;
}
</style>
border-color css
<style>
span { border-color: #8E0584; }
span { border-color: rgb(142,5,132); }
td.TdClassName
{
border-color: #8E0584;
}
.TagClassName
{
border-color: #8E0584;
}
</style>