Shades of Dark Magenta #8C047F
Tints of Dark Magenta #8C047F
RGB
CMYK
RGB Variations
Color information
#8C047F (or 0x8C047F) is known color: Dark Magenta. HEX triplet: 8C, 04 and 7F. RGB value is (140,4,127). Sum of RGB (Red+Green+Blue) = 140+4+127=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C047F is #73FB80. Grayscale: #3A3A3A. Windows color (decimal): -7601025 or 8324236. OLE color: 8324236.
HSL color Cylindrical-coordinate representation of color #8C047F: hue angle of 305.74º 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 #8C047F is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 4 | 127 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.45 |
| HSL | 305.74º | 0.94% | 0.28% | - |
| HSV(B) | 305.74º | 0.97% | 0.55% | - |
| XYZ | 14.69 | 7.19 | 20.69 | - |
| YUV | 58.69 | 166.56 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 127 | 0 | 0.97 | 0.09 | 0.45 | 305.74 | 0.94 | 0.28 |
| Hex | 8C | 4 | 7F | 0 | 61 | 9 | 2D | 132 | 5E | 1C |
| Octal | 214 | 4 | 177 | 0 | 141 | 11 | 55 | 462 | 136 | 34 |
| Binary | 10001100 | 100 | 1111111 | 0 | 1100001 | 1001 | 101101 | 100110010 | 1011110 | 11100 |
Color Harmonies of #8C047F
Complementary color
Monochromatic Colors of #8C047F
Black with #8C047F
Text Example
Text Example
White with #8C047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C047F; }
p { color: rgb(140,4,127); }
H1.HeaderClassName
{
color: #8C047F;
}
.AnyTagClassName
{
color: #8C047F;
}
</style>
background-color css
<style>
a { background-color: #8C047F; }
a { background-color: rgb(140,4,127); }
div.DivClassName
{
background-color: #8C047F;
}
.BgClassName
{
background-color: #8C047F;
}
</style>
border-color css
<style>
span { border-color: #8C047F; }
span { border-color: rgb(140,4,127); }
td.TdClassName
{
border-color: #8C047F;
}
.TagClassName
{
border-color: #8C047F;
}
</style>