Shades of Dark Magenta #901491
Tints of Dark Magenta #901491
RGB
CMYK
RGB Variations
Color information
#901491 (or 0x901491) is known color: Dark Magenta. HEX triplet: 90, 14 and 91. RGB value is (144,20,145). Sum of RGB (Red+Green+Blue) = 144+20+145=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #901491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901491 is #6FEB6E. Grayscale: #464646. Windows color (decimal): -7334767 or 9507984. OLE color: 9507984.
HSL color Cylindrical-coordinate representation of color #901491: hue angle of 299.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901491 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 20 | 145 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.43 |
| HSL | 299.52º | 0.76% | 0.32% | - |
| HSV(B) | 299.52º | 0.86% | 0.57% | - |
| XYZ | 16.86 | 8.47 | 27.53 | - |
| YUV | 71.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 145 | 0.01 | 0.86 | 0 | 0.43 | 299.52 | 0.76 | 0.32 |
| Hex | 90 | 14 | 91 | 1 | 56 | 0 | 2B | 12C | 4C | 20 |
| Octal | 220 | 24 | 221 | 1 | 126 | 0 | 53 | 454 | 114 | 40 |
| Binary | 10010000 | 10100 | 10010001 | 1 | 1010110 | 0 | 101011 | 100101100 | 1001100 | 100000 |
Color Harmonies of #901491
Complementary color
Monochromatic Colors of #901491
Black with #901491
Text Example
Text Example
White with #901491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901491; }
p { color: rgb(144,20,145); }
H1.HeaderClassName
{
color: #901491;
}
.AnyTagClassName
{
color: #901491;
}
</style>
background-color css
<style>
a { background-color: #901491; }
a { background-color: rgb(144,20,145); }
div.DivClassName
{
background-color: #901491;
}
.BgClassName
{
background-color: #901491;
}
</style>
border-color css
<style>
span { border-color: #901491; }
span { border-color: rgb(144,20,145); }
td.TdClassName
{
border-color: #901491;
}
.TagClassName
{
border-color: #901491;
}
</style>