Shades of Dark Magenta #9514AD
Tints of Dark Magenta #9514AD
RGB
CMYK
RGB Variations
Color information
#9514AD (or 0x9514AD) is known color: Dark Magenta. HEX triplet: 95, 14 and AD. RGB value is (149,20,173). Sum of RGB (Red+Green+Blue) = 149+20+173=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #9514AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9514AD is #6AEB52. Grayscale: #4B4B4B. Windows color (decimal): -7007059 or 11342997. OLE color: 11342997.
HSL color Cylindrical-coordinate representation of color #9514AD: hue angle of 290.59º 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 #9514AD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 20 | 173 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.32 |
| HSL | 290.59º | 0.79% | 0.38% | - |
| HSV(B) | 290.59º | 0.88% | 0.68% | - |
| XYZ | 20.19 | 9.91 | 40.38 | - |
| YUV | 76.01 | 182.74 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 173 | 0.14 | 0.88 | 0 | 0.32 | 290.59 | 0.79 | 0.38 |
| Hex | 95 | 14 | AD | E | 58 | 0 | 20 | 123 | 4F | 26 |
| Octal | 225 | 24 | 255 | 16 | 130 | 0 | 40 | 443 | 117 | 46 |
| Binary | 10010101 | 10100 | 10101101 | 1110 | 1011000 | 0 | 100000 | 100100011 | 1001111 | 100110 |
Color Harmonies of #9514AD
Complementary color
Monochromatic Colors of #9514AD
Black with #9514AD
Text Example
Text Example
White with #9514AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9514AD; }
p { color: rgb(149,20,173); }
H1.HeaderClassName
{
color: #9514AD;
}
.AnyTagClassName
{
color: #9514AD;
}
</style>
background-color css
<style>
a { background-color: #9514AD; }
a { background-color: rgb(149,20,173); }
div.DivClassName
{
background-color: #9514AD;
}
.BgClassName
{
background-color: #9514AD;
}
</style>
border-color css
<style>
span { border-color: #9514AD; }
span { border-color: rgb(149,20,173); }
td.TdClassName
{
border-color: #9514AD;
}
.TagClassName
{
border-color: #9514AD;
}
</style>