Shades of Dark Magenta #9115AB
Tints of Dark Magenta #9115AB
RGB
CMYK
RGB Variations
Color information
#9115AB (or 0x9115AB) is known color: Dark Magenta. HEX triplet: 91, 15 and AB. RGB value is (145,21,171). Sum of RGB (Red+Green+Blue) = 145+21+171=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #9115AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9115AB is #6EEA54. Grayscale: #4A4A4A. Windows color (decimal): -7268949 or 11212177. OLE color: 11212177.
HSL color Cylindrical-coordinate representation of color #9115AB: hue angle of 289.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9115AB is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 21 | 171 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.33 |
| HSL | 289.6º | 0.78% | 0.38% | - |
| HSV(B) | 289.6º | 0.88% | 0.67% | - |
| XYZ | 19.3 | 9.5 | 39.34 | - |
| YUV | 75.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 21 | 171 | 0.15 | 0.88 | 0 | 0.33 | 289.6 | 0.78 | 0.38 |
| Hex | 91 | 15 | AB | F | 58 | 0 | 21 | 122 | 4E | 26 |
| Octal | 221 | 25 | 253 | 17 | 130 | 0 | 41 | 442 | 116 | 46 |
| Binary | 10010001 | 10101 | 10101011 | 1111 | 1011000 | 0 | 100001 | 100100010 | 1001110 | 100110 |
Color Harmonies of #9115AB
Complementary color
Monochromatic Colors of #9115AB
Black with #9115AB
Text Example
Text Example
White with #9115AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9115AB; }
p { color: rgb(145,21,171); }
H1.HeaderClassName
{
color: #9115AB;
}
.AnyTagClassName
{
color: #9115AB;
}
</style>
background-color css
<style>
a { background-color: #9115AB; }
a { background-color: rgb(145,21,171); }
div.DivClassName
{
background-color: #9115AB;
}
.BgClassName
{
background-color: #9115AB;
}
</style>
border-color css
<style>
span { border-color: #9115AB; }
span { border-color: rgb(145,21,171); }
td.TdClassName
{
border-color: #9115AB;
}
.TagClassName
{
border-color: #9115AB;
}
</style>