Shades of Dark Magenta #9100AE
Tints of Dark Magenta #9100AE
RGB
CMYK
RGB Variations
Color information
#9100AE (or 0x9100AE) is known color: Dark Magenta. HEX triplet: 91, 00 and AE. RGB value is (145,0,174). Sum of RGB (Red+Green+Blue) = 145+0+174=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #9100AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9100AE is #6EFF51. Grayscale: #3E3E3E. Windows color (decimal): -7274322 or 11403409. OLE color: 11403409.
HSL color Cylindrical-coordinate representation of color #9100AE: hue angle of 290º 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 #9100AE is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 0 | 174 | - |
| CMYK | 0.17 | 1 | 0 | 0.32 |
| HSL | 290º | 1% | 0.34% | - |
| HSV(B) | 290º | 1% | 0.68% | - |
| XYZ | 19.32 | 9.08 | 40.78 | - |
| YUV | 63.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 174 | 0.17 | 1 | 0 | 0.32 | 290 | 1 | 0.34 |
| Hex | 91 | 0 | AE | 11 | 64 | 0 | 20 | 122 | 64 | 22 |
| Octal | 221 | 0 | 256 | 21 | 144 | 0 | 40 | 442 | 144 | 42 |
| Binary | 10010001 | 0 | 10101110 | 10001 | 1100100 | 0 | 100000 | 100100010 | 1100100 | 100010 |
Color Harmonies of #9100AE
Complementary color
Monochromatic Colors of #9100AE
Black with #9100AE
Text Example
Text Example
White with #9100AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9100AE; }
p { color: rgb(145,0,174); }
H1.HeaderClassName
{
color: #9100AE;
}
.AnyTagClassName
{
color: #9100AE;
}
</style>
background-color css
<style>
a { background-color: #9100AE; }
a { background-color: rgb(145,0,174); }
div.DivClassName
{
background-color: #9100AE;
}
.BgClassName
{
background-color: #9100AE;
}
</style>
border-color css
<style>
span { border-color: #9100AE; }
span { border-color: rgb(145,0,174); }
td.TdClassName
{
border-color: #9100AE;
}
.TagClassName
{
border-color: #9100AE;
}
</style>