Shades of Dark Magenta #9505AD
Tints of Dark Magenta #9505AD
RGB
CMYK
RGB Variations
Color information
#9505AD (or 0x9505AD) is known color: Dark Magenta. HEX triplet: 95, 05 and AD. RGB value is (149,5,173). Sum of RGB (Red+Green+Blue) = 149+5+173=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #9505AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9505AD is #6AFA52. Grayscale: #424242. Windows color (decimal): -7010899 or 11339157. OLE color: 11339157.
HSL color Cylindrical-coordinate representation of color #9505AD: hue angle of 291.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9505AD is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 5 | 173 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.32 |
| HSL | 291.43º | 0.94% | 0.35% | - |
| HSV(B) | 291.43º | 0.97% | 0.68% | - |
| XYZ | 19.99 | 9.52 | 40.32 | - |
| YUV | 67.21 | 187.71 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 173 | 0.14 | 0.97 | 0 | 0.32 | 291.43 | 0.94 | 0.35 |
| Hex | 95 | 5 | AD | E | 61 | 0 | 20 | 123 | 5E | 23 |
| Octal | 225 | 5 | 255 | 16 | 141 | 0 | 40 | 443 | 136 | 43 |
| Binary | 10010101 | 101 | 10101101 | 1110 | 1100001 | 0 | 100000 | 100100011 | 1011110 | 100011 |
Color Harmonies of #9505AD
Complementary color
Monochromatic Colors of #9505AD
Black with #9505AD
Text Example
Text Example
White with #9505AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9505AD; }
p { color: rgb(149,5,173); }
H1.HeaderClassName
{
color: #9505AD;
}
.AnyTagClassName
{
color: #9505AD;
}
</style>
background-color css
<style>
a { background-color: #9505AD; }
a { background-color: rgb(149,5,173); }
div.DivClassName
{
background-color: #9505AD;
}
.BgClassName
{
background-color: #9505AD;
}
</style>
border-color css
<style>
span { border-color: #9505AD; }
span { border-color: rgb(149,5,173); }
td.TdClassName
{
border-color: #9505AD;
}
.TagClassName
{
border-color: #9505AD;
}
</style>