Shades of Dark Magenta #900587
Tints of Dark Magenta #900587
RGB
CMYK
RGB Variations
Color information
#900587 (or 0x900587) is known color: Dark Magenta. HEX triplet: 90, 05 and 87. RGB value is (144,5,135). Sum of RGB (Red+Green+Blue) = 144+5+135=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #900587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900587 is #6FFA78. Grayscale: #3D3D3D. Windows color (decimal): -7338617 or 8848784. OLE color: 8848784.
HSL color Cylindrical-coordinate representation of color #900587: hue angle of 303.88º 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 #900587 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 135 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.44 |
| HSL | 303.88º | 0.93% | 0.29% | - |
| HSV(B) | 303.88º | 0.97% | 0.56% | - |
| XYZ | 15.93 | 7.79 | 23.59 | - |
| YUV | 61.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 135 | 0 | 0.97 | 0.06 | 0.44 | 303.88 | 0.93 | 0.29 |
| Hex | 90 | 5 | 87 | 0 | 61 | 6 | 2C | 130 | 5D | 1D |
| Octal | 220 | 5 | 207 | 0 | 141 | 6 | 54 | 460 | 135 | 35 |
| Binary | 10010000 | 101 | 10000111 | 0 | 1100001 | 110 | 101100 | 100110000 | 1011101 | 11101 |
Color Harmonies of #900587
Complementary color
Monochromatic Colors of #900587
Black with #900587
Text Example
Text Example
White with #900587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900587; }
p { color: rgb(144,5,135); }
H1.HeaderClassName
{
color: #900587;
}
.AnyTagClassName
{
color: #900587;
}
</style>
background-color css
<style>
a { background-color: #900587; }
a { background-color: rgb(144,5,135); }
div.DivClassName
{
background-color: #900587;
}
.BgClassName
{
background-color: #900587;
}
</style>
border-color css
<style>
span { border-color: #900587; }
span { border-color: rgb(144,5,135); }
td.TdClassName
{
border-color: #900587;
}
.TagClassName
{
border-color: #900587;
}
</style>