Shades of Dark Magenta #850195
Tints of Dark Magenta #850195
RGB
CMYK
RGB Variations
Color information
#850195 (or 0x850195) is known color: Dark Magenta. HEX triplet: 85, 01 and 95. RGB value is (133,1,149). Sum of RGB (Red+Green+Blue) = 133+1+149=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #850195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850195 is #7AFE6A. Grayscale: #383838. Windows color (decimal): -8060523 or 9765253. OLE color: 9765253.
HSL color Cylindrical-coordinate representation of color #850195: hue angle of 293.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850195 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 1 | 149 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.42 |
| HSL | 293.51º | 0.99% | 0.29% | - |
| HSV(B) | 293.51º | 0.99% | 0.58% | - |
| XYZ | 15.11 | 7.18 | 29.02 | - |
| YUV | 57.34 | 179.73 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 149 | 0.11 | 0.99 | 0 | 0.42 | 293.51 | 0.99 | 0.29 |
| Hex | 85 | 1 | 95 | B | 63 | 0 | 2A | 126 | 63 | 1D |
| Octal | 205 | 1 | 225 | 13 | 143 | 0 | 52 | 446 | 143 | 35 |
| Binary | 10000101 | 1 | 10010101 | 1011 | 1100011 | 0 | 101010 | 100100110 | 1100011 | 11101 |
Color Harmonies of #850195
Complementary color
Monochromatic Colors of #850195
Black with #850195
Text Example
Text Example
White with #850195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850195; }
p { color: rgb(133,1,149); }
H1.HeaderClassName
{
color: #850195;
}
.AnyTagClassName
{
color: #850195;
}
</style>
background-color css
<style>
a { background-color: #850195; }
a { background-color: rgb(133,1,149); }
div.DivClassName
{
background-color: #850195;
}
.BgClassName
{
background-color: #850195;
}
</style>
border-color css
<style>
span { border-color: #850195; }
span { border-color: rgb(133,1,149); }
td.TdClassName
{
border-color: #850195;
}
.TagClassName
{
border-color: #850195;
}
</style>