Shades of Dark Magenta #8E0C83
Tints of Dark Magenta #8E0C83
RGB
CMYK
RGB Variations
Color information
#8E0C83 (or 0x8E0C83) is known color: Dark Magenta. HEX triplet: 8E, 0C and 83. RGB value is (142,12,131). Sum of RGB (Red+Green+Blue) = 142+12+131=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0C83 is #71F37C. Grayscale: #404040. Windows color (decimal): -7467901 or 8588430. OLE color: 8588430.
HSL color Cylindrical-coordinate representation of color #8E0C83: hue angle of 305.08º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C83 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 12 | 131 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.44 |
| HSL | 305.08º | 0.84% | 0.3% | - |
| HSV(B) | 305.08º | 0.92% | 0.56% | - |
| XYZ | 15.38 | 7.65 | 22.14 | - |
| YUV | 64.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 12 | 131 | 0 | 0.92 | 0.08 | 0.44 | 305.08 | 0.84 | 0.3 |
| Hex | 8E | C | 83 | 0 | 5C | 8 | 2C | 131 | 54 | 1E |
| Octal | 216 | 14 | 203 | 0 | 134 | 10 | 54 | 461 | 124 | 36 |
| Binary | 10001110 | 1100 | 10000011 | 0 | 1011100 | 1000 | 101100 | 100110001 | 1010100 | 11110 |
Color Harmonies of #8E0C83
Complementary color
Monochromatic Colors of #8E0C83
Black with #8E0C83
Text Example
Text Example
White with #8E0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0C83; }
p { color: rgb(142,12,131); }
H1.HeaderClassName
{
color: #8E0C83;
}
.AnyTagClassName
{
color: #8E0C83;
}
</style>
background-color css
<style>
a { background-color: #8E0C83; }
a { background-color: rgb(142,12,131); }
div.DivClassName
{
background-color: #8E0C83;
}
.BgClassName
{
background-color: #8E0C83;
}
</style>
border-color css
<style>
span { border-color: #8E0C83; }
span { border-color: rgb(142,12,131); }
td.TdClassName
{
border-color: #8E0C83;
}
.TagClassName
{
border-color: #8E0C83;
}
</style>