Shades of Dark Magenta #901496
Tints of Dark Magenta #901496
RGB
CMYK
RGB Variations
Color information
#901496 (or 0x901496) is known color: Dark Magenta. HEX triplet: 90, 14 and 96. RGB value is (144,20,150). Sum of RGB (Red+Green+Blue) = 144+20+150=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #901496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901496 is #6FEB69. Grayscale: #474747. Windows color (decimal): -7334762 or 9835664. OLE color: 9835664.
HSL color Cylindrical-coordinate representation of color #901496: hue angle of 297.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901496 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 20 | 150 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.41 |
| HSL | 297.23º | 0.76% | 0.33% | - |
| HSV(B) | 297.23º | 0.87% | 0.59% | - |
| XYZ | 17.26 | 8.63 | 29.61 | - |
| YUV | 71.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 150 | 0.04 | 0.87 | 0 | 0.41 | 297.23 | 0.76 | 0.33 |
| Hex | 90 | 14 | 96 | 4 | 57 | 0 | 29 | 129 | 4C | 21 |
| Octal | 220 | 24 | 226 | 4 | 127 | 0 | 51 | 451 | 114 | 41 |
| Binary | 10010000 | 10100 | 10010110 | 100 | 1010111 | 0 | 101001 | 100101001 | 1001100 | 100001 |
Color Harmonies of #901496
Complementary color
Monochromatic Colors of #901496
Black with #901496
Text Example
Text Example
White with #901496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901496; }
p { color: rgb(144,20,150); }
H1.HeaderClassName
{
color: #901496;
}
.AnyTagClassName
{
color: #901496;
}
</style>
background-color css
<style>
a { background-color: #901496; }
a { background-color: rgb(144,20,150); }
div.DivClassName
{
background-color: #901496;
}
.BgClassName
{
background-color: #901496;
}
</style>
border-color css
<style>
span { border-color: #901496; }
span { border-color: rgb(144,20,150); }
td.TdClassName
{
border-color: #901496;
}
.TagClassName
{
border-color: #901496;
}
</style>