Shades of Dark Magenta #9001AD
Tints of Dark Magenta #9001AD
RGB
CMYK
RGB Variations
Color information
#9001AD (or 0x9001AD) is known color: Dark Magenta. HEX triplet: 90, 01 and AD. RGB value is (144,1,173). Sum of RGB (Red+Green+Blue) = 144+1+173=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #9001AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9001AD is #6FFE52. Grayscale: #3E3E3E. Windows color (decimal): -7339603 or 11338128. OLE color: 11338128.
HSL color Cylindrical-coordinate representation of color #9001AD: hue angle of 289.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001AD is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 1 | 173 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.32 |
| HSL | 289.88º | 0.99% | 0.34% | - |
| HSV(B) | 289.88º | 0.99% | 0.68% | - |
| XYZ | 19.06 | 8.97 | 40.26 | - |
| YUV | 63.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 173 | 0.17 | 0.99 | 0 | 0.32 | 289.88 | 0.99 | 0.34 |
| Hex | 90 | 1 | AD | 11 | 63 | 0 | 20 | 122 | 63 | 22 |
| Octal | 220 | 1 | 255 | 21 | 143 | 0 | 40 | 442 | 143 | 42 |
| Binary | 10010000 | 1 | 10101101 | 10001 | 1100011 | 0 | 100000 | 100100010 | 1100011 | 100010 |
Color Harmonies of #9001AD
Complementary color
Monochromatic Colors of #9001AD
Black with #9001AD
Text Example
Text Example
White with #9001AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001AD; }
p { color: rgb(144,1,173); }
H1.HeaderClassName
{
color: #9001AD;
}
.AnyTagClassName
{
color: #9001AD;
}
</style>
background-color css
<style>
a { background-color: #9001AD; }
a { background-color: rgb(144,1,173); }
div.DivClassName
{
background-color: #9001AD;
}
.BgClassName
{
background-color: #9001AD;
}
</style>
border-color css
<style>
span { border-color: #9001AD; }
span { border-color: rgb(144,1,173); }
td.TdClassName
{
border-color: #9001AD;
}
.TagClassName
{
border-color: #9001AD;
}
</style>