Shades of Dark Magenta #850BAC
Tints of Dark Magenta #850BAC
RGB
CMYK
RGB Variations
Color information
#850BAC (or 0x850BAC) is known color: Dark Magenta. HEX triplet: 85, 0B and AC. RGB value is (133,11,172). Sum of RGB (Red+Green+Blue) = 133+11+172=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #850BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850BAC is #7AF453. Grayscale: #414141. Windows color (decimal): -8057940 or 11275141. OLE color: 11275141.
HSL color Cylindrical-coordinate representation of color #850BAC: hue angle of 285.47º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850BAC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 11 | 172 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.33 |
| HSL | 285.47º | 0.88% | 0.36% | - |
| HSV(B) | 285.47º | 0.94% | 0.67% | - |
| XYZ | 17.24 | 8.2 | 39.7 | - |
| YUV | 65.83 | 187.92 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 172 | 0.23 | 0.94 | 0 | 0.33 | 285.47 | 0.88 | 0.36 |
| Hex | 85 | B | AC | 17 | 5E | 0 | 21 | 11D | 58 | 24 |
| Octal | 205 | 13 | 254 | 27 | 136 | 0 | 41 | 435 | 130 | 44 |
| Binary | 10000101 | 1011 | 10101100 | 10111 | 1011110 | 0 | 100001 | 100011101 | 1011000 | 100100 |
Color Harmonies of #850BAC
Complementary color
Monochromatic Colors of #850BAC
Black with #850BAC
Text Example
Text Example
White with #850BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BAC; }
p { color: rgb(133,11,172); }
H1.HeaderClassName
{
color: #850BAC;
}
.AnyTagClassName
{
color: #850BAC;
}
</style>
background-color css
<style>
a { background-color: #850BAC; }
a { background-color: rgb(133,11,172); }
div.DivClassName
{
background-color: #850BAC;
}
.BgClassName
{
background-color: #850BAC;
}
</style>
border-color css
<style>
span { border-color: #850BAC; }
span { border-color: rgb(133,11,172); }
td.TdClassName
{
border-color: #850BAC;
}
.TagClassName
{
border-color: #850BAC;
}
</style>