Shades of Dark Magenta #9110AA
Tints of Dark Magenta #9110AA
RGB
CMYK
RGB Variations
Color information
#9110AA (or 0x9110AA) is known color: Dark Magenta. HEX triplet: 91, 10 and AA. RGB value is (145,16,170). Sum of RGB (Red+Green+Blue) = 145+16+170=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #9110AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9110AA is #6EEF55. Grayscale: #474747. Windows color (decimal): -7270230 or 11145361. OLE color: 11145361.
HSL color Cylindrical-coordinate representation of color #9110AA: hue angle of 290.26º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9110AA is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 16 | 170 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.33 |
| HSL | 290.26º | 0.83% | 0.36% | - |
| HSV(B) | 290.26º | 0.91% | 0.67% | - |
| XYZ | 19.12 | 9.29 | 38.82 | - |
| YUV | 72.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 170 | 0.15 | 0.91 | 0 | 0.33 | 290.26 | 0.83 | 0.36 |
| Hex | 91 | 10 | AA | F | 5B | 0 | 21 | 122 | 53 | 24 |
| Octal | 221 | 20 | 252 | 17 | 133 | 0 | 41 | 442 | 123 | 44 |
| Binary | 10010001 | 10000 | 10101010 | 1111 | 1011011 | 0 | 100001 | 100100010 | 1010011 | 100100 |
Color Harmonies of #9110AA
Complementary color
Monochromatic Colors of #9110AA
Black with #9110AA
Text Example
Text Example
White with #9110AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9110AA; }
p { color: rgb(145,16,170); }
H1.HeaderClassName
{
color: #9110AA;
}
.AnyTagClassName
{
color: #9110AA;
}
</style>
background-color css
<style>
a { background-color: #9110AA; }
a { background-color: rgb(145,16,170); }
div.DivClassName
{
background-color: #9110AA;
}
.BgClassName
{
background-color: #9110AA;
}
</style>
border-color css
<style>
span { border-color: #9110AA; }
span { border-color: rgb(145,16,170); }
td.TdClassName
{
border-color: #9110AA;
}
.TagClassName
{
border-color: #9110AA;
}
</style>