Shades of Dark Magenta #850DAC
Tints of Dark Magenta #850DAC
RGB
CMYK
RGB Variations
Color information
#850DAC (or 0x850DAC) is known color: Dark Magenta. HEX triplet: 85, 0D and AC. RGB value is (133,13,172). Sum of RGB (Red+Green+Blue) = 133+13+172=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #850DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850DAC is #7AF253. Grayscale: #424242. Windows color (decimal): -8057428 or 11275653. OLE color: 11275653.
HSL color Cylindrical-coordinate representation of color #850DAC: hue angle of 285.28º degrees, saturation: 0.86, 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 #850DAC is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 13 | 172 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.33 |
| HSL | 285.28º | 0.86% | 0.36% | - |
| HSV(B) | 285.28º | 0.92% | 0.67% | - |
| XYZ | 17.26 | 8.25 | 39.71 | - |
| YUV | 67.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 172 | 0.23 | 0.92 | 0 | 0.33 | 285.28 | 0.86 | 0.36 |
| Hex | 85 | D | AC | 17 | 5C | 0 | 21 | 11D | 56 | 24 |
| Octal | 205 | 15 | 254 | 27 | 134 | 0 | 41 | 435 | 126 | 44 |
| Binary | 10000101 | 1101 | 10101100 | 10111 | 1011100 | 0 | 100001 | 100011101 | 1010110 | 100100 |
Color Harmonies of #850DAC
Complementary color
Monochromatic Colors of #850DAC
Black with #850DAC
Text Example
Text Example
White with #850DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DAC; }
p { color: rgb(133,13,172); }
H1.HeaderClassName
{
color: #850DAC;
}
.AnyTagClassName
{
color: #850DAC;
}
</style>
background-color css
<style>
a { background-color: #850DAC; }
a { background-color: rgb(133,13,172); }
div.DivClassName
{
background-color: #850DAC;
}
.BgClassName
{
background-color: #850DAC;
}
</style>
border-color css
<style>
span { border-color: #850DAC; }
span { border-color: rgb(133,13,172); }
td.TdClassName
{
border-color: #850DAC;
}
.TagClassName
{
border-color: #850DAC;
}
</style>