Shades of Dark Magenta #9005AD
Tints of Dark Magenta #9005AD
RGB
CMYK
RGB Variations
Color information
#9005AD (or 0x9005AD) is known color: Dark Magenta. HEX triplet: 90, 05 and AD. RGB value is (144,5,173). Sum of RGB (Red+Green+Blue) = 144+5+173=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #9005AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9005AD is #6FFA52. Grayscale: #414141. Windows color (decimal): -7338579 or 11339152. OLE color: 11339152.
HSL color Cylindrical-coordinate representation of color #9005AD: hue angle of 289.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9005AD is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 5 | 173 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.32 |
| HSL | 289.64º | 0.94% | 0.35% | - |
| HSV(B) | 289.64º | 0.97% | 0.68% | - |
| XYZ | 19.1 | 9.05 | 40.28 | - |
| YUV | 65.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 173 | 0.17 | 0.97 | 0 | 0.32 | 289.64 | 0.94 | 0.35 |
| Hex | 90 | 5 | AD | 11 | 61 | 0 | 20 | 122 | 5E | 23 |
| Octal | 220 | 5 | 255 | 21 | 141 | 0 | 40 | 442 | 136 | 43 |
| Binary | 10010000 | 101 | 10101101 | 10001 | 1100001 | 0 | 100000 | 100100010 | 1011110 | 100011 |
Color Harmonies of #9005AD
Complementary color
Monochromatic Colors of #9005AD
Black with #9005AD
Text Example
Text Example
White with #9005AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005AD; }
p { color: rgb(144,5,173); }
H1.HeaderClassName
{
color: #9005AD;
}
.AnyTagClassName
{
color: #9005AD;
}
</style>
background-color css
<style>
a { background-color: #9005AD; }
a { background-color: rgb(144,5,173); }
div.DivClassName
{
background-color: #9005AD;
}
.BgClassName
{
background-color: #9005AD;
}
</style>
border-color css
<style>
span { border-color: #9005AD; }
span { border-color: rgb(144,5,173); }
td.TdClassName
{
border-color: #9005AD;
}
.TagClassName
{
border-color: #9005AD;
}
</style>