Shades of Dark Magenta #9100AD
Tints of Dark Magenta #9100AD
RGB
CMYK
RGB Variations
Color information
#9100AD (or 0x9100AD) is known color: Dark Magenta. HEX triplet: 91, 00 and AD. RGB value is (145,0,173). Sum of RGB (Red+Green+Blue) = 145+0+173=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #9100AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9100AD is #6EFF52. Grayscale: #3E3E3E. Windows color (decimal): -7274323 or 11337873. OLE color: 11337873.
HSL color Cylindrical-coordinate representation of color #9100AD: hue angle of 290.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9100AD is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 0 | 173 | - |
| CMYK | 0.16 | 1 | 0 | 0.32 |
| HSL | 290.29º | 1% | 0.34% | - |
| HSV(B) | 290.29º | 1% | 0.68% | - |
| XYZ | 19.22 | 9.04 | 40.27 | - |
| YUV | 63.08 | 190.04 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 173 | 0.16 | 1 | 0 | 0.32 | 290.29 | 1 | 0.34 |
| Hex | 91 | 0 | AD | 10 | 64 | 0 | 20 | 122 | 64 | 22 |
| Octal | 221 | 0 | 255 | 20 | 144 | 0 | 40 | 442 | 144 | 42 |
| Binary | 10010001 | 0 | 10101101 | 10000 | 1100100 | 0 | 100000 | 100100010 | 1100100 | 100010 |
Color Harmonies of #9100AD
Complementary color
Monochromatic Colors of #9100AD
Black with #9100AD
Text Example
Text Example
White with #9100AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100AD; }
p { color: rgb(145,0,173); }
H1.HeaderClassName
{
color: #9100AD;
}
.AnyTagClassName
{
color: #9100AD;
}
</style>
background-color css
<style>
a { background-color: #9100AD; }
a { background-color: rgb(145,0,173); }
div.DivClassName
{
background-color: #9100AD;
}
.BgClassName
{
background-color: #9100AD;
}
</style>
border-color css
<style>
span { border-color: #9100AD; }
span { border-color: rgb(145,0,173); }
td.TdClassName
{
border-color: #9100AD;
}
.TagClassName
{
border-color: #9100AD;
}
</style>