Shades of Dark Magenta #9515AD
Tints of Dark Magenta #9515AD
RGB
CMYK
RGB Variations
Color information
#9515AD (or 0x9515AD) is known color: Dark Magenta. HEX triplet: 95, 15 and AD. RGB value is (149,21,173). Sum of RGB (Red+Green+Blue) = 149+21+173=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #9515AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9515AD is #6AEA52. Grayscale: #4C4C4C. Windows color (decimal): -7006803 or 11343253. OLE color: 11343253.
HSL color Cylindrical-coordinate representation of color #9515AD: hue angle of 290.53º degrees, saturation: 0.78, 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 #9515AD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 21 | 173 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.32 |
| HSL | 290.53º | 0.78% | 0.38% | - |
| HSV(B) | 290.53º | 0.88% | 0.68% | - |
| XYZ | 20.21 | 9.94 | 40.39 | - |
| YUV | 76.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 173 | 0.14 | 0.88 | 0 | 0.32 | 290.53 | 0.78 | 0.38 |
| Hex | 95 | 15 | AD | E | 58 | 0 | 20 | 123 | 4E | 26 |
| Octal | 225 | 25 | 255 | 16 | 130 | 0 | 40 | 443 | 116 | 46 |
| Binary | 10010101 | 10101 | 10101101 | 1110 | 1011000 | 0 | 100000 | 100100011 | 1001110 | 100110 |
Color Harmonies of #9515AD
Complementary color
Monochromatic Colors of #9515AD
Black with #9515AD
Text Example
Text Example
White with #9515AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9515AD; }
p { color: rgb(149,21,173); }
H1.HeaderClassName
{
color: #9515AD;
}
.AnyTagClassName
{
color: #9515AD;
}
</style>
background-color css
<style>
a { background-color: #9515AD; }
a { background-color: rgb(149,21,173); }
div.DivClassName
{
background-color: #9515AD;
}
.BgClassName
{
background-color: #9515AD;
}
</style>
border-color css
<style>
span { border-color: #9515AD; }
span { border-color: rgb(149,21,173); }
td.TdClassName
{
border-color: #9515AD;
}
.TagClassName
{
border-color: #9515AD;
}
</style>