Shades of Dark Magenta #9007AB
Tints of Dark Magenta #9007AB
RGB
CMYK
RGB Variations
Color information
#9007AB (or 0x9007AB) is known color: Dark Magenta. HEX triplet: 90, 07 and AB. RGB value is (144,7,171). Sum of RGB (Red+Green+Blue) = 144+7+171=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #9007AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9007AB is #6FF854. Grayscale: #424242. Windows color (decimal): -7338069 or 11208592. OLE color: 11208592.
HSL color Cylindrical-coordinate representation of color #9007AB: hue angle of 290.12º 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 #9007AB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 7 | 171 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.33 |
| HSL | 290.12º | 0.92% | 0.35% | - |
| HSV(B) | 290.12º | 0.96% | 0.67% | - |
| XYZ | 18.93 | 9.02 | 39.27 | - |
| YUV | 66.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 171 | 0.16 | 0.96 | 0 | 0.33 | 290.12 | 0.92 | 0.35 |
| Hex | 90 | 7 | AB | 10 | 60 | 0 | 21 | 122 | 5C | 23 |
| Octal | 220 | 7 | 253 | 20 | 140 | 0 | 41 | 442 | 134 | 43 |
| Binary | 10010000 | 111 | 10101011 | 10000 | 1100000 | 0 | 100001 | 100100010 | 1011100 | 100011 |
Color Harmonies of #9007AB
Complementary color
Monochromatic Colors of #9007AB
Black with #9007AB
Text Example
Text Example
White with #9007AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007AB; }
p { color: rgb(144,7,171); }
H1.HeaderClassName
{
color: #9007AB;
}
.AnyTagClassName
{
color: #9007AB;
}
</style>
background-color css
<style>
a { background-color: #9007AB; }
a { background-color: rgb(144,7,171); }
div.DivClassName
{
background-color: #9007AB;
}
.BgClassName
{
background-color: #9007AB;
}
</style>
border-color css
<style>
span { border-color: #9007AB; }
span { border-color: rgb(144,7,171); }
td.TdClassName
{
border-color: #9007AB;
}
.TagClassName
{
border-color: #9007AB;
}
</style>