Shades of Dark Magenta #901199
Tints of Dark Magenta #901199
RGB
CMYK
RGB Variations
Color information
#901199 (or 0x901199) is known color: Dark Magenta. HEX triplet: 90, 11 and 99. RGB value is (144,17,153). Sum of RGB (Red+Green+Blue) = 144+17+153=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #901199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901199 is #6FEE66. Grayscale: #464646. Windows color (decimal): -7335527 or 10031504. OLE color: 10031504.
HSL color Cylindrical-coordinate representation of color #901199: hue angle of 296.03º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901199 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 17 | 153 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.4 |
| HSL | 296.03º | 0.8% | 0.33% | - |
| HSV(B) | 296.03º | 0.89% | 0.6% | - |
| XYZ | 17.45 | 8.63 | 30.88 | - |
| YUV | 70.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 153 | 0.06 | 0.89 | 0 | 0.4 | 296.03 | 0.8 | 0.33 |
| Hex | 90 | 11 | 99 | 6 | 59 | 0 | 28 | 128 | 50 | 21 |
| Octal | 220 | 21 | 231 | 6 | 131 | 0 | 50 | 450 | 120 | 41 |
| Binary | 10010000 | 10001 | 10011001 | 110 | 1011001 | 0 | 101000 | 100101000 | 1010000 | 100001 |
Color Harmonies of #901199
Complementary color
Monochromatic Colors of #901199
Black with #901199
Text Example
Text Example
White with #901199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901199; }
p { color: rgb(144,17,153); }
H1.HeaderClassName
{
color: #901199;
}
.AnyTagClassName
{
color: #901199;
}
</style>
background-color css
<style>
a { background-color: #901199; }
a { background-color: rgb(144,17,153); }
div.DivClassName
{
background-color: #901199;
}
.BgClassName
{
background-color: #901199;
}
</style>
border-color css
<style>
span { border-color: #901199; }
span { border-color: rgb(144,17,153); }
td.TdClassName
{
border-color: #901199;
}
.TagClassName
{
border-color: #901199;
}
</style>