Shades of Dark Magenta #9107A5
Tints of Dark Magenta #9107A5
RGB
CMYK
RGB Variations
Color information
#9107A5 (or 0x9107A5) is known color: Dark Magenta. HEX triplet: 91, 07 and A5. RGB value is (145,7,165). Sum of RGB (Red+Green+Blue) = 145+7+165=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #9107A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9107A5 is #6EF85A. Grayscale: #414141. Windows color (decimal): -7272539 or 10815377. OLE color: 10815377.
HSL color Cylindrical-coordinate representation of color #9107A5: hue angle of 292.41º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9107A5 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 7 | 165 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.35 |
| HSL | 292.41º | 0.92% | 0.34% | - |
| HSV(B) | 292.41º | 0.96% | 0.65% | - |
| XYZ | 18.54 | 8.89 | 36.34 | - |
| YUV | 66.27 | 183.72 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 165 | 0.12 | 0.96 | 0 | 0.35 | 292.41 | 0.92 | 0.34 |
| Hex | 91 | 7 | A5 | C | 60 | 0 | 23 | 124 | 5C | 22 |
| Octal | 221 | 7 | 245 | 14 | 140 | 0 | 43 | 444 | 134 | 42 |
| Binary | 10010001 | 111 | 10100101 | 1100 | 1100000 | 0 | 100011 | 100100100 | 1011100 | 100010 |
Color Harmonies of #9107A5
Complementary color
Monochromatic Colors of #9107A5
Black with #9107A5
Text Example
Text Example
White with #9107A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9107A5; }
p { color: rgb(145,7,165); }
H1.HeaderClassName
{
color: #9107A5;
}
.AnyTagClassName
{
color: #9107A5;
}
</style>
background-color css
<style>
a { background-color: #9107A5; }
a { background-color: rgb(145,7,165); }
div.DivClassName
{
background-color: #9107A5;
}
.BgClassName
{
background-color: #9107A5;
}
</style>
border-color css
<style>
span { border-color: #9107A5; }
span { border-color: rgb(145,7,165); }
td.TdClassName
{
border-color: #9107A5;
}
.TagClassName
{
border-color: #9107A5;
}
</style>