Shades of Dark Magenta #8F0580
Tints of Dark Magenta #8F0580
RGB
CMYK
RGB Variations
Color information
#8F0580 (or 0x8F0580) is known color: Dark Magenta. HEX triplet: 8F, 05 and 80. RGB value is (143,5,128). Sum of RGB (Red+Green+Blue) = 143+5+128=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0580 is #70FA7F. Grayscale: #3B3B3B. Windows color (decimal): -7404160 or 8390031. OLE color: 8390031.
HSL color Cylindrical-coordinate representation of color #8F0580: hue angle of 306.52º 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 #8F0580 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 128 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.44 |
| HSL | 306.52º | 0.93% | 0.29% | - |
| HSV(B) | 306.52º | 0.97% | 0.56% | - |
| XYZ | 15.28 | 7.51 | 21.07 | - |
| YUV | 60.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 128 | 0 | 0.97 | 0.10 | 0.44 | 306.52 | 0.93 | 0.29 |
| Hex | 8F | 5 | 80 | 0 | 61 | A | 2C | 133 | 5D | 1D |
| Octal | 217 | 5 | 200 | 0 | 141 | 12 | 54 | 463 | 135 | 35 |
| Binary | 10001111 | 101 | 10000000 | 0 | 1100001 | 1010 | 101100 | 100110011 | 1011101 | 11101 |
Color Harmonies of #8F0580
Complementary color
Monochromatic Colors of #8F0580
Black with #8F0580
Text Example
Text Example
White with #8F0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0580; }
p { color: rgb(143,5,128); }
H1.HeaderClassName
{
color: #8F0580;
}
.AnyTagClassName
{
color: #8F0580;
}
</style>
background-color css
<style>
a { background-color: #8F0580; }
a { background-color: rgb(143,5,128); }
div.DivClassName
{
background-color: #8F0580;
}
.BgClassName
{
background-color: #8F0580;
}
</style>
border-color css
<style>
span { border-color: #8F0580; }
span { border-color: rgb(143,5,128); }
td.TdClassName
{
border-color: #8F0580;
}
.TagClassName
{
border-color: #8F0580;
}
</style>