Shades of Dark Magenta #8E0389
Tints of Dark Magenta #8E0389
RGB
CMYK
RGB Variations
Color information
#8E0389 (or 0x8E0389) is known color: Dark Magenta. HEX triplet: 8E, 03 and 89. RGB value is (142,3,137). Sum of RGB (Red+Green+Blue) = 142+3+137=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0389 is #71FC76. Grayscale: #3B3B3B. Windows color (decimal): -7470199 or 8979342. OLE color: 8979342.
HSL color Cylindrical-coordinate representation of color #8E0389: hue angle of 302.16º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0389 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.44 |
| HSL | 302.16º | 0.96% | 0.28% | - |
| HSV(B) | 302.16º | 0.98% | 0.56% | - |
| XYZ | 15.7 | 7.62 | 24.31 | - |
| YUV | 59.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 137 | 0 | 0.98 | 0.04 | 0.44 | 302.16 | 0.96 | 0.28 |
| Hex | 8E | 3 | 89 | 0 | 62 | 4 | 2C | 12E | 60 | 1C |
| Octal | 216 | 3 | 211 | 0 | 142 | 4 | 54 | 456 | 140 | 34 |
| Binary | 10001110 | 11 | 10001001 | 0 | 1100010 | 100 | 101100 | 100101110 | 1100000 | 11100 |
Color Harmonies of #8E0389
Complementary color
Monochromatic Colors of #8E0389
Black with #8E0389
Text Example
Text Example
White with #8E0389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0389; }
p { color: rgb(142,3,137); }
H1.HeaderClassName
{
color: #8E0389;
}
.AnyTagClassName
{
color: #8E0389;
}
</style>
background-color css
<style>
a { background-color: #8E0389; }
a { background-color: rgb(142,3,137); }
div.DivClassName
{
background-color: #8E0389;
}
.BgClassName
{
background-color: #8E0389;
}
</style>
border-color css
<style>
span { border-color: #8E0389; }
span { border-color: rgb(142,3,137); }
td.TdClassName
{
border-color: #8E0389;
}
.TagClassName
{
border-color: #8E0389;
}
</style>