Shades of Dark Magenta #8F047F
Tints of Dark Magenta #8F047F
RGB
CMYK
RGB Variations
Color information
#8F047F (or 0x8F047F) is known color: Dark Magenta. HEX triplet: 8F, 04 and 7F. RGB value is (143,4,127). Sum of RGB (Red+Green+Blue) = 143+4+127=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F047F is #70FB80. Grayscale: #3B3B3B. Windows color (decimal): -7404417 or 8324239. OLE color: 8324239.
HSL color Cylindrical-coordinate representation of color #8F047F: hue angle of 306.91º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F047F is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 127 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.44 |
| HSL | 306.91º | 0.95% | 0.29% | - |
| HSV(B) | 306.91º | 0.97% | 0.56% | - |
| XYZ | 15.2 | 7.46 | 20.72 | - |
| YUV | 59.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 127 | 0 | 0.97 | 0.11 | 0.44 | 306.91 | 0.95 | 0.29 |
| Hex | 8F | 4 | 7F | 0 | 61 | B | 2C | 133 | 5F | 1D |
| Octal | 217 | 4 | 177 | 0 | 141 | 13 | 54 | 463 | 137 | 35 |
| Binary | 10001111 | 100 | 1111111 | 0 | 1100001 | 1011 | 101100 | 100110011 | 1011111 | 11101 |
Color Harmonies of #8F047F
Complementary color
Monochromatic Colors of #8F047F
Black with #8F047F
Text Example
Text Example
White with #8F047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F047F; }
p { color: rgb(143,4,127); }
H1.HeaderClassName
{
color: #8F047F;
}
.AnyTagClassName
{
color: #8F047F;
}
</style>
background-color css
<style>
a { background-color: #8F047F; }
a { background-color: rgb(143,4,127); }
div.DivClassName
{
background-color: #8F047F;
}
.BgClassName
{
background-color: #8F047F;
}
</style>
border-color css
<style>
span { border-color: #8F047F; }
span { border-color: rgb(143,4,127); }
td.TdClassName
{
border-color: #8F047F;
}
.TagClassName
{
border-color: #8F047F;
}
</style>