Shades of Dark Magenta #910AAA
Tints of Dark Magenta #910AAA
RGB
CMYK
RGB Variations
Color information
#910AAA (or 0x910AAA) is known color: Dark Magenta. HEX triplet: 91, 0A and AA. RGB value is (145,10,170). Sum of RGB (Red+Green+Blue) = 145+10+170=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #910AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910AAA is #6EF555. Grayscale: #444444. Windows color (decimal): -7271766 or 11143825. OLE color: 11143825.
HSL color Cylindrical-coordinate representation of color #910AAA: hue angle of 290.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910AAA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 10 | 170 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.33 |
| HSL | 290.63º | 0.89% | 0.35% | - |
| HSV(B) | 290.63º | 0.94% | 0.67% | - |
| XYZ | 19.04 | 9.14 | 38.79 | - |
| YUV | 68.61 | 185.23 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 170 | 0.15 | 0.94 | 0 | 0.33 | 290.63 | 0.89 | 0.35 |
| Hex | 91 | A | AA | F | 5E | 0 | 21 | 123 | 59 | 23 |
| Octal | 221 | 12 | 252 | 17 | 136 | 0 | 41 | 443 | 131 | 43 |
| Binary | 10010001 | 1010 | 10101010 | 1111 | 1011110 | 0 | 100001 | 100100011 | 1011001 | 100011 |
Color Harmonies of #910AAA
Complementary color
Monochromatic Colors of #910AAA
Black with #910AAA
Text Example
Text Example
White with #910AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910AAA; }
p { color: rgb(145,10,170); }
H1.HeaderClassName
{
color: #910AAA;
}
.AnyTagClassName
{
color: #910AAA;
}
</style>
background-color css
<style>
a { background-color: #910AAA; }
a { background-color: rgb(145,10,170); }
div.DivClassName
{
background-color: #910AAA;
}
.BgClassName
{
background-color: #910AAA;
}
</style>
border-color css
<style>
span { border-color: #910AAA; }
span { border-color: rgb(145,10,170); }
td.TdClassName
{
border-color: #910AAA;
}
.TagClassName
{
border-color: #910AAA;
}
</style>