Shades of Dark Magenta #9100A9
Tints of Dark Magenta #9100A9
RGB
CMYK
RGB Variations
Color information
#9100A9 (or 0x9100A9) is known color: Dark Magenta. HEX triplet: 91, 00 and A9. RGB value is (145,0,169). Sum of RGB (Red+Green+Blue) = 145+0+169=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #9100A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9100A9 is #6EFF56. Grayscale: #3E3E3E. Windows color (decimal): -7274327 or 11075729. OLE color: 11075729.
HSL color Cylindrical-coordinate representation of color #9100A9: hue angle of 291.48º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100A9 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 0 | 169 | - |
| CMYK | 0.14 | 1 | 0 | 0.34 |
| HSL | 291.48º | 1% | 0.33% | - |
| HSV(B) | 291.48º | 1% | 0.66% | - |
| XYZ | 18.84 | 8.88 | 38.26 | - |
| YUV | 62.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 169 | 0.14 | 1 | 0 | 0.34 | 291.48 | 1 | 0.33 |
| Hex | 91 | 0 | A9 | E | 64 | 0 | 22 | 123 | 64 | 21 |
| Octal | 221 | 0 | 251 | 16 | 144 | 0 | 42 | 443 | 144 | 41 |
| Binary | 10010001 | 0 | 10101001 | 1110 | 1100100 | 0 | 100010 | 100100011 | 1100100 | 100001 |
Color Harmonies of #9100A9
Complementary color
Monochromatic Colors of #9100A9
Black with #9100A9
Text Example
Text Example
White with #9100A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100A9; }
p { color: rgb(145,0,169); }
H1.HeaderClassName
{
color: #9100A9;
}
.AnyTagClassName
{
color: #9100A9;
}
</style>
background-color css
<style>
a { background-color: #9100A9; }
a { background-color: rgb(145,0,169); }
div.DivClassName
{
background-color: #9100A9;
}
.BgClassName
{
background-color: #9100A9;
}
</style>
border-color css
<style>
span { border-color: #9100A9; }
span { border-color: rgb(145,0,169); }
td.TdClassName
{
border-color: #9100A9;
}
.TagClassName
{
border-color: #9100A9;
}
</style>