Shades of Dark Magenta #9000AA
Tints of Dark Magenta #9000AA
RGB
CMYK
RGB Variations
Color information
#9000AA (or 0x9000AA) is known color: Dark Magenta. HEX triplet: 90, 00 and AA. RGB value is (144,0,170). Sum of RGB (Red+Green+Blue) = 144+0+170=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #9000AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9000AA is #6FFF55. Grayscale: #3D3D3D. Windows color (decimal): -7339862 or 11141264. OLE color: 11141264.
HSL color Cylindrical-coordinate representation of color #9000AA: hue angle of 290.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000AA is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 0 | 170 | - |
| CMYK | 0.15 | 1 | 0 | 0.33 |
| HSL | 290.82º | 1% | 0.33% | - |
| HSV(B) | 290.82º | 1% | 0.67% | - |
| XYZ | 18.76 | 8.83 | 38.75 | - |
| YUV | 62.44 | 188.71 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 170 | 0.15 | 1 | 0 | 0.33 | 290.82 | 1 | 0.33 |
| Hex | 90 | 0 | AA | F | 64 | 0 | 21 | 123 | 64 | 21 |
| Octal | 220 | 0 | 252 | 17 | 144 | 0 | 41 | 443 | 144 | 41 |
| Binary | 10010000 | 0 | 10101010 | 1111 | 1100100 | 0 | 100001 | 100100011 | 1100100 | 100001 |
Color Harmonies of #9000AA
Complementary color
Monochromatic Colors of #9000AA
Black with #9000AA
Text Example
Text Example
White with #9000AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000AA; }
p { color: rgb(144,0,170); }
H1.HeaderClassName
{
color: #9000AA;
}
.AnyTagClassName
{
color: #9000AA;
}
</style>
background-color css
<style>
a { background-color: #9000AA; }
a { background-color: rgb(144,0,170); }
div.DivClassName
{
background-color: #9000AA;
}
.BgClassName
{
background-color: #9000AA;
}
</style>
border-color css
<style>
span { border-color: #9000AA; }
span { border-color: rgb(144,0,170); }
td.TdClassName
{
border-color: #9000AA;
}
.TagClassName
{
border-color: #9000AA;
}
</style>