Shades of Dark Magenta #850EAC
Tints of Dark Magenta #850EAC
RGB
CMYK
RGB Variations
Color information
#850EAC (or 0x850EAC) is known color: Dark Magenta. HEX triplet: 85, 0E and AC. RGB value is (133,14,172). Sum of RGB (Red+Green+Blue) = 133+14+172=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #850EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850EAC is #7AF153. Grayscale: #434343. Windows color (decimal): -8057172 or 11275909. OLE color: 11275909.
HSL color Cylindrical-coordinate representation of color #850EAC: hue angle of 285.19º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850EAC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 14 | 172 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.33 |
| HSL | 285.19º | 0.85% | 0.36% | - |
| HSV(B) | 285.19º | 0.92% | 0.67% | - |
| XYZ | 17.28 | 8.28 | 39.72 | - |
| YUV | 67.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 172 | 0.23 | 0.92 | 0 | 0.33 | 285.19 | 0.85 | 0.36 |
| Hex | 85 | E | AC | 17 | 5C | 0 | 21 | 11D | 55 | 24 |
| Octal | 205 | 16 | 254 | 27 | 134 | 0 | 41 | 435 | 125 | 44 |
| Binary | 10000101 | 1110 | 10101100 | 10111 | 1011100 | 0 | 100001 | 100011101 | 1010101 | 100100 |
Color Harmonies of #850EAC
Complementary color
Monochromatic Colors of #850EAC
Black with #850EAC
Text Example
Text Example
White with #850EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850EAC; }
p { color: rgb(133,14,172); }
H1.HeaderClassName
{
color: #850EAC;
}
.AnyTagClassName
{
color: #850EAC;
}
</style>
background-color css
<style>
a { background-color: #850EAC; }
a { background-color: rgb(133,14,172); }
div.DivClassName
{
background-color: #850EAC;
}
.BgClassName
{
background-color: #850EAC;
}
</style>
border-color css
<style>
span { border-color: #850EAC; }
span { border-color: rgb(133,14,172); }
td.TdClassName
{
border-color: #850EAC;
}
.TagClassName
{
border-color: #850EAC;
}
</style>