Shades of Dark Magenta #9101AA
Tints of Dark Magenta #9101AA
RGB
CMYK
RGB Variations
Color information
#9101AA (or 0x9101AA) is known color: Dark Magenta. HEX triplet: 91, 01 and AA. RGB value is (145,1,170). Sum of RGB (Red+Green+Blue) = 145+1+170=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #9101AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9101AA is #6EFE55. Grayscale: #3E3E3E. Windows color (decimal): -7274070 or 11141521. OLE color: 11141521.
HSL color Cylindrical-coordinate representation of color #9101AA: hue angle of 291.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9101AA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 1 | 170 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.33 |
| HSL | 291.12º | 0.99% | 0.34% | - |
| HSV(B) | 291.12º | 0.99% | 0.67% | - |
| XYZ | 18.94 | 8.94 | 38.76 | - |
| YUV | 63.32 | 188.21 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 170 | 0.15 | 0.99 | 0 | 0.33 | 291.12 | 0.99 | 0.34 |
| Hex | 91 | 1 | AA | F | 63 | 0 | 21 | 123 | 63 | 22 |
| Octal | 221 | 1 | 252 | 17 | 143 | 0 | 41 | 443 | 143 | 42 |
| Binary | 10010001 | 1 | 10101010 | 1111 | 1100011 | 0 | 100001 | 100100011 | 1100011 | 100010 |
Color Harmonies of #9101AA
Complementary color
Monochromatic Colors of #9101AA
Black with #9101AA
Text Example
Text Example
White with #9101AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9101AA; }
p { color: rgb(145,1,170); }
H1.HeaderClassName
{
color: #9101AA;
}
.AnyTagClassName
{
color: #9101AA;
}
</style>
background-color css
<style>
a { background-color: #9101AA; }
a { background-color: rgb(145,1,170); }
div.DivClassName
{
background-color: #9101AA;
}
.BgClassName
{
background-color: #9101AA;
}
</style>
border-color css
<style>
span { border-color: #9101AA; }
span { border-color: rgb(145,1,170); }
td.TdClassName
{
border-color: #9101AA;
}
.TagClassName
{
border-color: #9101AA;
}
</style>