Shades of Dark Magenta #850691
Tints of Dark Magenta #850691
RGB
CMYK
RGB Variations
Color information
#850691 (or 0x850691) is known color: Dark Magenta. HEX triplet: 85, 06 and 91. RGB value is (133,6,145). Sum of RGB (Red+Green+Blue) = 133+6+145=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #850691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850691 is #7AF96E. Grayscale: #3B3B3B. Windows color (decimal): -8059247 or 9504389. OLE color: 9504389.
HSL color Cylindrical-coordinate representation of color #850691: hue angle of 294.82º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850691 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 6 | 145 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.43 |
| HSL | 294.82º | 0.92% | 0.3% | - |
| HSV(B) | 294.82º | 0.96% | 0.57% | - |
| XYZ | 14.85 | 7.16 | 27.39 | - |
| YUV | 59.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 145 | 0.08 | 0.96 | 0 | 0.43 | 294.82 | 0.92 | 0.3 |
| Hex | 85 | 6 | 91 | 8 | 60 | 0 | 2B | 127 | 5C | 1E |
| Octal | 205 | 6 | 221 | 10 | 140 | 0 | 53 | 447 | 134 | 36 |
| Binary | 10000101 | 110 | 10010001 | 1000 | 1100000 | 0 | 101011 | 100100111 | 1011100 | 11110 |
Color Harmonies of #850691
Complementary color
Monochromatic Colors of #850691
Black with #850691
Text Example
Text Example
White with #850691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850691; }
p { color: rgb(133,6,145); }
H1.HeaderClassName
{
color: #850691;
}
.AnyTagClassName
{
color: #850691;
}
</style>
background-color css
<style>
a { background-color: #850691; }
a { background-color: rgb(133,6,145); }
div.DivClassName
{
background-color: #850691;
}
.BgClassName
{
background-color: #850691;
}
</style>
border-color css
<style>
span { border-color: #850691; }
span { border-color: rgb(133,6,145); }
td.TdClassName
{
border-color: #850691;
}
.TagClassName
{
border-color: #850691;
}
</style>