Shades of Dark Magenta #9100AB
Tints of Dark Magenta #9100AB
RGB
CMYK
RGB Variations
Color information
#9100AB (or 0x9100AB) is known color: Dark Magenta. HEX triplet: 91, 00 and AB. RGB value is (145,0,171). Sum of RGB (Red+Green+Blue) = 145+0+171=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #9100AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9100AB is #6EFF54. Grayscale: #3E3E3E. Windows color (decimal): -7274325 or 11206801. OLE color: 11206801.
HSL color Cylindrical-coordinate representation of color #9100AB: hue angle of 290.88º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100AB is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 0 | 171 | - |
| CMYK | 0.15 | 1 | 0 | 0.33 |
| HSL | 290.88º | 1% | 0.34% | - |
| HSV(B) | 290.88º | 1% | 0.67% | - |
| XYZ | 19.03 | 8.96 | 39.25 | - |
| YUV | 62.85 | 189.04 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 171 | 0.15 | 1 | 0 | 0.33 | 290.88 | 1 | 0.34 |
| Hex | 91 | 0 | AB | F | 64 | 0 | 21 | 123 | 64 | 22 |
| Octal | 221 | 0 | 253 | 17 | 144 | 0 | 41 | 443 | 144 | 42 |
| Binary | 10010001 | 0 | 10101011 | 1111 | 1100100 | 0 | 100001 | 100100011 | 1100100 | 100010 |
Color Harmonies of #9100AB
Complementary color
Monochromatic Colors of #9100AB
Black with #9100AB
Text Example
Text Example
White with #9100AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100AB; }
p { color: rgb(145,0,171); }
H1.HeaderClassName
{
color: #9100AB;
}
.AnyTagClassName
{
color: #9100AB;
}
</style>
background-color css
<style>
a { background-color: #9100AB; }
a { background-color: rgb(145,0,171); }
div.DivClassName
{
background-color: #9100AB;
}
.BgClassName
{
background-color: #9100AB;
}
</style>
border-color css
<style>
span { border-color: #9100AB; }
span { border-color: rgb(145,0,171); }
td.TdClassName
{
border-color: #9100AB;
}
.TagClassName
{
border-color: #9100AB;
}
</style>