Shades of Dark Magenta #850495
Tints of Dark Magenta #850495
RGB
CMYK
RGB Variations
Color information
#850495 (or 0x850495) is known color: Dark Magenta. HEX triplet: 85, 04 and 95. RGB value is (133,4,149). Sum of RGB (Red+Green+Blue) = 133+4+149=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #850495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850495 is #7AFB6A. Grayscale: #3A3A3A. Windows color (decimal): -8059755 or 9766021. OLE color: 9766021.
HSL color Cylindrical-coordinate representation of color #850495: hue angle of 293.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850495 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 4 | 149 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.42 |
| HSL | 293.38º | 0.95% | 0.3% | - |
| HSV(B) | 293.38º | 0.97% | 0.58% | - |
| XYZ | 15.14 | 7.24 | 29.03 | - |
| YUV | 59.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 149 | 0.11 | 0.97 | 0 | 0.42 | 293.38 | 0.95 | 0.3 |
| Hex | 85 | 4 | 95 | B | 61 | 0 | 2A | 125 | 5F | 1E |
| Octal | 205 | 4 | 225 | 13 | 141 | 0 | 52 | 445 | 137 | 36 |
| Binary | 10000101 | 100 | 10010101 | 1011 | 1100001 | 0 | 101010 | 100100101 | 1011111 | 11110 |
Color Harmonies of #850495
Complementary color
Monochromatic Colors of #850495
Black with #850495
Text Example
Text Example
White with #850495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850495; }
p { color: rgb(133,4,149); }
H1.HeaderClassName
{
color: #850495;
}
.AnyTagClassName
{
color: #850495;
}
</style>
background-color css
<style>
a { background-color: #850495; }
a { background-color: rgb(133,4,149); }
div.DivClassName
{
background-color: #850495;
}
.BgClassName
{
background-color: #850495;
}
</style>
border-color css
<style>
span { border-color: #850495; }
span { border-color: rgb(133,4,149); }
td.TdClassName
{
border-color: #850495;
}
.TagClassName
{
border-color: #850495;
}
</style>