Shades of Dark Magenta #8F0588
Tints of Dark Magenta #8F0588
RGB
CMYK
RGB Variations
Color information
#8F0588 (or 0x8F0588) is known color: Dark Magenta. HEX triplet: 8F, 05 and 88. RGB value is (143,5,136). Sum of RGB (Red+Green+Blue) = 143+5+136=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0588 is #70FA77. Grayscale: #3C3C3C. Windows color (decimal): -7404152 or 8914319. OLE color: 8914319.
HSL color Cylindrical-coordinate representation of color #8F0588: hue angle of 303.04º 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 #8F0588 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 136 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.44 |
| HSL | 303.04º | 0.93% | 0.29% | - |
| HSV(B) | 303.04º | 0.97% | 0.56% | - |
| XYZ | 15.83 | 7.73 | 23.95 | - |
| YUV | 61.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 136 | 0 | 0.97 | 0.05 | 0.44 | 303.04 | 0.93 | 0.29 |
| Hex | 8F | 5 | 88 | 0 | 61 | 5 | 2C | 12F | 5D | 1D |
| Octal | 217 | 5 | 210 | 0 | 141 | 5 | 54 | 457 | 135 | 35 |
| Binary | 10001111 | 101 | 10001000 | 0 | 1100001 | 101 | 101100 | 100101111 | 1011101 | 11101 |
Color Harmonies of #8F0588
Complementary color
Monochromatic Colors of #8F0588
Black with #8F0588
Text Example
Text Example
White with #8F0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0588; }
p { color: rgb(143,5,136); }
H1.HeaderClassName
{
color: #8F0588;
}
.AnyTagClassName
{
color: #8F0588;
}
</style>
background-color css
<style>
a { background-color: #8F0588; }
a { background-color: rgb(143,5,136); }
div.DivClassName
{
background-color: #8F0588;
}
.BgClassName
{
background-color: #8F0588;
}
</style>
border-color css
<style>
span { border-color: #8F0588; }
span { border-color: rgb(143,5,136); }
td.TdClassName
{
border-color: #8F0588;
}
.TagClassName
{
border-color: #8F0588;
}
</style>