Shades of Dark Magenta #850AA6
Tints of Dark Magenta #850AA6
RGB
CMYK
RGB Variations
Color information
#850AA6 (or 0x850AA6) is known color: Dark Magenta. HEX triplet: 85, 0A and A6. RGB value is (133,10,166). Sum of RGB (Red+Green+Blue) = 133+10+166=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #850AA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850AA6 is #7AF559. Grayscale: #404040. Windows color (decimal): -8058202 or 10881669. OLE color: 10881669.
HSL color Cylindrical-coordinate representation of color #850AA6: hue angle of 287.31º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850AA6 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 10 | 166 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.35 |
| HSL | 287.31º | 0.89% | 0.35% | - |
| HSV(B) | 287.31º | 0.94% | 0.65% | - |
| XYZ | 16.66 | 7.96 | 36.73 | - |
| YUV | 64.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 166 | 0.20 | 0.94 | 0 | 0.35 | 287.31 | 0.89 | 0.35 |
| Hex | 85 | A | A6 | 14 | 5E | 0 | 23 | 11F | 59 | 23 |
| Octal | 205 | 12 | 246 | 24 | 136 | 0 | 43 | 437 | 131 | 43 |
| Binary | 10000101 | 1010 | 10100110 | 10100 | 1011110 | 0 | 100011 | 100011111 | 1011001 | 100011 |
Color Harmonies of #850AA6
Complementary color
Monochromatic Colors of #850AA6
Black with #850AA6
Text Example
Text Example
White with #850AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850AA6; }
p { color: rgb(133,10,166); }
H1.HeaderClassName
{
color: #850AA6;
}
.AnyTagClassName
{
color: #850AA6;
}
</style>
background-color css
<style>
a { background-color: #850AA6; }
a { background-color: rgb(133,10,166); }
div.DivClassName
{
background-color: #850AA6;
}
.BgClassName
{
background-color: #850AA6;
}
</style>
border-color css
<style>
span { border-color: #850AA6; }
span { border-color: rgb(133,10,166); }
td.TdClassName
{
border-color: #850AA6;
}
.TagClassName
{
border-color: #850AA6;
}
</style>