Shades of Dark Magenta #850690
Tints of Dark Magenta #850690
RGB
CMYK
RGB Variations
Color information
#850690 (or 0x850690) is known color: Dark Magenta. HEX triplet: 85, 06 and 90. RGB value is (133,6,144). Sum of RGB (Red+Green+Blue) = 133+6+144=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #850690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850690 is #7AF96F. Grayscale: #3B3B3B. Windows color (decimal): -8059248 or 9438853. OLE color: 9438853.
HSL color Cylindrical-coordinate representation of color #850690: hue angle of 295.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850690 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 6 | 144 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.44 |
| HSL | 295.22º | 0.92% | 0.29% | - |
| HSV(B) | 295.22º | 0.96% | 0.56% | - |
| XYZ | 14.77 | 7.13 | 26.98 | - |
| YUV | 59.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 144 | 0.08 | 0.96 | 0 | 0.44 | 295.22 | 0.92 | 0.29 |
| Hex | 85 | 6 | 90 | 8 | 60 | 0 | 2C | 127 | 5C | 1D |
| Octal | 205 | 6 | 220 | 10 | 140 | 0 | 54 | 447 | 134 | 35 |
| Binary | 10000101 | 110 | 10010000 | 1000 | 1100000 | 0 | 101100 | 100100111 | 1011100 | 11101 |
Color Harmonies of #850690
Complementary color
Monochromatic Colors of #850690
Black with #850690
Text Example
Text Example
White with #850690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850690; }
p { color: rgb(133,6,144); }
H1.HeaderClassName
{
color: #850690;
}
.AnyTagClassName
{
color: #850690;
}
</style>
background-color css
<style>
a { background-color: #850690; }
a { background-color: rgb(133,6,144); }
div.DivClassName
{
background-color: #850690;
}
.BgClassName
{
background-color: #850690;
}
</style>
border-color css
<style>
span { border-color: #850690; }
span { border-color: rgb(133,6,144); }
td.TdClassName
{
border-color: #850690;
}
.TagClassName
{
border-color: #850690;
}
</style>