Shades of Dark Magenta #9007AA
Tints of Dark Magenta #9007AA
RGB
CMYK
RGB Variations
Color information
#9007AA (or 0x9007AA) is known color: Dark Magenta. HEX triplet: 90, 07 and AA. RGB value is (144,7,170). Sum of RGB (Red+Green+Blue) = 144+7+170=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #9007AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9007AA is #6FF855. Grayscale: #424242. Windows color (decimal): -7338070 or 11143056. OLE color: 11143056.
HSL color Cylindrical-coordinate representation of color #9007AA: hue angle of 290.43º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9007AA is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 7 | 170 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.33 |
| HSL | 290.43º | 0.92% | 0.35% | - |
| HSV(B) | 290.43º | 0.96% | 0.67% | - |
| XYZ | 18.83 | 8.98 | 38.77 | - |
| YUV | 66.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 170 | 0.15 | 0.96 | 0 | 0.33 | 290.43 | 0.92 | 0.35 |
| Hex | 90 | 7 | AA | F | 60 | 0 | 21 | 122 | 5C | 23 |
| Octal | 220 | 7 | 252 | 17 | 140 | 0 | 41 | 442 | 134 | 43 |
| Binary | 10010000 | 111 | 10101010 | 1111 | 1100000 | 0 | 100001 | 100100010 | 1011100 | 100011 |
Color Harmonies of #9007AA
Complementary color
Monochromatic Colors of #9007AA
Black with #9007AA
Text Example
Text Example
White with #9007AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007AA; }
p { color: rgb(144,7,170); }
H1.HeaderClassName
{
color: #9007AA;
}
.AnyTagClassName
{
color: #9007AA;
}
</style>
background-color css
<style>
a { background-color: #9007AA; }
a { background-color: rgb(144,7,170); }
div.DivClassName
{
background-color: #9007AA;
}
.BgClassName
{
background-color: #9007AA;
}
</style>
border-color css
<style>
span { border-color: #9007AA; }
span { border-color: rgb(144,7,170); }
td.TdClassName
{
border-color: #9007AA;
}
.TagClassName
{
border-color: #9007AA;
}
</style>