Shades of Dark Magenta #950AAD
Tints of Dark Magenta #950AAD
RGB
CMYK
RGB Variations
Color information
#950AAD (or 0x950AAD) is known color: Dark Magenta. HEX triplet: 95, 0A and AD. RGB value is (149,10,173). Sum of RGB (Red+Green+Blue) = 149+10+173=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #950AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950AAD is #6AF552. Grayscale: #454545. Windows color (decimal): -7009619 or 11340437. OLE color: 11340437.
HSL color Cylindrical-coordinate representation of color #950AAD: hue angle of 291.17º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950AAD is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 10 | 173 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.32 |
| HSL | 291.17º | 0.89% | 0.36% | - |
| HSV(B) | 291.17º | 0.94% | 0.68% | - |
| XYZ | 20.05 | 9.62 | 40.34 | - |
| YUV | 70.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 173 | 0.14 | 0.94 | 0 | 0.32 | 291.17 | 0.89 | 0.36 |
| Hex | 95 | A | AD | E | 5E | 0 | 20 | 123 | 59 | 24 |
| Octal | 225 | 12 | 255 | 16 | 136 | 0 | 40 | 443 | 131 | 44 |
| Binary | 10010101 | 1010 | 10101101 | 1110 | 1011110 | 0 | 100000 | 100100011 | 1011001 | 100100 |
Color Harmonies of #950AAD
Complementary color
Monochromatic Colors of #950AAD
Black with #950AAD
Text Example
Text Example
White with #950AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950AAD; }
p { color: rgb(149,10,173); }
H1.HeaderClassName
{
color: #950AAD;
}
.AnyTagClassName
{
color: #950AAD;
}
</style>
background-color css
<style>
a { background-color: #950AAD; }
a { background-color: rgb(149,10,173); }
div.DivClassName
{
background-color: #950AAD;
}
.BgClassName
{
background-color: #950AAD;
}
</style>
border-color css
<style>
span { border-color: #950AAD; }
span { border-color: rgb(149,10,173); }
td.TdClassName
{
border-color: #950AAD;
}
.TagClassName
{
border-color: #950AAD;
}
</style>