Shades of Dark Magenta #9006AB
Tints of Dark Magenta #9006AB
RGB
CMYK
RGB Variations
Color information
#9006AB (or 0x9006AB) is known color: Dark Magenta. HEX triplet: 90, 06 and AB. RGB value is (144,6,171). Sum of RGB (Red+Green+Blue) = 144+6+171=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #9006AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9006AB is #6FF954. Grayscale: #414141. Windows color (decimal): -7338325 or 11208336. OLE color: 11208336.
HSL color Cylindrical-coordinate representation of color #9006AB: hue angle of 290.18º degrees, saturation: 0.93, 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 #9006AB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 6 | 171 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.33 |
| HSL | 290.18º | 0.93% | 0.35% | - |
| HSV(B) | 290.18º | 0.96% | 0.67% | - |
| XYZ | 18.92 | 9 | 39.27 | - |
| YUV | 66.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 171 | 0.16 | 0.96 | 0 | 0.33 | 290.18 | 0.93 | 0.35 |
| Hex | 90 | 6 | AB | 10 | 60 | 0 | 21 | 122 | 5D | 23 |
| Octal | 220 | 6 | 253 | 20 | 140 | 0 | 41 | 442 | 135 | 43 |
| Binary | 10010000 | 110 | 10101011 | 10000 | 1100000 | 0 | 100001 | 100100010 | 1011101 | 100011 |
Color Harmonies of #9006AB
Complementary color
Monochromatic Colors of #9006AB
Black with #9006AB
Text Example
Text Example
White with #9006AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006AB; }
p { color: rgb(144,6,171); }
H1.HeaderClassName
{
color: #9006AB;
}
.AnyTagClassName
{
color: #9006AB;
}
</style>
background-color css
<style>
a { background-color: #9006AB; }
a { background-color: rgb(144,6,171); }
div.DivClassName
{
background-color: #9006AB;
}
.BgClassName
{
background-color: #9006AB;
}
</style>
border-color css
<style>
span { border-color: #9006AB; }
span { border-color: rgb(144,6,171); }
td.TdClassName
{
border-color: #9006AB;
}
.TagClassName
{
border-color: #9006AB;
}
</style>