Shades of Dark Magenta #9117AC
Tints of Dark Magenta #9117AC
RGB
CMYK
RGB Variations
Color information
#9117AC (or 0x9117AC) is known color: Dark Magenta. HEX triplet: 91, 17 and AC. RGB value is (145,23,172). Sum of RGB (Red+Green+Blue) = 145+23+172=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #9117AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9117AC is #6EE853. Grayscale: #4B4B4B. Windows color (decimal): -7268436 or 11278225. OLE color: 11278225.
HSL color Cylindrical-coordinate representation of color #9117AC: hue angle of 289.13º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9117AC is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 23 | 172 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.33 |
| HSL | 289.13º | 0.76% | 0.38% | - |
| HSV(B) | 289.13º | 0.87% | 0.67% | - |
| XYZ | 19.43 | 9.61 | 39.86 | - |
| YUV | 76.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 172 | 0.16 | 0.87 | 0 | 0.33 | 289.13 | 0.76 | 0.38 |
| Hex | 91 | 17 | AC | 10 | 57 | 0 | 21 | 121 | 4C | 26 |
| Octal | 221 | 27 | 254 | 20 | 127 | 0 | 41 | 441 | 114 | 46 |
| Binary | 10010001 | 10111 | 10101100 | 10000 | 1010111 | 0 | 100001 | 100100001 | 1001100 | 100110 |
Color Harmonies of #9117AC
Complementary color
Monochromatic Colors of #9117AC
Black with #9117AC
Text Example
Text Example
White with #9117AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117AC; }
p { color: rgb(145,23,172); }
H1.HeaderClassName
{
color: #9117AC;
}
.AnyTagClassName
{
color: #9117AC;
}
</style>
background-color css
<style>
a { background-color: #9117AC; }
a { background-color: rgb(145,23,172); }
div.DivClassName
{
background-color: #9117AC;
}
.BgClassName
{
background-color: #9117AC;
}
</style>
border-color css
<style>
span { border-color: #9117AC; }
span { border-color: rgb(145,23,172); }
td.TdClassName
{
border-color: #9117AC;
}
.TagClassName
{
border-color: #9117AC;
}
</style>