Shades of Dark Magenta #9009AA
Tints of Dark Magenta #9009AA
RGB
CMYK
RGB Variations
Color information
#9009AA (or 0x9009AA) is known color: Dark Magenta. HEX triplet: 90, 09 and AA. RGB value is (144,9,170). Sum of RGB (Red+Green+Blue) = 144+9+170=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #9009AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9009AA is #6FF655. Grayscale: #434343. Windows color (decimal): -7337558 or 11143568. OLE color: 11143568.
HSL color Cylindrical-coordinate representation of color #9009AA: hue angle of 290.31º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9009AA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 9 | 170 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.33 |
| HSL | 290.31º | 0.9% | 0.35% | - |
| HSV(B) | 290.31º | 0.95% | 0.67% | - |
| XYZ | 18.85 | 9.03 | 38.78 | - |
| YUV | 67.72 | 185.73 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 170 | 0.15 | 0.95 | 0 | 0.33 | 290.31 | 0.9 | 0.35 |
| Hex | 90 | 9 | AA | F | 5F | 0 | 21 | 122 | 5A | 23 |
| Octal | 220 | 11 | 252 | 17 | 137 | 0 | 41 | 442 | 132 | 43 |
| Binary | 10010000 | 1001 | 10101010 | 1111 | 1011111 | 0 | 100001 | 100100010 | 1011010 | 100011 |
Color Harmonies of #9009AA
Complementary color
Monochromatic Colors of #9009AA
Black with #9009AA
Text Example
Text Example
White with #9009AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9009AA; }
p { color: rgb(144,9,170); }
H1.HeaderClassName
{
color: #9009AA;
}
.AnyTagClassName
{
color: #9009AA;
}
</style>
background-color css
<style>
a { background-color: #9009AA; }
a { background-color: rgb(144,9,170); }
div.DivClassName
{
background-color: #9009AA;
}
.BgClassName
{
background-color: #9009AA;
}
</style>
border-color css
<style>
span { border-color: #9009AA; }
span { border-color: rgb(144,9,170); }
td.TdClassName
{
border-color: #9009AA;
}
.TagClassName
{
border-color: #9009AA;
}
</style>