Shades of Dark Magenta #9507AD
Tints of Dark Magenta #9507AD
RGB
CMYK
RGB Variations
Color information
#9507AD (or 0x9507AD) is known color: Dark Magenta. HEX triplet: 95, 07 and AD. RGB value is (149,7,173). Sum of RGB (Red+Green+Blue) = 149+7+173=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #9507AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9507AD is #6AF852. Grayscale: #434343. Windows color (decimal): -7010387 or 11339669. OLE color: 11339669.
HSL color Cylindrical-coordinate representation of color #9507AD: hue angle of 291.33º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9507AD is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 7 | 173 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.32 |
| HSL | 291.33º | 0.92% | 0.35% | - |
| HSV(B) | 291.33º | 0.96% | 0.68% | - |
| XYZ | 20.01 | 9.56 | 40.33 | - |
| YUV | 68.38 | 187.04 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 173 | 0.14 | 0.96 | 0 | 0.32 | 291.33 | 0.92 | 0.35 |
| Hex | 95 | 7 | AD | E | 60 | 0 | 20 | 123 | 5C | 23 |
| Octal | 225 | 7 | 255 | 16 | 140 | 0 | 40 | 443 | 134 | 43 |
| Binary | 10010101 | 111 | 10101101 | 1110 | 1100000 | 0 | 100000 | 100100011 | 1011100 | 100011 |
Color Harmonies of #9507AD
Complementary color
Monochromatic Colors of #9507AD
Black with #9507AD
Text Example
Text Example
White with #9507AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9507AD; }
p { color: rgb(149,7,173); }
H1.HeaderClassName
{
color: #9507AD;
}
.AnyTagClassName
{
color: #9507AD;
}
</style>
background-color css
<style>
a { background-color: #9507AD; }
a { background-color: rgb(149,7,173); }
div.DivClassName
{
background-color: #9507AD;
}
.BgClassName
{
background-color: #9507AD;
}
</style>
border-color css
<style>
span { border-color: #9507AD; }
span { border-color: rgb(149,7,173); }
td.TdClassName
{
border-color: #9507AD;
}
.TagClassName
{
border-color: #9507AD;
}
</style>