Shades of Dark Magenta #9008AD
Tints of Dark Magenta #9008AD
RGB
CMYK
RGB Variations
Color information
#9008AD (or 0x9008AD) is known color: Dark Magenta. HEX triplet: 90, 08 and AD. RGB value is (144,8,173). Sum of RGB (Red+Green+Blue) = 144+8+173=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #9008AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9008AD is #6FF752. Grayscale: #424242. Windows color (decimal): -7337811 or 11339920. OLE color: 11339920.
HSL color Cylindrical-coordinate representation of color #9008AD: hue angle of 289.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9008AD is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 8 | 173 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.32 |
| HSL | 289.45º | 0.91% | 0.35% | - |
| HSV(B) | 289.45º | 0.95% | 0.68% | - |
| XYZ | 19.13 | 9.12 | 40.29 | - |
| YUV | 67.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 173 | 0.17 | 0.95 | 0 | 0.32 | 289.45 | 0.91 | 0.35 |
| Hex | 90 | 8 | AD | 11 | 5F | 0 | 20 | 121 | 5B | 23 |
| Octal | 220 | 10 | 255 | 21 | 137 | 0 | 40 | 441 | 133 | 43 |
| Binary | 10010000 | 1000 | 10101101 | 10001 | 1011111 | 0 | 100000 | 100100001 | 1011011 | 100011 |
Color Harmonies of #9008AD
Complementary color
Monochromatic Colors of #9008AD
Black with #9008AD
Text Example
Text Example
White with #9008AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9008AD; }
p { color: rgb(144,8,173); }
H1.HeaderClassName
{
color: #9008AD;
}
.AnyTagClassName
{
color: #9008AD;
}
</style>
background-color css
<style>
a { background-color: #9008AD; }
a { background-color: rgb(144,8,173); }
div.DivClassName
{
background-color: #9008AD;
}
.BgClassName
{
background-color: #9008AD;
}
</style>
border-color css
<style>
span { border-color: #9008AD; }
span { border-color: rgb(144,8,173); }
td.TdClassName
{
border-color: #9008AD;
}
.TagClassName
{
border-color: #9008AD;
}
</style>