Shades of Dark Magenta #8E0D89
Tints of Dark Magenta #8E0D89
RGB
CMYK
RGB Variations
Color information
#8E0D89 (or 0x8E0D89) is known color: Dark Magenta. HEX triplet: 8E, 0D and 89. RGB value is (142,13,137). Sum of RGB (Red+Green+Blue) = 142+13+137=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0D89 is #71F276. Grayscale: #414141. Windows color (decimal): -7467639 or 8981902. OLE color: 8981902.
HSL color Cylindrical-coordinate representation of color #8E0D89: hue angle of 302.33º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D89 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 137 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.44 |
| HSL | 302.33º | 0.83% | 0.3% | - |
| HSV(B) | 302.33º | 0.91% | 0.56% | - |
| XYZ | 15.81 | 7.84 | 24.35 | - |
| YUV | 65.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 137 | 0 | 0.91 | 0.04 | 0.44 | 302.33 | 0.83 | 0.3 |
| Hex | 8E | D | 89 | 0 | 5B | 4 | 2C | 12E | 53 | 1E |
| Octal | 216 | 15 | 211 | 0 | 133 | 4 | 54 | 456 | 123 | 36 |
| Binary | 10001110 | 1101 | 10001001 | 0 | 1011011 | 100 | 101100 | 100101110 | 1010011 | 11110 |
Color Harmonies of #8E0D89
Complementary color
Monochromatic Colors of #8E0D89
Black with #8E0D89
Text Example
Text Example
White with #8E0D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D89; }
p { color: rgb(142,13,137); }
H1.HeaderClassName
{
color: #8E0D89;
}
.AnyTagClassName
{
color: #8E0D89;
}
</style>
background-color css
<style>
a { background-color: #8E0D89; }
a { background-color: rgb(142,13,137); }
div.DivClassName
{
background-color: #8E0D89;
}
.BgClassName
{
background-color: #8E0D89;
}
</style>
border-color css
<style>
span { border-color: #8E0D89; }
span { border-color: rgb(142,13,137); }
td.TdClassName
{
border-color: #8E0D89;
}
.TagClassName
{
border-color: #8E0D89;
}
</style>