Shades of Dark Magenta #850B87
Tints of Dark Magenta #850B87
RGB
CMYK
RGB Variations
Color information
#850B87 (or 0x850B87) is known color: Dark Magenta. HEX triplet: 85, 0B and 87. RGB value is (133,11,135). Sum of RGB (Red+Green+Blue) = 133+11+135=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #850B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850B87 is #7AF478. Grayscale: #3D3D3D. Windows color (decimal): -8057977 or 8850309. OLE color: 8850309.
HSL color Cylindrical-coordinate representation of color #850B87: hue angle of 299.03º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B87 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 11 | 135 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.47 |
| HSL | 299.03º | 0.85% | 0.29% | - |
| HSV(B) | 299.03º | 0.92% | 0.53% | - |
| XYZ | 14.17 | 6.98 | 23.52 | - |
| YUV | 61.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 135 | 0.01 | 0.92 | 0 | 0.47 | 299.03 | 0.85 | 0.29 |
| Hex | 85 | B | 87 | 1 | 5C | 0 | 2F | 12B | 55 | 1D |
| Octal | 205 | 13 | 207 | 1 | 134 | 0 | 57 | 453 | 125 | 35 |
| Binary | 10000101 | 1011 | 10000111 | 1 | 1011100 | 0 | 101111 | 100101011 | 1010101 | 11101 |
Color Harmonies of #850B87
Complementary color
Monochromatic Colors of #850B87
Black with #850B87
Text Example
Text Example
White with #850B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B87; }
p { color: rgb(133,11,135); }
H1.HeaderClassName
{
color: #850B87;
}
.AnyTagClassName
{
color: #850B87;
}
</style>
background-color css
<style>
a { background-color: #850B87; }
a { background-color: rgb(133,11,135); }
div.DivClassName
{
background-color: #850B87;
}
.BgClassName
{
background-color: #850B87;
}
</style>
border-color css
<style>
span { border-color: #850B87; }
span { border-color: rgb(133,11,135); }
td.TdClassName
{
border-color: #850B87;
}
.TagClassName
{
border-color: #850B87;
}
</style>