Shades of Dark Magenta #910AA0
Tints of Dark Magenta #910AA0
RGB
CMYK
RGB Variations
Color information
#910AA0 (or 0x910AA0) is known color: Dark Magenta. HEX triplet: 91, 0A and A0. RGB value is (145,10,160). Sum of RGB (Red+Green+Blue) = 145+10+160=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #910AA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910AA0 is #6EF55F. Grayscale: #434343. Windows color (decimal): -7271776 or 10488465. OLE color: 10488465.
HSL color Cylindrical-coordinate representation of color #910AA0: hue angle of 294º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910AA0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 10 | 160 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.37 |
| HSL | 294º | 0.88% | 0.33% | - |
| HSV(B) | 294º | 0.94% | 0.63% | - |
| XYZ | 18.13 | 8.77 | 34 | - |
| YUV | 67.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 160 | 0.09 | 0.94 | 0 | 0.37 | 294 | 0.88 | 0.33 |
| Hex | 91 | A | A0 | 9 | 5E | 0 | 25 | 126 | 58 | 21 |
| Octal | 221 | 12 | 240 | 11 | 136 | 0 | 45 | 446 | 130 | 41 |
| Binary | 10010001 | 1010 | 10100000 | 1001 | 1011110 | 0 | 100101 | 100100110 | 1011000 | 100001 |
Color Harmonies of #910AA0
Complementary color
Monochromatic Colors of #910AA0
Black with #910AA0
Text Example
Text Example
White with #910AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910AA0; }
p { color: rgb(145,10,160); }
H1.HeaderClassName
{
color: #910AA0;
}
.AnyTagClassName
{
color: #910AA0;
}
</style>
background-color css
<style>
a { background-color: #910AA0; }
a { background-color: rgb(145,10,160); }
div.DivClassName
{
background-color: #910AA0;
}
.BgClassName
{
background-color: #910AA0;
}
</style>
border-color css
<style>
span { border-color: #910AA0; }
span { border-color: rgb(145,10,160); }
td.TdClassName
{
border-color: #910AA0;
}
.TagClassName
{
border-color: #910AA0;
}
</style>