Shades of Dark Magenta #901399
Tints of Dark Magenta #901399
RGB
CMYK
RGB Variations
Color information
#901399 (or 0x901399) is known color: Dark Magenta. HEX triplet: 90, 13 and 99. RGB value is (144,19,153). Sum of RGB (Red+Green+Blue) = 144+19+153=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #901399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901399 is #6FEC66. Grayscale: #474747. Windows color (decimal): -7335015 or 10032016. OLE color: 10032016.
HSL color Cylindrical-coordinate representation of color #901399: hue angle of 295.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901399 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 19 | 153 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.4 |
| HSL | 295.97º | 0.78% | 0.34% | - |
| HSV(B) | 295.97º | 0.88% | 0.6% | - |
| XYZ | 17.48 | 8.69 | 30.89 | - |
| YUV | 71.65 | 173.91 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 153 | 0.06 | 0.88 | 0 | 0.4 | 295.97 | 0.78 | 0.34 |
| Hex | 90 | 13 | 99 | 6 | 58 | 0 | 28 | 128 | 4E | 22 |
| Octal | 220 | 23 | 231 | 6 | 130 | 0 | 50 | 450 | 116 | 42 |
| Binary | 10010000 | 10011 | 10011001 | 110 | 1011000 | 0 | 101000 | 100101000 | 1001110 | 100010 |
Color Harmonies of #901399
Complementary color
Monochromatic Colors of #901399
Black with #901399
Text Example
Text Example
White with #901399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901399; }
p { color: rgb(144,19,153); }
H1.HeaderClassName
{
color: #901399;
}
.AnyTagClassName
{
color: #901399;
}
</style>
background-color css
<style>
a { background-color: #901399; }
a { background-color: rgb(144,19,153); }
div.DivClassName
{
background-color: #901399;
}
.BgClassName
{
background-color: #901399;
}
</style>
border-color css
<style>
span { border-color: #901399; }
span { border-color: rgb(144,19,153); }
td.TdClassName
{
border-color: #901399;
}
.TagClassName
{
border-color: #901399;
}
</style>