Shades of Dark Magenta #850688
Tints of Dark Magenta #850688
RGB
CMYK
RGB Variations
Color information
#850688 (or 0x850688) is known color: Dark Magenta. HEX triplet: 85, 06 and 88. RGB value is (133,6,136). Sum of RGB (Red+Green+Blue) = 133+6+136=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #850688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850688 is #7AF977. Grayscale: #3A3A3A. Windows color (decimal): -8059256 or 8914565. OLE color: 8914565.
HSL color Cylindrical-coordinate representation of color #850688: hue angle of 298.62º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850688 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 6 | 136 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.47 |
| HSL | 298.62º | 0.92% | 0.28% | - |
| HSV(B) | 298.62º | 0.96% | 0.53% | - |
| XYZ | 14.18 | 6.89 | 23.88 | - |
| YUV | 58.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 136 | 0.02 | 0.96 | 0 | 0.47 | 298.62 | 0.92 | 0.28 |
| Hex | 85 | 6 | 88 | 2 | 60 | 0 | 2F | 12B | 5C | 1C |
| Octal | 205 | 6 | 210 | 2 | 140 | 0 | 57 | 453 | 134 | 34 |
| Binary | 10000101 | 110 | 10001000 | 10 | 1100000 | 0 | 101111 | 100101011 | 1011100 | 11100 |
Color Harmonies of #850688
Complementary color
Monochromatic Colors of #850688
Black with #850688
Text Example
Text Example
White with #850688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850688; }
p { color: rgb(133,6,136); }
H1.HeaderClassName
{
color: #850688;
}
.AnyTagClassName
{
color: #850688;
}
</style>
background-color css
<style>
a { background-color: #850688; }
a { background-color: rgb(133,6,136); }
div.DivClassName
{
background-color: #850688;
}
.BgClassName
{
background-color: #850688;
}
</style>
border-color css
<style>
span { border-color: #850688; }
span { border-color: rgb(133,6,136); }
td.TdClassName
{
border-color: #850688;
}
.TagClassName
{
border-color: #850688;
}
</style>