Shades of Dark Magenta #9005AB
Tints of Dark Magenta #9005AB
RGB
CMYK
RGB Variations
Color information
#9005AB (or 0x9005AB) is known color: Dark Magenta. HEX triplet: 90, 05 and AB. RGB value is (144,5,171). Sum of RGB (Red+Green+Blue) = 144+5+171=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #9005AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9005AB is #6FFA54. Grayscale: #404040. Windows color (decimal): -7338581 or 11208080. OLE color: 11208080.
HSL color Cylindrical-coordinate representation of color #9005AB: hue angle of 290.24º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9005AB is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 5 | 171 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.33 |
| HSL | 290.24º | 0.94% | 0.35% | - |
| HSV(B) | 290.24º | 0.97% | 0.67% | - |
| XYZ | 18.91 | 8.98 | 39.26 | - |
| YUV | 65.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 171 | 0.16 | 0.97 | 0 | 0.33 | 290.24 | 0.94 | 0.35 |
| Hex | 90 | 5 | AB | 10 | 61 | 0 | 21 | 122 | 5E | 23 |
| Octal | 220 | 5 | 253 | 20 | 141 | 0 | 41 | 442 | 136 | 43 |
| Binary | 10010000 | 101 | 10101011 | 10000 | 1100001 | 0 | 100001 | 100100010 | 1011110 | 100011 |
Color Harmonies of #9005AB
Complementary color
Monochromatic Colors of #9005AB
Black with #9005AB
Text Example
Text Example
White with #9005AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005AB; }
p { color: rgb(144,5,171); }
H1.HeaderClassName
{
color: #9005AB;
}
.AnyTagClassName
{
color: #9005AB;
}
</style>
background-color css
<style>
a { background-color: #9005AB; }
a { background-color: rgb(144,5,171); }
div.DivClassName
{
background-color: #9005AB;
}
.BgClassName
{
background-color: #9005AB;
}
</style>
border-color css
<style>
span { border-color: #9005AB; }
span { border-color: rgb(144,5,171); }
td.TdClassName
{
border-color: #9005AB;
}
.TagClassName
{
border-color: #9005AB;
}
</style>