Shades of Dark Magenta #9110A1
Tints of Dark Magenta #9110A1
RGB
CMYK
RGB Variations
Color information
#9110A1 (or 0x9110A1) is known color: Dark Magenta. HEX triplet: 91, 10 and A1. RGB value is (145,16,161). Sum of RGB (Red+Green+Blue) = 145+16+161=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 161 (63.28% from 255 or 50% from 322); Max value from RGB is 161 - color contains mainly: blue. Hex color #9110A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9110A1 is #6EEF5E. Grayscale: #464646. Windows color (decimal): -7270239 or 10555537. OLE color: 10555537.
HSL color Cylindrical-coordinate representation of color #9110A1: hue angle of 293.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9110A1 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 16 | 161 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.37 |
| HSL | 293.38º | 0.82% | 0.35% | - |
| HSV(B) | 293.38º | 0.9% | 0.63% | - |
| XYZ | 18.3 | 8.96 | 34.48 | - |
| YUV | 71.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 161 | 0.10 | 0.90 | 0 | 0.37 | 293.38 | 0.82 | 0.35 |
| Hex | 91 | 10 | A1 | A | 5A | 0 | 25 | 125 | 52 | 23 |
| Octal | 221 | 20 | 241 | 12 | 132 | 0 | 45 | 445 | 122 | 43 |
| Binary | 10010001 | 10000 | 10100001 | 1010 | 1011010 | 0 | 100101 | 100100101 | 1010010 | 100011 |
Color Harmonies of #9110A1
Complementary color
Monochromatic Colors of #9110A1
Black with #9110A1
Text Example
Text Example
White with #9110A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9110A1; }
p { color: rgb(145,16,161); }
H1.HeaderClassName
{
color: #9110A1;
}
.AnyTagClassName
{
color: #9110A1;
}
</style>
background-color css
<style>
a { background-color: #9110A1; }
a { background-color: rgb(145,16,161); }
div.DivClassName
{
background-color: #9110A1;
}
.BgClassName
{
background-color: #9110A1;
}
</style>
border-color css
<style>
span { border-color: #9110A1; }
span { border-color: rgb(145,16,161); }
td.TdClassName
{
border-color: #9110A1;
}
.TagClassName
{
border-color: #9110A1;
}
</style>