Shades of Dark Magenta #9111AD
Tints of Dark Magenta #9111AD
RGB
CMYK
RGB Variations
Color information
#9111AD (or 0x9111AD) is known color: Dark Magenta. HEX triplet: 91, 11 and AD. RGB value is (145,17,173). Sum of RGB (Red+Green+Blue) = 145+17+173=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #9111AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9111AD is #6EEE52. Grayscale: #484848. Windows color (decimal): -7269971 or 11342225. OLE color: 11342225.
HSL color Cylindrical-coordinate representation of color #9111AD: hue angle of 289.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9111AD is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 17 | 173 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.32 |
| HSL | 289.23º | 0.82% | 0.37% | - |
| HSV(B) | 289.23º | 0.9% | 0.68% | - |
| XYZ | 19.42 | 9.44 | 40.33 | - |
| YUV | 73.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 173 | 0.16 | 0.90 | 0 | 0.32 | 289.23 | 0.82 | 0.37 |
| Hex | 91 | 11 | AD | 10 | 5A | 0 | 20 | 121 | 52 | 25 |
| Octal | 221 | 21 | 255 | 20 | 132 | 0 | 40 | 441 | 122 | 45 |
| Binary | 10010001 | 10001 | 10101101 | 10000 | 1011010 | 0 | 100000 | 100100001 | 1010010 | 100101 |
Color Harmonies of #9111AD
Complementary color
Monochromatic Colors of #9111AD
Black with #9111AD
Text Example
Text Example
White with #9111AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9111AD; }
p { color: rgb(145,17,173); }
H1.HeaderClassName
{
color: #9111AD;
}
.AnyTagClassName
{
color: #9111AD;
}
</style>
background-color css
<style>
a { background-color: #9111AD; }
a { background-color: rgb(145,17,173); }
div.DivClassName
{
background-color: #9111AD;
}
.BgClassName
{
background-color: #9111AD;
}
</style>
border-color css
<style>
span { border-color: #9111AD; }
span { border-color: rgb(145,17,173); }
td.TdClassName
{
border-color: #9111AD;
}
.TagClassName
{
border-color: #9111AD;
}
</style>