Shades of Dark Magenta #9105AA
Tints of Dark Magenta #9105AA
RGB
CMYK
RGB Variations
Color information
#9105AA (or 0x9105AA) is known color: Dark Magenta. HEX triplet: 91, 05 and AA. RGB value is (145,5,170). Sum of RGB (Red+Green+Blue) = 145+5+170=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #9105AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9105AA is #6EFA55. Grayscale: #414141. Windows color (decimal): -7273046 or 11142545. OLE color: 11142545.
HSL color Cylindrical-coordinate representation of color #9105AA: hue angle of 290.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9105AA is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 5 | 170 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.33 |
| HSL | 290.91º | 0.94% | 0.34% | - |
| HSV(B) | 290.91º | 0.97% | 0.67% | - |
| XYZ | 18.99 | 9.03 | 38.77 | - |
| YUV | 65.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 170 | 0.15 | 0.97 | 0 | 0.33 | 290.91 | 0.94 | 0.34 |
| Hex | 91 | 5 | AA | F | 61 | 0 | 21 | 123 | 5E | 22 |
| Octal | 221 | 5 | 252 | 17 | 141 | 0 | 41 | 443 | 136 | 42 |
| Binary | 10010001 | 101 | 10101010 | 1111 | 1100001 | 0 | 100001 | 100100011 | 1011110 | 100010 |
Color Harmonies of #9105AA
Complementary color
Monochromatic Colors of #9105AA
Black with #9105AA
Text Example
Text Example
White with #9105AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9105AA; }
p { color: rgb(145,5,170); }
H1.HeaderClassName
{
color: #9105AA;
}
.AnyTagClassName
{
color: #9105AA;
}
</style>
background-color css
<style>
a { background-color: #9105AA; }
a { background-color: rgb(145,5,170); }
div.DivClassName
{
background-color: #9105AA;
}
.BgClassName
{
background-color: #9105AA;
}
</style>
border-color css
<style>
span { border-color: #9105AA; }
span { border-color: rgb(145,5,170); }
td.TdClassName
{
border-color: #9105AA;
}
.TagClassName
{
border-color: #9105AA;
}
</style>