Shades of Dark Magenta #9011AA
Tints of Dark Magenta #9011AA
RGB
CMYK
RGB Variations
Color information
#9011AA (or 0x9011AA) is known color: Dark Magenta. HEX triplet: 90, 11 and AA. RGB value is (144,17,170). Sum of RGB (Red+Green+Blue) = 144+17+170=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #9011AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9011AA is #6FEE55. Grayscale: #474747. Windows color (decimal): -7335510 or 11145616. OLE color: 11145616.
HSL color Cylindrical-coordinate representation of color #9011AA: hue angle of 289.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9011AA is Cyan = 0.15, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 17 | 170 | - |
| CMYK | 0.15 | 0.9 | 0 | 0.33 |
| HSL | 289.8º | 0.82% | 0.37% | - |
| HSV(B) | 289.8º | 0.9% | 0.67% | - |
| XYZ | 18.96 | 9.23 | 38.81 | - |
| YUV | 72.42 | 183.08 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 170 | 0.15 | 0.9 | 0 | 0.33 | 289.8 | 0.82 | 0.37 |
| Hex | 90 | 11 | AA | F | 5A | 0 | 21 | 122 | 52 | 25 |
| Octal | 220 | 21 | 252 | 17 | 132 | 0 | 41 | 442 | 122 | 45 |
| Binary | 10010000 | 10001 | 10101010 | 1111 | 1011010 | 0 | 100001 | 100100010 | 1010010 | 100101 |
Color Harmonies of #9011AA
Complementary color
Monochromatic Colors of #9011AA
Black with #9011AA
Text Example
Text Example
White with #9011AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011AA; }
p { color: rgb(144,17,170); }
H1.HeaderClassName
{
color: #9011AA;
}
.AnyTagClassName
{
color: #9011AA;
}
</style>
background-color css
<style>
a { background-color: #9011AA; }
a { background-color: rgb(144,17,170); }
div.DivClassName
{
background-color: #9011AA;
}
.BgClassName
{
background-color: #9011AA;
}
</style>
border-color css
<style>
span { border-color: #9011AA; }
span { border-color: rgb(144,17,170); }
td.TdClassName
{
border-color: #9011AA;
}
.TagClassName
{
border-color: #9011AA;
}
</style>