Shades of Dark Magenta #8F058C
Tints of Dark Magenta #8F058C
RGB
CMYK
RGB Variations
Color information
#8F058C (or 0x8F058C) is known color: Dark Magenta. HEX triplet: 8F, 05 and 8C. RGB value is (143,5,140). Sum of RGB (Red+Green+Blue) = 143+5+140=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F058C is #70FA73. Grayscale: #3D3D3D. Windows color (decimal): -7404148 or 9176463. OLE color: 9176463.
HSL color Cylindrical-coordinate representation of color #8F058C: hue angle of 301.3º 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 #8F058C is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 140 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.44 |
| HSL | 301.3º | 0.93% | 0.29% | - |
| HSV(B) | 301.3º | 0.97% | 0.56% | - |
| XYZ | 16.12 | 7.84 | 25.48 | - |
| YUV | 61.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 140 | 0 | 0.97 | 0.02 | 0.44 | 301.3 | 0.93 | 0.29 |
| Hex | 8F | 5 | 8C | 0 | 61 | 2 | 2C | 12D | 5D | 1D |
| Octal | 217 | 5 | 214 | 0 | 141 | 2 | 54 | 455 | 135 | 35 |
| Binary | 10001111 | 101 | 10001100 | 0 | 1100001 | 10 | 101100 | 100101101 | 1011101 | 11101 |
Color Harmonies of #8F058C
Complementary color
Monochromatic Colors of #8F058C
Black with #8F058C
Text Example
Text Example
White with #8F058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F058C; }
p { color: rgb(143,5,140); }
H1.HeaderClassName
{
color: #8F058C;
}
.AnyTagClassName
{
color: #8F058C;
}
</style>
background-color css
<style>
a { background-color: #8F058C; }
a { background-color: rgb(143,5,140); }
div.DivClassName
{
background-color: #8F058C;
}
.BgClassName
{
background-color: #8F058C;
}
</style>
border-color css
<style>
span { border-color: #8F058C; }
span { border-color: rgb(143,5,140); }
td.TdClassName
{
border-color: #8F058C;
}
.TagClassName
{
border-color: #8F058C;
}
</style>