Shades of Dark Magenta #9109A7
Tints of Dark Magenta #9109A7
RGB
CMYK
RGB Variations
Color information
#9109A7 (or 0x9109A7) is known color: Dark Magenta. HEX triplet: 91, 09 and A7. RGB value is (145,9,167). Sum of RGB (Red+Green+Blue) = 145+9+167=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 167 (65.62% from 255 or 52.02% from 321); Max value from RGB is 167 - color contains mainly: blue. Hex color #9109A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9109A7 is #6EF658. Grayscale: #434343. Windows color (decimal): -7272025 or 10946961. OLE color: 10946961.
HSL color Cylindrical-coordinate representation of color #9109A7: hue angle of 291.65º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9109A7 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 9 | 167 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.35 |
| HSL | 291.65º | 0.9% | 0.35% | - |
| HSV(B) | 291.65º | 0.95% | 0.65% | - |
| XYZ | 18.75 | 9.01 | 37.31 | - |
| YUV | 67.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 167 | 0.13 | 0.95 | 0 | 0.35 | 291.65 | 0.9 | 0.35 |
| Hex | 91 | 9 | A7 | D | 5F | 0 | 23 | 124 | 5A | 23 |
| Octal | 221 | 11 | 247 | 15 | 137 | 0 | 43 | 444 | 132 | 43 |
| Binary | 10010001 | 1001 | 10100111 | 1101 | 1011111 | 0 | 100011 | 100100100 | 1011010 | 100011 |
Color Harmonies of #9109A7
Complementary color
Monochromatic Colors of #9109A7
Black with #9109A7
Text Example
Text Example
White with #9109A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9109A7; }
p { color: rgb(145,9,167); }
H1.HeaderClassName
{
color: #9109A7;
}
.AnyTagClassName
{
color: #9109A7;
}
</style>
background-color css
<style>
a { background-color: #9109A7; }
a { background-color: rgb(145,9,167); }
div.DivClassName
{
background-color: #9109A7;
}
.BgClassName
{
background-color: #9109A7;
}
</style>
border-color css
<style>
span { border-color: #9109A7; }
span { border-color: rgb(145,9,167); }
td.TdClassName
{
border-color: #9109A7;
}
.TagClassName
{
border-color: #9109A7;
}
</style>