Shades of Dark Magenta #9D1AAA
Tints of Dark Magenta #9D1AAA
RGB
CMYK
RGB Variations
Color information
#9D1AAA (or 0x9D1AAA) is known color: Dark Magenta. HEX triplet: 9D, 1A and AA. RGB value is (157,26,170). Sum of RGB (Red+Green+Blue) = 157+26+170=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D1AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1AAA is #62E555. Grayscale: #515151. Windows color (decimal): -6481238 or 11147933. OLE color: 11147933.
HSL color Cylindrical-coordinate representation of color #9D1AAA: hue angle of 294.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1AAA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 26 | 170 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.33 |
| HSL | 294.58º | 0.73% | 0.38% | - |
| HSV(B) | 294.58º | 0.85% | 0.67% | - |
| XYZ | 21.53 | 10.81 | 38.98 | - |
| YUV | 81.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 170 | 0.08 | 0.85 | 0 | 0.33 | 294.58 | 0.73 | 0.38 |
| Hex | 9D | 1A | AA | 8 | 55 | 0 | 21 | 127 | 49 | 26 |
| Octal | 235 | 32 | 252 | 10 | 125 | 0 | 41 | 447 | 111 | 46 |
| Binary | 10011101 | 11010 | 10101010 | 1000 | 1010101 | 0 | 100001 | 100100111 | 1001001 | 100110 |
Color Harmonies of #9D1AAA
Complementary color
Monochromatic Colors of #9D1AAA
Black with #9D1AAA
Text Example
Text Example
White with #9D1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1AAA; }
p { color: rgb(157,26,170); }
H1.HeaderClassName
{
color: #9D1AAA;
}
.AnyTagClassName
{
color: #9D1AAA;
}
</style>
background-color css
<style>
a { background-color: #9D1AAA; }
a { background-color: rgb(157,26,170); }
div.DivClassName
{
background-color: #9D1AAA;
}
.BgClassName
{
background-color: #9D1AAA;
}
</style>
border-color css
<style>
span { border-color: #9D1AAA; }
span { border-color: rgb(157,26,170); }
td.TdClassName
{
border-color: #9D1AAA;
}
.TagClassName
{
border-color: #9D1AAA;
}
</style>