Shades of Dark Magenta #8D047F
Tints of Dark Magenta #8D047F
RGB
CMYK
RGB Variations
Color information
#8D047F (or 0x8D047F) is known color: Dark Magenta. HEX triplet: 8D, 04 and 7F. RGB value is (141,4,127). Sum of RGB (Red+Green+Blue) = 141+4+127=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D047F is #72FB80. Grayscale: #3A3A3A. Windows color (decimal): -7535489 or 8324237. OLE color: 8324237.
HSL color Cylindrical-coordinate representation of color #8D047F: hue angle of 306.13º 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 #8D047F is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 127 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.45 |
| HSL | 306.13º | 0.94% | 0.28% | - |
| HSV(B) | 306.13º | 0.97% | 0.55% | - |
| XYZ | 14.86 | 7.28 | 20.7 | - |
| YUV | 58.99 | 166.39 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 127 | 0 | 0.97 | 0.10 | 0.45 | 306.13 | 0.94 | 0.28 |
| Hex | 8D | 4 | 7F | 0 | 61 | A | 2D | 132 | 5E | 1C |
| Octal | 215 | 4 | 177 | 0 | 141 | 12 | 55 | 462 | 136 | 34 |
| Binary | 10001101 | 100 | 1111111 | 0 | 1100001 | 1010 | 101101 | 100110010 | 1011110 | 11100 |
Color Harmonies of #8D047F
Complementary color
Monochromatic Colors of #8D047F
Black with #8D047F
Text Example
Text Example
White with #8D047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D047F; }
p { color: rgb(141,4,127); }
H1.HeaderClassName
{
color: #8D047F;
}
.AnyTagClassName
{
color: #8D047F;
}
</style>
background-color css
<style>
a { background-color: #8D047F; }
a { background-color: rgb(141,4,127); }
div.DivClassName
{
background-color: #8D047F;
}
.BgClassName
{
background-color: #8D047F;
}
</style>
border-color css
<style>
span { border-color: #8D047F; }
span { border-color: rgb(141,4,127); }
td.TdClassName
{
border-color: #8D047F;
}
.TagClassName
{
border-color: #8D047F;
}
</style>