Shades of Dark Magenta #900AA0
Tints of Dark Magenta #900AA0
RGB
CMYK
RGB Variations
Color information
#900AA0 (or 0x900AA0) is known color: Dark Magenta. HEX triplet: 90, 0A and A0. RGB value is (144,10,160). Sum of RGB (Red+Green+Blue) = 144+10+160=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #900AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900AA0 is #6FF55F. Grayscale: #424242. Windows color (decimal): -7337312 or 10488464. OLE color: 10488464.
HSL color Cylindrical-coordinate representation of color #900AA0: hue angle of 293.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900AA0 is Cyan = 0.1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 10 | 160 | - |
| CMYK | 0.1 | 0.94 | 0 | 0.37 |
| HSL | 293.6º | 0.88% | 0.33% | - |
| HSV(B) | 293.6º | 0.94% | 0.63% | - |
| XYZ | 17.96 | 8.68 | 33.99 | - |
| YUV | 67.17 | 180.39 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 160 | 0.1 | 0.94 | 0 | 0.37 | 293.6 | 0.88 | 0.33 |
| Hex | 90 | A | A0 | A | 5E | 0 | 25 | 126 | 58 | 21 |
| Octal | 220 | 12 | 240 | 12 | 136 | 0 | 45 | 446 | 130 | 41 |
| Binary | 10010000 | 1010 | 10100000 | 1010 | 1011110 | 0 | 100101 | 100100110 | 1011000 | 100001 |
Color Harmonies of #900AA0
Complementary color
Monochromatic Colors of #900AA0
Black with #900AA0
Text Example
Text Example
White with #900AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900AA0; }
p { color: rgb(144,10,160); }
H1.HeaderClassName
{
color: #900AA0;
}
.AnyTagClassName
{
color: #900AA0;
}
</style>
background-color css
<style>
a { background-color: #900AA0; }
a { background-color: rgb(144,10,160); }
div.DivClassName
{
background-color: #900AA0;
}
.BgClassName
{
background-color: #900AA0;
}
</style>
border-color css
<style>
span { border-color: #900AA0; }
span { border-color: rgb(144,10,160); }
td.TdClassName
{
border-color: #900AA0;
}
.TagClassName
{
border-color: #900AA0;
}
</style>