Shades of Dark Magenta #850286
Tints of Dark Magenta #850286
RGB
CMYK
RGB Variations
Color information
#850286 (or 0x850286) is known color: Dark Magenta. HEX triplet: 85, 02 and 86. RGB value is (133,2,134). Sum of RGB (Red+Green+Blue) = 133+2+134=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #850286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850286 is #7AFD79. Grayscale: #373737. Windows color (decimal): -8060282 or 8782469. OLE color: 8782469.
HSL color Cylindrical-coordinate representation of color #850286: hue angle of 299.55º degrees, saturation: 0.97, 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 #850286 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 2 | 134 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.47 |
| HSL | 299.55º | 0.97% | 0.27% | - |
| HSV(B) | 299.55º | 0.99% | 0.53% | - |
| XYZ | 14 | 6.75 | 23.12 | - |
| YUV | 56.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 134 | 0.01 | 0.99 | 0 | 0.47 | 299.55 | 0.97 | 0.27 |
| Hex | 85 | 2 | 86 | 1 | 63 | 0 | 2F | 12C | 61 | 1B |
| Octal | 205 | 2 | 206 | 1 | 143 | 0 | 57 | 454 | 141 | 33 |
| Binary | 10000101 | 10 | 10000110 | 1 | 1100011 | 0 | 101111 | 100101100 | 1100001 | 11011 |
Color Harmonies of #850286
Complementary color
Monochromatic Colors of #850286
Black with #850286
Text Example
Text Example
White with #850286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850286; }
p { color: rgb(133,2,134); }
H1.HeaderClassName
{
color: #850286;
}
.AnyTagClassName
{
color: #850286;
}
</style>
background-color css
<style>
a { background-color: #850286; }
a { background-color: rgb(133,2,134); }
div.DivClassName
{
background-color: #850286;
}
.BgClassName
{
background-color: #850286;
}
</style>
border-color css
<style>
span { border-color: #850286; }
span { border-color: rgb(133,2,134); }
td.TdClassName
{
border-color: #850286;
}
.TagClassName
{
border-color: #850286;
}
</style>