Shades of Dark Magenta #8D058A
Tints of Dark Magenta #8D058A
RGB
CMYK
RGB Variations
Color information
#8D058A (or 0x8D058A) is known color: Dark Magenta. HEX triplet: 8D, 05 and 8A. RGB value is (141,5,138). Sum of RGB (Red+Green+Blue) = 141+5+138=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D058A is #72FA75. Grayscale: #3C3C3C. Windows color (decimal): -7535222 or 9045389. OLE color: 9045389.
HSL color Cylindrical-coordinate representation of color #8D058A: hue angle of 301.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D058A is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 138 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.45 |
| HSL | 301.32º | 0.93% | 0.29% | - |
| HSV(B) | 301.32º | 0.96% | 0.55% | - |
| XYZ | 15.63 | 7.61 | 24.69 | - |
| YUV | 60.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 138 | 0 | 0.96 | 0.02 | 0.45 | 301.32 | 0.93 | 0.29 |
| Hex | 8D | 5 | 8A | 0 | 60 | 2 | 2D | 12D | 5D | 1D |
| Octal | 215 | 5 | 212 | 0 | 140 | 2 | 55 | 455 | 135 | 35 |
| Binary | 10001101 | 101 | 10001010 | 0 | 1100000 | 10 | 101101 | 100101101 | 1011101 | 11101 |
Color Harmonies of #8D058A
Complementary color
Monochromatic Colors of #8D058A
Black with #8D058A
Text Example
Text Example
White with #8D058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D058A; }
p { color: rgb(141,5,138); }
H1.HeaderClassName
{
color: #8D058A;
}
.AnyTagClassName
{
color: #8D058A;
}
</style>
background-color css
<style>
a { background-color: #8D058A; }
a { background-color: rgb(141,5,138); }
div.DivClassName
{
background-color: #8D058A;
}
.BgClassName
{
background-color: #8D058A;
}
</style>
border-color css
<style>
span { border-color: #8D058A; }
span { border-color: rgb(141,5,138); }
td.TdClassName
{
border-color: #8D058A;
}
.TagClassName
{
border-color: #8D058A;
}
</style>