Shades of Dark Magenta #9F0589
Tints of Dark Magenta #9F0589
RGB
CMYK
RGB Variations
Color information
#9F0589 (or 0x9F0589) is known color: Dark Magenta. HEX triplet: 9F, 05 and 89. RGB value is (159,5,137). Sum of RGB (Red+Green+Blue) = 159+5+137=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F0589 is #60FA76. Grayscale: #414141. Windows color (decimal): -6355575 or 8979871. OLE color: 8979871.
HSL color Cylindrical-coordinate representation of color #9F0589: hue angle of 308.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F0589 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 5 | 137 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.38 |
| HSL | 308.57º | 0.94% | 0.32% | - |
| HSV(B) | 308.57º | 0.97% | 0.62% | - |
| XYZ | 18.87 | 9.29 | 24.46 | - |
| YUV | 66.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 137 | 0 | 0.97 | 0.14 | 0.38 | 308.57 | 0.94 | 0.32 |
| Hex | 9F | 5 | 89 | 0 | 61 | E | 26 | 135 | 5E | 20 |
| Octal | 237 | 5 | 211 | 0 | 141 | 16 | 46 | 465 | 136 | 40 |
| Binary | 10011111 | 101 | 10001001 | 0 | 1100001 | 1110 | 100110 | 100110101 | 1011110 | 100000 |
Color Harmonies of #9F0589
Complementary color
Monochromatic Colors of #9F0589
Black with #9F0589
Text Example
Text Example
White with #9F0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0589; }
p { color: rgb(159,5,137); }
H1.HeaderClassName
{
color: #9F0589;
}
.AnyTagClassName
{
color: #9F0589;
}
</style>
background-color css
<style>
a { background-color: #9F0589; }
a { background-color: rgb(159,5,137); }
div.DivClassName
{
background-color: #9F0589;
}
.BgClassName
{
background-color: #9F0589;
}
</style>
border-color css
<style>
span { border-color: #9F0589; }
span { border-color: rgb(159,5,137); }
td.TdClassName
{
border-color: #9F0589;
}
.TagClassName
{
border-color: #9F0589;
}
</style>