Shades of Dark Magenta #901590
Tints of Dark Magenta #901590
RGB
CMYK
RGB Variations
Color information
#901590 (or 0x901590) is known color: Dark Magenta. HEX triplet: 90, 15 and 90. RGB value is (144,21,144). Sum of RGB (Red+Green+Blue) = 144+21+144=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #901590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901590 is #6FEA6F. Grayscale: #474747. Windows color (decimal): -7334512 or 9442704. OLE color: 9442704.
HSL color Cylindrical-coordinate representation of color #901590: hue angle of 300º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901590 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 21 | 144 | - |
| CMYK | 0 | 0.85 | 0 | 0.44 |
| HSL | 300º | 0.75% | 0.32% | - |
| HSV(B) | 300º | 0.85% | 0.56% | - |
| XYZ | 16.8 | 8.48 | 27.14 | - |
| YUV | 71.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 144 | 0 | 0.85 | 0 | 0.44 | 300 | 0.75 | 0.32 |
| Hex | 90 | 15 | 90 | 0 | 55 | 0 | 2C | 12C | 4B | 20 |
| Octal | 220 | 25 | 220 | 0 | 125 | 0 | 54 | 454 | 113 | 40 |
| Binary | 10010000 | 10101 | 10010000 | 0 | 1010101 | 0 | 101100 | 100101100 | 1001011 | 100000 |
Color Harmonies of #901590
Complementary color
Monochromatic Colors of #901590
Black with #901590
Text Example
Text Example
White with #901590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901590; }
p { color: rgb(144,21,144); }
H1.HeaderClassName
{
color: #901590;
}
.AnyTagClassName
{
color: #901590;
}
</style>
background-color css
<style>
a { background-color: #901590; }
a { background-color: rgb(144,21,144); }
div.DivClassName
{
background-color: #901590;
}
.BgClassName
{
background-color: #901590;
}
</style>
border-color css
<style>
span { border-color: #901590; }
span { border-color: rgb(144,21,144); }
td.TdClassName
{
border-color: #901590;
}
.TagClassName
{
border-color: #901590;
}
</style>