Shades of Dark Magenta #950AAA
Tints of Dark Magenta #950AAA
RGB
CMYK
RGB Variations
Color information
#950AAA (or 0x950AAA) is known color: Dark Magenta. HEX triplet: 95, 0A and AA. RGB value is (149,10,170). Sum of RGB (Red+Green+Blue) = 149+10+170=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #950AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950AAA is #6AF555. Grayscale: #454545. Windows color (decimal): -7009622 or 11143829. OLE color: 11143829.
HSL color Cylindrical-coordinate representation of color #950AAA: hue angle of 292.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950AAA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 10 | 170 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.33 |
| HSL | 292.13º | 0.89% | 0.35% | - |
| HSV(B) | 292.13º | 0.94% | 0.67% | - |
| XYZ | 19.76 | 9.51 | 38.82 | - |
| YUV | 69.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 170 | 0.12 | 0.94 | 0 | 0.33 | 292.13 | 0.89 | 0.35 |
| Hex | 95 | A | AA | C | 5E | 0 | 21 | 124 | 59 | 23 |
| Octal | 225 | 12 | 252 | 14 | 136 | 0 | 41 | 444 | 131 | 43 |
| Binary | 10010101 | 1010 | 10101010 | 1100 | 1011110 | 0 | 100001 | 100100100 | 1011001 | 100011 |
Color Harmonies of #950AAA
Complementary color
Monochromatic Colors of #950AAA
Black with #950AAA
Text Example
Text Example
White with #950AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950AAA; }
p { color: rgb(149,10,170); }
H1.HeaderClassName
{
color: #950AAA;
}
.AnyTagClassName
{
color: #950AAA;
}
</style>
background-color css
<style>
a { background-color: #950AAA; }
a { background-color: rgb(149,10,170); }
div.DivClassName
{
background-color: #950AAA;
}
.BgClassName
{
background-color: #950AAA;
}
</style>
border-color css
<style>
span { border-color: #950AAA; }
span { border-color: rgb(149,10,170); }
td.TdClassName
{
border-color: #950AAA;
}
.TagClassName
{
border-color: #950AAA;
}
</style>