Shades of Dark Magenta #9501AD
Tints of Dark Magenta #9501AD
RGB
CMYK
RGB Variations
Color information
#9501AD (or 0x9501AD) is known color: Dark Magenta. HEX triplet: 95, 01 and AD. RGB value is (149,1,173). Sum of RGB (Red+Green+Blue) = 149+1+173=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #9501AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9501AD is #6AFE52. Grayscale: #404040. Windows color (decimal): -7011923 or 11338133. OLE color: 11338133.
HSL color Cylindrical-coordinate representation of color #9501AD: hue angle of 291.63º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501AD is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 1 | 173 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.32 |
| HSL | 291.63º | 0.99% | 0.34% | - |
| HSV(B) | 291.63º | 0.99% | 0.68% | - |
| XYZ | 19.95 | 9.43 | 40.3 | - |
| YUV | 64.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 173 | 0.14 | 0.99 | 0 | 0.32 | 291.63 | 0.99 | 0.34 |
| Hex | 95 | 1 | AD | E | 63 | 0 | 20 | 124 | 63 | 22 |
| Octal | 225 | 1 | 255 | 16 | 143 | 0 | 40 | 444 | 143 | 42 |
| Binary | 10010101 | 1 | 10101101 | 1110 | 1100011 | 0 | 100000 | 100100100 | 1100011 | 100010 |
Color Harmonies of #9501AD
Complementary color
Monochromatic Colors of #9501AD
Black with #9501AD
Text Example
Text Example
White with #9501AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501AD; }
p { color: rgb(149,1,173); }
H1.HeaderClassName
{
color: #9501AD;
}
.AnyTagClassName
{
color: #9501AD;
}
</style>
background-color css
<style>
a { background-color: #9501AD; }
a { background-color: rgb(149,1,173); }
div.DivClassName
{
background-color: #9501AD;
}
.BgClassName
{
background-color: #9501AD;
}
</style>
border-color css
<style>
span { border-color: #9501AD; }
span { border-color: rgb(149,1,173); }
td.TdClassName
{
border-color: #9501AD;
}
.TagClassName
{
border-color: #9501AD;
}
</style>