Shades of Dark Magenta #9508AD
Tints of Dark Magenta #9508AD
RGB
CMYK
RGB Variations
Color information
#9508AD (or 0x9508AD) is known color: Dark Magenta. HEX triplet: 95, 08 and AD. RGB value is (149,8,173). Sum of RGB (Red+Green+Blue) = 149+8+173=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #9508AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9508AD is #6AF752. Grayscale: #444444. Windows color (decimal): -7010131 or 11339925. OLE color: 11339925.
HSL color Cylindrical-coordinate representation of color #9508AD: hue angle of 291.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9508AD is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 8 | 173 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.32 |
| HSL | 291.27º | 0.91% | 0.35% | - |
| HSV(B) | 291.27º | 0.95% | 0.68% | - |
| XYZ | 20.02 | 9.58 | 40.33 | - |
| YUV | 68.97 | 186.71 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 173 | 0.14 | 0.95 | 0 | 0.32 | 291.27 | 0.91 | 0.35 |
| Hex | 95 | 8 | AD | E | 5F | 0 | 20 | 123 | 5B | 23 |
| Octal | 225 | 10 | 255 | 16 | 137 | 0 | 40 | 443 | 133 | 43 |
| Binary | 10010101 | 1000 | 10101101 | 1110 | 1011111 | 0 | 100000 | 100100011 | 1011011 | 100011 |
Color Harmonies of #9508AD
Complementary color
Monochromatic Colors of #9508AD
Black with #9508AD
Text Example
Text Example
White with #9508AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9508AD; }
p { color: rgb(149,8,173); }
H1.HeaderClassName
{
color: #9508AD;
}
.AnyTagClassName
{
color: #9508AD;
}
</style>
background-color css
<style>
a { background-color: #9508AD; }
a { background-color: rgb(149,8,173); }
div.DivClassName
{
background-color: #9508AD;
}
.BgClassName
{
background-color: #9508AD;
}
</style>
border-color css
<style>
span { border-color: #9508AD; }
span { border-color: rgb(149,8,173); }
td.TdClassName
{
border-color: #9508AD;
}
.TagClassName
{
border-color: #9508AD;
}
</style>