Shades of Dark Magenta #9107AD
Tints of Dark Magenta #9107AD
RGB
CMYK
RGB Variations
Color information
#9107AD (or 0x9107AD) is known color: Dark Magenta. HEX triplet: 91, 07 and AD. RGB value is (145,7,173). Sum of RGB (Red+Green+Blue) = 145+7+173=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #9107AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9107AD is #6EF852. Grayscale: #424242. Windows color (decimal): -7272531 or 11339665. OLE color: 11339665.
HSL color Cylindrical-coordinate representation of color #9107AD: hue angle of 289.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9107AD is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 7 | 173 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.32 |
| HSL | 289.88º | 0.92% | 0.35% | - |
| HSV(B) | 289.88º | 0.96% | 0.68% | - |
| XYZ | 19.3 | 9.19 | 40.29 | - |
| YUV | 67.19 | 187.72 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 173 | 0.16 | 0.96 | 0 | 0.32 | 289.88 | 0.92 | 0.35 |
| Hex | 91 | 7 | AD | 10 | 60 | 0 | 20 | 122 | 5C | 23 |
| Octal | 221 | 7 | 255 | 20 | 140 | 0 | 40 | 442 | 134 | 43 |
| Binary | 10010001 | 111 | 10101101 | 10000 | 1100000 | 0 | 100000 | 100100010 | 1011100 | 100011 |
Color Harmonies of #9107AD
Complementary color
Monochromatic Colors of #9107AD
Black with #9107AD
Text Example
Text Example
White with #9107AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9107AD; }
p { color: rgb(145,7,173); }
H1.HeaderClassName
{
color: #9107AD;
}
.AnyTagClassName
{
color: #9107AD;
}
</style>
background-color css
<style>
a { background-color: #9107AD; }
a { background-color: rgb(145,7,173); }
div.DivClassName
{
background-color: #9107AD;
}
.BgClassName
{
background-color: #9107AD;
}
</style>
border-color css
<style>
span { border-color: #9107AD; }
span { border-color: rgb(145,7,173); }
td.TdClassName
{
border-color: #9107AD;
}
.TagClassName
{
border-color: #9107AD;
}
</style>