Shades of Dark Magenta #850B86
Tints of Dark Magenta #850B86
RGB
CMYK
RGB Variations
Color information
#850B86 (or 0x850B86) is known color: Dark Magenta. HEX triplet: 85, 0B and 86. RGB value is (133,11,134). Sum of RGB (Red+Green+Blue) = 133+11+134=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #850B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850B86 is #7AF479. Grayscale: #3D3D3D. Windows color (decimal): -8057978 or 8784773. OLE color: 8784773.
HSL color Cylindrical-coordinate representation of color #850B86: hue angle of 299.51º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B86 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 11 | 134 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.47 |
| HSL | 299.51º | 0.85% | 0.28% | - |
| HSV(B) | 299.51º | 0.92% | 0.53% | - |
| XYZ | 14.1 | 6.95 | 23.15 | - |
| YUV | 61.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 134 | 0.01 | 0.92 | 0 | 0.47 | 299.51 | 0.85 | 0.28 |
| Hex | 85 | B | 86 | 1 | 5C | 0 | 2F | 12C | 55 | 1C |
| Octal | 205 | 13 | 206 | 1 | 134 | 0 | 57 | 454 | 125 | 34 |
| Binary | 10000101 | 1011 | 10000110 | 1 | 1011100 | 0 | 101111 | 100101100 | 1010101 | 11100 |
Color Harmonies of #850B86
Complementary color
Monochromatic Colors of #850B86
Black with #850B86
Text Example
Text Example
White with #850B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B86; }
p { color: rgb(133,11,134); }
H1.HeaderClassName
{
color: #850B86;
}
.AnyTagClassName
{
color: #850B86;
}
</style>
background-color css
<style>
a { background-color: #850B86; }
a { background-color: rgb(133,11,134); }
div.DivClassName
{
background-color: #850B86;
}
.BgClassName
{
background-color: #850B86;
}
</style>
border-color css
<style>
span { border-color: #850B86; }
span { border-color: rgb(133,11,134); }
td.TdClassName
{
border-color: #850B86;
}
.TagClassName
{
border-color: #850B86;
}
</style>