Shades of Dark Magenta #850C8D
Tints of Dark Magenta #850C8D
RGB
CMYK
RGB Variations
Color information
#850C8D (or 0x850C8D) is known color: Dark Magenta. HEX triplet: 85, 0C and 8D. RGB value is (133,12,141). Sum of RGB (Red+Green+Blue) = 133+12+141=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #850C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C8D is #7AF372. Grayscale: #3E3E3E. Windows color (decimal): -8057715 or 9243781. OLE color: 9243781.
HSL color Cylindrical-coordinate representation of color #850C8D: hue angle of 296.28º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C8D is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 12 | 141 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.45 |
| HSL | 296.28º | 0.84% | 0.3% | - |
| HSV(B) | 296.28º | 0.91% | 0.55% | - |
| XYZ | 14.61 | 7.17 | 25.81 | - |
| YUV | 62.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 141 | 0.06 | 0.91 | 0 | 0.45 | 296.28 | 0.84 | 0.3 |
| Hex | 85 | C | 8D | 6 | 5B | 0 | 2D | 128 | 54 | 1E |
| Octal | 205 | 14 | 215 | 6 | 133 | 0 | 55 | 450 | 124 | 36 |
| Binary | 10000101 | 1100 | 10001101 | 110 | 1011011 | 0 | 101101 | 100101000 | 1010100 | 11110 |
Color Harmonies of #850C8D
Complementary color
Monochromatic Colors of #850C8D
Black with #850C8D
Text Example
Text Example
White with #850C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C8D; }
p { color: rgb(133,12,141); }
H1.HeaderClassName
{
color: #850C8D;
}
.AnyTagClassName
{
color: #850C8D;
}
</style>
background-color css
<style>
a { background-color: #850C8D; }
a { background-color: rgb(133,12,141); }
div.DivClassName
{
background-color: #850C8D;
}
.BgClassName
{
background-color: #850C8D;
}
</style>
border-color css
<style>
span { border-color: #850C8D; }
span { border-color: rgb(133,12,141); }
td.TdClassName
{
border-color: #850C8D;
}
.TagClassName
{
border-color: #850C8D;
}
</style>