Shades of Dark Magenta #850296
Tints of Dark Magenta #850296
RGB
CMYK
RGB Variations
Color information
#850296 (or 0x850296) is known color: Dark Magenta. HEX triplet: 85, 02 and 96. RGB value is (133,2,150). Sum of RGB (Red+Green+Blue) = 133+2+150=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #850296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850296 is #7AFD69. Grayscale: #393939. Windows color (decimal): -8060266 or 9831045. OLE color: 9831045.
HSL color Cylindrical-coordinate representation of color #850296: hue angle of 293.11º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850296 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 2 | 150 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.41 |
| HSL | 293.11º | 0.97% | 0.3% | - |
| HSV(B) | 293.11º | 0.99% | 0.59% | - |
| XYZ | 15.2 | 7.23 | 29.45 | - |
| YUV | 58.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 150 | 0.11 | 0.99 | 0 | 0.41 | 293.11 | 0.97 | 0.3 |
| Hex | 85 | 2 | 96 | B | 63 | 0 | 29 | 125 | 61 | 1E |
| Octal | 205 | 2 | 226 | 13 | 143 | 0 | 51 | 445 | 141 | 36 |
| Binary | 10000101 | 10 | 10010110 | 1011 | 1100011 | 0 | 101001 | 100100101 | 1100001 | 11110 |
Color Harmonies of #850296
Complementary color
Monochromatic Colors of #850296
Black with #850296
Text Example
Text Example
White with #850296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850296; }
p { color: rgb(133,2,150); }
H1.HeaderClassName
{
color: #850296;
}
.AnyTagClassName
{
color: #850296;
}
</style>
background-color css
<style>
a { background-color: #850296; }
a { background-color: rgb(133,2,150); }
div.DivClassName
{
background-color: #850296;
}
.BgClassName
{
background-color: #850296;
}
</style>
border-color css
<style>
span { border-color: #850296; }
span { border-color: rgb(133,2,150); }
td.TdClassName
{
border-color: #850296;
}
.TagClassName
{
border-color: #850296;
}
</style>