Shades of Dark Magenta #850187
Tints of Dark Magenta #850187
RGB
CMYK
RGB Variations
Color information
#850187 (or 0x850187) is known color: Dark Magenta. HEX triplet: 85, 01 and 87. RGB value is (133,1,135). Sum of RGB (Red+Green+Blue) = 133+1+135=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #850187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850187 is #7AFE78. Grayscale: #373737. Windows color (decimal): -8060537 or 8847749. OLE color: 8847749.
HSL color Cylindrical-coordinate representation of color #850187: hue angle of 299.1º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850187 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 1 | 135 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.47 |
| HSL | 299.1º | 0.99% | 0.27% | - |
| HSV(B) | 299.1º | 0.99% | 0.53% | - |
| XYZ | 14.06 | 6.76 | 23.49 | - |
| YUV | 55.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 135 | 0.01 | 0.99 | 0 | 0.47 | 299.1 | 0.99 | 0.27 |
| Hex | 85 | 1 | 87 | 1 | 63 | 0 | 2F | 12B | 63 | 1B |
| Octal | 205 | 1 | 207 | 1 | 143 | 0 | 57 | 453 | 143 | 33 |
| Binary | 10000101 | 1 | 10000111 | 1 | 1100011 | 0 | 101111 | 100101011 | 1100011 | 11011 |
Color Harmonies of #850187
Complementary color
Monochromatic Colors of #850187
Black with #850187
Text Example
Text Example
White with #850187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850187; }
p { color: rgb(133,1,135); }
H1.HeaderClassName
{
color: #850187;
}
.AnyTagClassName
{
color: #850187;
}
</style>
background-color css
<style>
a { background-color: #850187; }
a { background-color: rgb(133,1,135); }
div.DivClassName
{
background-color: #850187;
}
.BgClassName
{
background-color: #850187;
}
</style>
border-color css
<style>
span { border-color: #850187; }
span { border-color: rgb(133,1,135); }
td.TdClassName
{
border-color: #850187;
}
.TagClassName
{
border-color: #850187;
}
</style>