Shades of Dark Magenta #8F057F
Tints of Dark Magenta #8F057F
RGB
CMYK
RGB Variations
Color information
#8F057F (or 0x8F057F) is known color: Dark Magenta. HEX triplet: 8F, 05 and 7F. RGB value is (143,5,127). Sum of RGB (Red+Green+Blue) = 143+5+127=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F057F is #70FA80. Grayscale: #3B3B3B. Windows color (decimal): -7404161 or 8324495. OLE color: 8324495.
HSL color Cylindrical-coordinate representation of color #8F057F: hue angle of 306.96º degrees, saturation: 0.93, 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 #8F057F is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 127 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.44 |
| HSL | 306.96º | 0.93% | 0.29% | - |
| HSV(B) | 306.96º | 0.97% | 0.56% | - |
| XYZ | 15.21 | 7.48 | 20.72 | - |
| YUV | 60.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 127 | 0 | 0.97 | 0.11 | 0.44 | 306.96 | 0.93 | 0.29 |
| Hex | 8F | 5 | 7F | 0 | 61 | B | 2C | 133 | 5D | 1D |
| Octal | 217 | 5 | 177 | 0 | 141 | 13 | 54 | 463 | 135 | 35 |
| Binary | 10001111 | 101 | 1111111 | 0 | 1100001 | 1011 | 101100 | 100110011 | 1011101 | 11101 |
Color Harmonies of #8F057F
Complementary color
Monochromatic Colors of #8F057F
Black with #8F057F
Text Example
Text Example
White with #8F057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F057F; }
p { color: rgb(143,5,127); }
H1.HeaderClassName
{
color: #8F057F;
}
.AnyTagClassName
{
color: #8F057F;
}
</style>
background-color css
<style>
a { background-color: #8F057F; }
a { background-color: rgb(143,5,127); }
div.DivClassName
{
background-color: #8F057F;
}
.BgClassName
{
background-color: #8F057F;
}
</style>
border-color css
<style>
span { border-color: #8F057F; }
span { border-color: rgb(143,5,127); }
td.TdClassName
{
border-color: #8F057F;
}
.TagClassName
{
border-color: #8F057F;
}
</style>