Shades of Dark Magenta #910AA2
Tints of Dark Magenta #910AA2
RGB
CMYK
RGB Variations
Color information
#910AA2 (or 0x910AA2) is known color: Dark Magenta. HEX triplet: 91, 0A and A2. RGB value is (145,10,162). Sum of RGB (Red+Green+Blue) = 145+10+162=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 162 (63.67% from 255 or 51.10% from 317); Max value from RGB is 162 - color contains mainly: blue. Hex color #910AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910AA2 is #6EF55D. Grayscale: #434343. Windows color (decimal): -7271774 or 10619537. OLE color: 10619537.
HSL color Cylindrical-coordinate representation of color #910AA2: hue angle of 293.29º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910AA2 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 10 | 162 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.36 |
| HSL | 293.29º | 0.88% | 0.34% | - |
| HSV(B) | 293.29º | 0.94% | 0.64% | - |
| XYZ | 18.31 | 8.85 | 34.92 | - |
| YUV | 67.69 | 181.23 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 162 | 0.10 | 0.94 | 0 | 0.36 | 293.29 | 0.88 | 0.34 |
| Hex | 91 | A | A2 | A | 5E | 0 | 24 | 125 | 58 | 22 |
| Octal | 221 | 12 | 242 | 12 | 136 | 0 | 44 | 445 | 130 | 42 |
| Binary | 10010001 | 1010 | 10100010 | 1010 | 1011110 | 0 | 100100 | 100100101 | 1011000 | 100010 |
Color Harmonies of #910AA2
Complementary color
Monochromatic Colors of #910AA2
Black with #910AA2
Text Example
Text Example
White with #910AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910AA2; }
p { color: rgb(145,10,162); }
H1.HeaderClassName
{
color: #910AA2;
}
.AnyTagClassName
{
color: #910AA2;
}
</style>
background-color css
<style>
a { background-color: #910AA2; }
a { background-color: rgb(145,10,162); }
div.DivClassName
{
background-color: #910AA2;
}
.BgClassName
{
background-color: #910AA2;
}
</style>
border-color css
<style>
span { border-color: #910AA2; }
span { border-color: rgb(145,10,162); }
td.TdClassName
{
border-color: #910AA2;
}
.TagClassName
{
border-color: #910AA2;
}
</style>