Shades of Dark Magenta #9001AB
Tints of Dark Magenta #9001AB
RGB
CMYK
RGB Variations
Color information
#9001AB (or 0x9001AB) is known color: Dark Magenta. HEX triplet: 90, 01 and AB. RGB value is (144,1,171). Sum of RGB (Red+Green+Blue) = 144+1+171=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #9001AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9001AB is #6FFE54. Grayscale: #3E3E3E. Windows color (decimal): -7339605 or 11207056. OLE color: 11207056.
HSL color Cylindrical-coordinate representation of color #9001AB: hue angle of 290.47º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001AB is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 1 | 171 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.33 |
| HSL | 290.47º | 0.99% | 0.34% | - |
| HSV(B) | 290.47º | 0.99% | 0.67% | - |
| XYZ | 18.86 | 8.89 | 39.25 | - |
| YUV | 63.14 | 188.88 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 171 | 0.16 | 0.99 | 0 | 0.33 | 290.47 | 0.99 | 0.34 |
| Hex | 90 | 1 | AB | 10 | 63 | 0 | 21 | 122 | 63 | 22 |
| Octal | 220 | 1 | 253 | 20 | 143 | 0 | 41 | 442 | 143 | 42 |
| Binary | 10010000 | 1 | 10101011 | 10000 | 1100011 | 0 | 100001 | 100100010 | 1100011 | 100010 |
Color Harmonies of #9001AB
Complementary color
Monochromatic Colors of #9001AB
Black with #9001AB
Text Example
Text Example
White with #9001AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001AB; }
p { color: rgb(144,1,171); }
H1.HeaderClassName
{
color: #9001AB;
}
.AnyTagClassName
{
color: #9001AB;
}
</style>
background-color css
<style>
a { background-color: #9001AB; }
a { background-color: rgb(144,1,171); }
div.DivClassName
{
background-color: #9001AB;
}
.BgClassName
{
background-color: #9001AB;
}
</style>
border-color css
<style>
span { border-color: #9001AB; }
span { border-color: rgb(144,1,171); }
td.TdClassName
{
border-color: #9001AB;
}
.TagClassName
{
border-color: #9001AB;
}
</style>