Shades of Dark Magenta #9007AD
Tints of Dark Magenta #9007AD
RGB
CMYK
RGB Variations
Color information
#9007AD (or 0x9007AD) is known color: Dark Magenta. HEX triplet: 90, 07 and AD. RGB value is (144,7,173). Sum of RGB (Red+Green+Blue) = 144+7+173=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #9007AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9007AD is #6FF852. Grayscale: #424242. Windows color (decimal): -7338067 or 11339664. OLE color: 11339664.
HSL color Cylindrical-coordinate representation of color #9007AD: hue angle of 289.52º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9007AD is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 7 | 173 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.32 |
| HSL | 289.52º | 0.92% | 0.35% | - |
| HSV(B) | 289.52º | 0.96% | 0.68% | - |
| XYZ | 19.12 | 9.1 | 40.28 | - |
| YUV | 66.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 173 | 0.17 | 0.96 | 0 | 0.32 | 289.52 | 0.92 | 0.35 |
| Hex | 90 | 7 | AD | 11 | 60 | 0 | 20 | 122 | 5C | 23 |
| Octal | 220 | 7 | 255 | 21 | 140 | 0 | 40 | 442 | 134 | 43 |
| Binary | 10010000 | 111 | 10101101 | 10001 | 1100000 | 0 | 100000 | 100100010 | 1011100 | 100011 |
Color Harmonies of #9007AD
Complementary color
Monochromatic Colors of #9007AD
Black with #9007AD
Text Example
Text Example
White with #9007AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007AD; }
p { color: rgb(144,7,173); }
H1.HeaderClassName
{
color: #9007AD;
}
.AnyTagClassName
{
color: #9007AD;
}
</style>
background-color css
<style>
a { background-color: #9007AD; }
a { background-color: rgb(144,7,173); }
div.DivClassName
{
background-color: #9007AD;
}
.BgClassName
{
background-color: #9007AD;
}
</style>
border-color css
<style>
span { border-color: #9007AD; }
span { border-color: rgb(144,7,173); }
td.TdClassName
{
border-color: #9007AD;
}
.TagClassName
{
border-color: #9007AD;
}
</style>