Shades of Dark Magenta #8D0EAC
Tints of Dark Magenta #8D0EAC
RGB
CMYK
RGB Variations
Color information
#8D0EAC (or 0x8D0EAC) is known color: Dark Magenta. HEX triplet: 8D, 0E and AC. RGB value is (141,14,172). Sum of RGB (Red+Green+Blue) = 141+14+172=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D0EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0EAC is #72F153. Grayscale: #454545. Windows color (decimal): -7532884 or 11275917. OLE color: 11275917.
HSL color Cylindrical-coordinate representation of color #8D0EAC: hue angle of 288.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0EAC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 14 | 172 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.33 |
| HSL | 288.23º | 0.85% | 0.36% | - |
| HSV(B) | 288.23º | 0.92% | 0.67% | - |
| XYZ | 18.59 | 8.96 | 39.78 | - |
| YUV | 69.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 14 | 172 | 0.18 | 0.92 | 0 | 0.33 | 288.23 | 0.85 | 0.36 |
| Hex | 8D | E | AC | 12 | 5C | 0 | 21 | 120 | 55 | 24 |
| Octal | 215 | 16 | 254 | 22 | 134 | 0 | 41 | 440 | 125 | 44 |
| Binary | 10001101 | 1110 | 10101100 | 10010 | 1011100 | 0 | 100001 | 100100000 | 1010101 | 100100 |
Color Harmonies of #8D0EAC
Complementary color
Monochromatic Colors of #8D0EAC
Black with #8D0EAC
Text Example
Text Example
White with #8D0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0EAC; }
p { color: rgb(141,14,172); }
H1.HeaderClassName
{
color: #8D0EAC;
}
.AnyTagClassName
{
color: #8D0EAC;
}
</style>
background-color css
<style>
a { background-color: #8D0EAC; }
a { background-color: rgb(141,14,172); }
div.DivClassName
{
background-color: #8D0EAC;
}
.BgClassName
{
background-color: #8D0EAC;
}
</style>
border-color css
<style>
span { border-color: #8D0EAC; }
span { border-color: rgb(141,14,172); }
td.TdClassName
{
border-color: #8D0EAC;
}
.TagClassName
{
border-color: #8D0EAC;
}
</style>