Shades of Dark Magenta #8E0D83
Tints of Dark Magenta #8E0D83
RGB
CMYK
RGB Variations
Color information
#8E0D83 (or 0x8E0D83) is known color: Dark Magenta. HEX triplet: 8E, 0D and 83. RGB value is (142,13,131). Sum of RGB (Red+Green+Blue) = 142+13+131=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0D83 is #71F27C. Grayscale: #404040. Windows color (decimal): -7467645 or 8588686. OLE color: 8588686.
HSL color Cylindrical-coordinate representation of color #8E0D83: hue angle of 305.12º 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 #8E0D83 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 13 | 131 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.44 |
| HSL | 305.12º | 0.83% | 0.3% | - |
| HSV(B) | 305.12º | 0.91% | 0.56% | - |
| XYZ | 15.4 | 7.68 | 22.14 | - |
| YUV | 65.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 13 | 131 | 0 | 0.91 | 0.08 | 0.44 | 305.12 | 0.83 | 0.3 |
| Hex | 8E | D | 83 | 0 | 5B | 8 | 2C | 131 | 53 | 1E |
| Octal | 216 | 15 | 203 | 0 | 133 | 10 | 54 | 461 | 123 | 36 |
| Binary | 10001110 | 1101 | 10000011 | 0 | 1011011 | 1000 | 101100 | 100110001 | 1010011 | 11110 |
Color Harmonies of #8E0D83
Complementary color
Monochromatic Colors of #8E0D83
Black with #8E0D83
Text Example
Text Example
White with #8E0D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0D83; }
p { color: rgb(142,13,131); }
H1.HeaderClassName
{
color: #8E0D83;
}
.AnyTagClassName
{
color: #8E0D83;
}
</style>
background-color css
<style>
a { background-color: #8E0D83; }
a { background-color: rgb(142,13,131); }
div.DivClassName
{
background-color: #8E0D83;
}
.BgClassName
{
background-color: #8E0D83;
}
</style>
border-color css
<style>
span { border-color: #8E0D83; }
span { border-color: rgb(142,13,131); }
td.TdClassName
{
border-color: #8E0D83;
}
.TagClassName
{
border-color: #8E0D83;
}
</style>