Shades of Dark Magenta #901996
Tints of Dark Magenta #901996
RGB
CMYK
RGB Variations
Color information
#901996 (or 0x901996) is known color: Dark Magenta. HEX triplet: 90, 19 and 96. RGB value is (144,25,150). Sum of RGB (Red+Green+Blue) = 144+25+150=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #901996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901996 is #6FE669. Grayscale: #4A4A4A. Windows color (decimal): -7333482 or 9836944. OLE color: 9836944.
HSL color Cylindrical-coordinate representation of color #901996: hue angle of 297.12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901996 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 25 | 150 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.41 |
| HSL | 297.12º | 0.71% | 0.34% | - |
| HSV(B) | 297.12º | 0.83% | 0.59% | - |
| XYZ | 17.35 | 8.83 | 29.64 | - |
| YUV | 74.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 150 | 0.04 | 0.83 | 0 | 0.41 | 297.12 | 0.71 | 0.34 |
| Hex | 90 | 19 | 96 | 4 | 53 | 0 | 29 | 129 | 47 | 22 |
| Octal | 220 | 31 | 226 | 4 | 123 | 0 | 51 | 451 | 107 | 42 |
| Binary | 10010000 | 11001 | 10010110 | 100 | 1010011 | 0 | 101001 | 100101001 | 1000111 | 100010 |
Color Harmonies of #901996
Complementary color
Monochromatic Colors of #901996
Black with #901996
Text Example
Text Example
White with #901996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901996; }
p { color: rgb(144,25,150); }
H1.HeaderClassName
{
color: #901996;
}
.AnyTagClassName
{
color: #901996;
}
</style>
background-color css
<style>
a { background-color: #901996; }
a { background-color: rgb(144,25,150); }
div.DivClassName
{
background-color: #901996;
}
.BgClassName
{
background-color: #901996;
}
</style>
border-color css
<style>
span { border-color: #901996; }
span { border-color: rgb(144,25,150); }
td.TdClassName
{
border-color: #901996;
}
.TagClassName
{
border-color: #901996;
}
</style>