Shades of Dark Magenta #9001A2
Tints of Dark Magenta #9001A2
RGB
CMYK
RGB Variations
Color information
#9001A2 (or 0x9001A2) is known color: Dark Magenta. HEX triplet: 90, 01 and A2. RGB value is (144,1,162). Sum of RGB (Red+Green+Blue) = 144+1+162=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #9001A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9001A2 is #6FFE5D. Grayscale: #3D3D3D. Windows color (decimal): -7339614 or 10617232. OLE color: 10617232.
HSL color Cylindrical-coordinate representation of color #9001A2: hue angle of 293.29º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001A2 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 1 | 162 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.36 |
| HSL | 293.29º | 0.99% | 0.32% | - |
| HSV(B) | 293.29º | 0.99% | 0.64% | - |
| XYZ | 18.03 | 8.56 | 34.88 | - |
| YUV | 62.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 162 | 0.11 | 0.99 | 0 | 0.36 | 293.29 | 0.99 | 0.32 |
| Hex | 90 | 1 | A2 | B | 63 | 0 | 24 | 125 | 63 | 20 |
| Octal | 220 | 1 | 242 | 13 | 143 | 0 | 44 | 445 | 143 | 40 |
| Binary | 10010000 | 1 | 10100010 | 1011 | 1100011 | 0 | 100100 | 100100101 | 1100011 | 100000 |
Color Harmonies of #9001A2
Complementary color
Monochromatic Colors of #9001A2
Black with #9001A2
Text Example
Text Example
White with #9001A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001A2; }
p { color: rgb(144,1,162); }
H1.HeaderClassName
{
color: #9001A2;
}
.AnyTagClassName
{
color: #9001A2;
}
</style>
background-color css
<style>
a { background-color: #9001A2; }
a { background-color: rgb(144,1,162); }
div.DivClassName
{
background-color: #9001A2;
}
.BgClassName
{
background-color: #9001A2;
}
</style>
border-color css
<style>
span { border-color: #9001A2; }
span { border-color: rgb(144,1,162); }
td.TdClassName
{
border-color: #9001A2;
}
.TagClassName
{
border-color: #9001A2;
}
</style>