Shades of Dark Magenta #850AAA
Tints of Dark Magenta #850AAA
RGB
CMYK
RGB Variations
Color information
#850AAA (or 0x850AAA) is known color: Dark Magenta. HEX triplet: 85, 0A and AA. RGB value is (133,10,170). Sum of RGB (Red+Green+Blue) = 133+10+170=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #850AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850AAA is #7AF555. Grayscale: #404040. Windows color (decimal): -8058198 or 11143813. OLE color: 11143813.
HSL color Cylindrical-coordinate representation of color #850AAA: hue angle of 286.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 #850AAA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 10 | 170 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.33 |
| HSL | 286.13º | 0.89% | 0.35% | - |
| HSV(B) | 286.13º | 0.94% | 0.67% | - |
| XYZ | 17.04 | 8.11 | 38.7 | - |
| YUV | 65.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 170 | 0.22 | 0.94 | 0 | 0.33 | 286.13 | 0.89 | 0.35 |
| Hex | 85 | A | AA | 16 | 5E | 0 | 21 | 11E | 59 | 23 |
| Octal | 205 | 12 | 252 | 26 | 136 | 0 | 41 | 436 | 131 | 43 |
| Binary | 10000101 | 1010 | 10101010 | 10110 | 1011110 | 0 | 100001 | 100011110 | 1011001 | 100011 |
Color Harmonies of #850AAA
Complementary color
Monochromatic Colors of #850AAA
Black with #850AAA
Text Example
Text Example
White with #850AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850AAA; }
p { color: rgb(133,10,170); }
H1.HeaderClassName
{
color: #850AAA;
}
.AnyTagClassName
{
color: #850AAA;
}
</style>
background-color css
<style>
a { background-color: #850AAA; }
a { background-color: rgb(133,10,170); }
div.DivClassName
{
background-color: #850AAA;
}
.BgClassName
{
background-color: #850AAA;
}
</style>
border-color css
<style>
span { border-color: #850AAA; }
span { border-color: rgb(133,10,170); }
td.TdClassName
{
border-color: #850AAA;
}
.TagClassName
{
border-color: #850AAA;
}
</style>