Shades of Dark Magenta #9002AD
Tints of Dark Magenta #9002AD
RGB
CMYK
RGB Variations
Color information
#9002AD (or 0x9002AD) is known color: Dark Magenta. HEX triplet: 90, 02 and AD. RGB value is (144,2,173). Sum of RGB (Red+Green+Blue) = 144+2+173=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #9002AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9002AD is #6FFD52. Grayscale: #3F3F3F. Windows color (decimal): -7339347 or 11338384. OLE color: 11338384.
HSL color Cylindrical-coordinate representation of color #9002AD: hue angle of 289.82º degrees, saturation: 0.98, 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 #9002AD is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 2 | 173 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.32 |
| HSL | 289.82º | 0.98% | 0.34% | - |
| HSV(B) | 289.82º | 0.99% | 0.68% | - |
| XYZ | 19.07 | 8.99 | 40.27 | - |
| YUV | 63.95 | 189.54 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 173 | 0.17 | 0.99 | 0 | 0.32 | 289.82 | 0.98 | 0.34 |
| Hex | 90 | 2 | AD | 11 | 63 | 0 | 20 | 122 | 62 | 22 |
| Octal | 220 | 2 | 255 | 21 | 143 | 0 | 40 | 442 | 142 | 42 |
| Binary | 10010000 | 10 | 10101101 | 10001 | 1100011 | 0 | 100000 | 100100010 | 1100010 | 100010 |
Color Harmonies of #9002AD
Complementary color
Monochromatic Colors of #9002AD
Black with #9002AD
Text Example
Text Example
White with #9002AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002AD; }
p { color: rgb(144,2,173); }
H1.HeaderClassName
{
color: #9002AD;
}
.AnyTagClassName
{
color: #9002AD;
}
</style>
background-color css
<style>
a { background-color: #9002AD; }
a { background-color: rgb(144,2,173); }
div.DivClassName
{
background-color: #9002AD;
}
.BgClassName
{
background-color: #9002AD;
}
</style>
border-color css
<style>
span { border-color: #9002AD; }
span { border-color: rgb(144,2,173); }
td.TdClassName
{
border-color: #9002AD;
}
.TagClassName
{
border-color: #9002AD;
}
</style>