Shades of Dark Magenta #8D048A
Tints of Dark Magenta #8D048A
RGB
CMYK
RGB Variations
Color information
#8D048A (or 0x8D048A) is known color: Dark Magenta. HEX triplet: 8D, 04 and 8A. RGB value is (141,4,138). Sum of RGB (Red+Green+Blue) = 141+4+138=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D048A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D048A is #72FB75. Grayscale: #3B3B3B. Windows color (decimal): -7535478 or 9045133. OLE color: 9045133.
HSL color Cylindrical-coordinate representation of color #8D048A: hue angle of 301.31º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D048A is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 138 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.45 |
| HSL | 301.31º | 0.94% | 0.28% | - |
| HSV(B) | 301.31º | 0.97% | 0.55% | - |
| XYZ | 15.62 | 7.58 | 24.69 | - |
| YUV | 60.24 | 171.89 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 138 | 0 | 0.97 | 0.02 | 0.45 | 301.31 | 0.94 | 0.28 |
| Hex | 8D | 4 | 8A | 0 | 61 | 2 | 2D | 12D | 5E | 1C |
| Octal | 215 | 4 | 212 | 0 | 141 | 2 | 55 | 455 | 136 | 34 |
| Binary | 10001101 | 100 | 10001010 | 0 | 1100001 | 10 | 101101 | 100101101 | 1011110 | 11100 |
Color Harmonies of #8D048A
Complementary color
Monochromatic Colors of #8D048A
Black with #8D048A
Text Example
Text Example
White with #8D048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D048A; }
p { color: rgb(141,4,138); }
H1.HeaderClassName
{
color: #8D048A;
}
.AnyTagClassName
{
color: #8D048A;
}
</style>
background-color css
<style>
a { background-color: #8D048A; }
a { background-color: rgb(141,4,138); }
div.DivClassName
{
background-color: #8D048A;
}
.BgClassName
{
background-color: #8D048A;
}
</style>
border-color css
<style>
span { border-color: #8D048A; }
span { border-color: rgb(141,4,138); }
td.TdClassName
{
border-color: #8D048A;
}
.TagClassName
{
border-color: #8D048A;
}
</style>