Shades of Dark Magenta #901489
Tints of Dark Magenta #901489
RGB
CMYK
RGB Variations
Color information
#901489 (or 0x901489) is known color: Dark Magenta. HEX triplet: 90, 14 and 89. RGB value is (144,20,137). Sum of RGB (Red+Green+Blue) = 144+20+137=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #901489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901489 is #6FEB76. Grayscale: #464646. Windows color (decimal): -7334775 or 8983696. OLE color: 8983696.
HSL color Cylindrical-coordinate representation of color #901489: hue angle of 303.39º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901489 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 137 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.44 |
| HSL | 303.39º | 0.76% | 0.32% | - |
| HSV(B) | 303.39º | 0.86% | 0.56% | - |
| XYZ | 16.27 | 8.24 | 24.4 | - |
| YUV | 70.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 137 | 0 | 0.86 | 0.05 | 0.44 | 303.39 | 0.76 | 0.32 |
| Hex | 90 | 14 | 89 | 0 | 56 | 5 | 2C | 12F | 4C | 20 |
| Octal | 220 | 24 | 211 | 0 | 126 | 5 | 54 | 457 | 114 | 40 |
| Binary | 10010000 | 10100 | 10001001 | 0 | 1010110 | 101 | 101100 | 100101111 | 1001100 | 100000 |
Color Harmonies of #901489
Complementary color
Monochromatic Colors of #901489
Black with #901489
Text Example
Text Example
White with #901489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901489; }
p { color: rgb(144,20,137); }
H1.HeaderClassName
{
color: #901489;
}
.AnyTagClassName
{
color: #901489;
}
</style>
background-color css
<style>
a { background-color: #901489; }
a { background-color: rgb(144,20,137); }
div.DivClassName
{
background-color: #901489;
}
.BgClassName
{
background-color: #901489;
}
</style>
border-color css
<style>
span { border-color: #901489; }
span { border-color: rgb(144,20,137); }
td.TdClassName
{
border-color: #901489;
}
.TagClassName
{
border-color: #901489;
}
</style>