Shades of Dark Magenta #8E0E83
Tints of Dark Magenta #8E0E83
RGB
CMYK
RGB Variations
Color information
#8E0E83 (or 0x8E0E83) is known color: Dark Magenta. HEX triplet: 8E, 0E and 83. RGB value is (142,14,131). Sum of RGB (Red+Green+Blue) = 142+14+131=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0E83 is #71F17C. Grayscale: #414141. Windows color (decimal): -7467389 or 8588942. OLE color: 8588942.
HSL color Cylindrical-coordinate representation of color #8E0E83: hue angle of 305.16º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E83 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 14 | 131 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.44 |
| HSL | 305.16º | 0.82% | 0.31% | - |
| HSV(B) | 305.16º | 0.9% | 0.56% | - |
| XYZ | 15.41 | 7.7 | 22.15 | - |
| YUV | 65.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 131 | 0 | 0.90 | 0.08 | 0.44 | 305.16 | 0.82 | 0.31 |
| Hex | 8E | E | 83 | 0 | 5A | 8 | 2C | 131 | 52 | 1F |
| Octal | 216 | 16 | 203 | 0 | 132 | 10 | 54 | 461 | 122 | 37 |
| Binary | 10001110 | 1110 | 10000011 | 0 | 1011010 | 1000 | 101100 | 100110001 | 1010010 | 11111 |
Color Harmonies of #8E0E83
Complementary color
Monochromatic Colors of #8E0E83
Black with #8E0E83
Text Example
Text Example
White with #8E0E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0E83; }
p { color: rgb(142,14,131); }
H1.HeaderClassName
{
color: #8E0E83;
}
.AnyTagClassName
{
color: #8E0E83;
}
</style>
background-color css
<style>
a { background-color: #8E0E83; }
a { background-color: rgb(142,14,131); }
div.DivClassName
{
background-color: #8E0E83;
}
.BgClassName
{
background-color: #8E0E83;
}
</style>
border-color css
<style>
span { border-color: #8E0E83; }
span { border-color: rgb(142,14,131); }
td.TdClassName
{
border-color: #8E0E83;
}
.TagClassName
{
border-color: #8E0E83;
}
</style>