Shades of Dark Magenta #9109AD
Tints of Dark Magenta #9109AD
RGB
CMYK
RGB Variations
Color information
#9109AD (or 0x9109AD) is known color: Dark Magenta. HEX triplet: 91, 09 and AD. RGB value is (145,9,173). Sum of RGB (Red+Green+Blue) = 145+9+173=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #9109AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9109AD is #6EF652. Grayscale: #434343. Windows color (decimal): -7272019 or 11340177. OLE color: 11340177.
HSL color Cylindrical-coordinate representation of color #9109AD: hue angle of 289.76º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9109AD is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 9 | 173 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.32 |
| HSL | 289.76º | 0.9% | 0.36% | - |
| HSV(B) | 289.76º | 0.95% | 0.68% | - |
| XYZ | 19.32 | 9.23 | 40.3 | - |
| YUV | 68.36 | 187.06 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 173 | 0.16 | 0.95 | 0 | 0.32 | 289.76 | 0.9 | 0.36 |
| Hex | 91 | 9 | AD | 10 | 5F | 0 | 20 | 122 | 5A | 24 |
| Octal | 221 | 11 | 255 | 20 | 137 | 0 | 40 | 442 | 132 | 44 |
| Binary | 10010001 | 1001 | 10101101 | 10000 | 1011111 | 0 | 100000 | 100100010 | 1011010 | 100100 |
Color Harmonies of #9109AD
Complementary color
Monochromatic Colors of #9109AD
Black with #9109AD
Text Example
Text Example
White with #9109AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109AD; }
p { color: rgb(145,9,173); }
H1.HeaderClassName
{
color: #9109AD;
}
.AnyTagClassName
{
color: #9109AD;
}
</style>
background-color css
<style>
a { background-color: #9109AD; }
a { background-color: rgb(145,9,173); }
div.DivClassName
{
background-color: #9109AD;
}
.BgClassName
{
background-color: #9109AD;
}
</style>
border-color css
<style>
span { border-color: #9109AD; }
span { border-color: rgb(145,9,173); }
td.TdClassName
{
border-color: #9109AD;
}
.TagClassName
{
border-color: #9109AD;
}
</style>