Shades of Dark Magenta #8C0589
Tints of Dark Magenta #8C0589
RGB
CMYK
RGB Variations
Color information
#8C0589 (or 0x8C0589) is known color: Dark Magenta. HEX triplet: 8C, 05 and 89. RGB value is (140,5,137). Sum of RGB (Red+Green+Blue) = 140+5+137=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0589 is #73FA76. Grayscale: #3C3C3C. Windows color (decimal): -7600759 or 8979852. OLE color: 8979852.
HSL color Cylindrical-coordinate representation of color #8C0589: hue angle of 301.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0589 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 137 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.45 |
| HSL | 301.33º | 0.93% | 0.28% | - |
| HSV(B) | 301.33º | 0.96% | 0.55% | - |
| XYZ | 15.38 | 7.49 | 24.3 | - |
| YUV | 60.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 137 | 0 | 0.96 | 0.02 | 0.45 | 301.33 | 0.93 | 0.28 |
| Hex | 8C | 5 | 89 | 0 | 60 | 2 | 2D | 12D | 5D | 1C |
| Octal | 214 | 5 | 211 | 0 | 140 | 2 | 55 | 455 | 135 | 34 |
| Binary | 10001100 | 101 | 10001001 | 0 | 1100000 | 10 | 101101 | 100101101 | 1011101 | 11100 |
Color Harmonies of #8C0589
Complementary color
Monochromatic Colors of #8C0589
Black with #8C0589
Text Example
Text Example
White with #8C0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0589; }
p { color: rgb(140,5,137); }
H1.HeaderClassName
{
color: #8C0589;
}
.AnyTagClassName
{
color: #8C0589;
}
</style>
background-color css
<style>
a { background-color: #8C0589; }
a { background-color: rgb(140,5,137); }
div.DivClassName
{
background-color: #8C0589;
}
.BgClassName
{
background-color: #8C0589;
}
</style>
border-color css
<style>
span { border-color: #8C0589; }
span { border-color: rgb(140,5,137); }
td.TdClassName
{
border-color: #8C0589;
}
.TagClassName
{
border-color: #8C0589;
}
</style>