Shades of Dark Magenta #9114AD
Tints of Dark Magenta #9114AD
RGB
CMYK
RGB Variations
Color information
#9114AD (or 0x9114AD) is known color: Dark Magenta. HEX triplet: 91, 14 and AD. RGB value is (145,20,173). Sum of RGB (Red+Green+Blue) = 145+20+173=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #9114AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9114AD is #6EEB52. Grayscale: #4A4A4A. Windows color (decimal): -7269203 or 11342993. OLE color: 11342993.
HSL color Cylindrical-coordinate representation of color #9114AD: hue angle of 289.02º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9114AD is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 20 | 173 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.32 |
| HSL | 289.02º | 0.79% | 0.38% | - |
| HSV(B) | 289.02º | 0.88% | 0.68% | - |
| XYZ | 19.47 | 9.54 | 40.35 | - |
| YUV | 74.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 173 | 0.16 | 0.88 | 0 | 0.32 | 289.02 | 0.79 | 0.38 |
| Hex | 91 | 14 | AD | 10 | 58 | 0 | 20 | 121 | 4F | 26 |
| Octal | 221 | 24 | 255 | 20 | 130 | 0 | 40 | 441 | 117 | 46 |
| Binary | 10010001 | 10100 | 10101101 | 10000 | 1011000 | 0 | 100000 | 100100001 | 1001111 | 100110 |
Color Harmonies of #9114AD
Complementary color
Monochromatic Colors of #9114AD
Black with #9114AD
Text Example
Text Example
White with #9114AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9114AD; }
p { color: rgb(145,20,173); }
H1.HeaderClassName
{
color: #9114AD;
}
.AnyTagClassName
{
color: #9114AD;
}
</style>
background-color css
<style>
a { background-color: #9114AD; }
a { background-color: rgb(145,20,173); }
div.DivClassName
{
background-color: #9114AD;
}
.BgClassName
{
background-color: #9114AD;
}
</style>
border-color css
<style>
span { border-color: #9114AD; }
span { border-color: rgb(145,20,173); }
td.TdClassName
{
border-color: #9114AD;
}
.TagClassName
{
border-color: #9114AD;
}
</style>