Shades of Dark Magenta #941AAA
Tints of Dark Magenta #941AAA
RGB
CMYK
RGB Variations
Color information
#941AAA (or 0x941AAA) is known color: Dark Magenta. HEX triplet: 94, 1A and AA. RGB value is (148,26,170). Sum of RGB (Red+Green+Blue) = 148+26+170=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #941AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941AAA is #6BE555. Grayscale: #4E4E4E. Windows color (decimal): -7071062 or 11147924. OLE color: 11147924.
HSL color Cylindrical-coordinate representation of color #941AAA: hue angle of 290.83º 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 #941AAA is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 26 | 170 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.33 |
| HSL | 290.83º | 0.73% | 0.38% | - |
| HSV(B) | 290.83º | 0.85% | 0.67% | - |
| XYZ | 19.84 | 9.94 | 38.9 | - |
| YUV | 78.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 26 | 170 | 0.13 | 0.85 | 0 | 0.33 | 290.83 | 0.73 | 0.38 |
| Hex | 94 | 1A | AA | D | 55 | 0 | 21 | 123 | 49 | 26 |
| Octal | 224 | 32 | 252 | 15 | 125 | 0 | 41 | 443 | 111 | 46 |
| Binary | 10010100 | 11010 | 10101010 | 1101 | 1010101 | 0 | 100001 | 100100011 | 1001001 | 100110 |
Color Harmonies of #941AAA
Complementary color
Monochromatic Colors of #941AAA
Black with #941AAA
Text Example
Text Example
White with #941AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941AAA; }
p { color: rgb(148,26,170); }
H1.HeaderClassName
{
color: #941AAA;
}
.AnyTagClassName
{
color: #941AAA;
}
</style>
background-color css
<style>
a { background-color: #941AAA; }
a { background-color: rgb(148,26,170); }
div.DivClassName
{
background-color: #941AAA;
}
.BgClassName
{
background-color: #941AAA;
}
</style>
border-color css
<style>
span { border-color: #941AAA; }
span { border-color: rgb(148,26,170); }
td.TdClassName
{
border-color: #941AAA;
}
.TagClassName
{
border-color: #941AAA;
}
</style>