Shades of Dark Magenta #9010A2
Tints of Dark Magenta #9010A2
RGB
CMYK
RGB Variations
Color information
#9010A2 (or 0x9010A2) is known color: Dark Magenta. HEX triplet: 90, 10 and A2. RGB value is (144,16,162). Sum of RGB (Red+Green+Blue) = 144+16+162=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #9010A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9010A2 is #6FEF5D. Grayscale: #464646. Windows color (decimal): -7335774 or 10621072. OLE color: 10621072.
HSL color Cylindrical-coordinate representation of color #9010A2: hue angle of 292.6º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9010A2 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 16 | 162 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.36 |
| HSL | 292.6º | 0.82% | 0.35% | - |
| HSV(B) | 292.6º | 0.9% | 0.64% | - |
| XYZ | 18.21 | 8.91 | 34.94 | - |
| YUV | 70.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 162 | 0.11 | 0.90 | 0 | 0.36 | 292.6 | 0.82 | 0.35 |
| Hex | 90 | 10 | A2 | B | 5A | 0 | 24 | 125 | 52 | 23 |
| Octal | 220 | 20 | 242 | 13 | 132 | 0 | 44 | 445 | 122 | 43 |
| Binary | 10010000 | 10000 | 10100010 | 1011 | 1011010 | 0 | 100100 | 100100101 | 1010010 | 100011 |
Color Harmonies of #9010A2
Complementary color
Monochromatic Colors of #9010A2
Black with #9010A2
Text Example
Text Example
White with #9010A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9010A2; }
p { color: rgb(144,16,162); }
H1.HeaderClassName
{
color: #9010A2;
}
.AnyTagClassName
{
color: #9010A2;
}
</style>
background-color css
<style>
a { background-color: #9010A2; }
a { background-color: rgb(144,16,162); }
div.DivClassName
{
background-color: #9010A2;
}
.BgClassName
{
background-color: #9010A2;
}
</style>
border-color css
<style>
span { border-color: #9010A2; }
span { border-color: rgb(144,16,162); }
td.TdClassName
{
border-color: #9010A2;
}
.TagClassName
{
border-color: #9010A2;
}
</style>