Shades of Dark Magenta #850698
Tints of Dark Magenta #850698
RGB
CMYK
RGB Variations
Color information
#850698 (or 0x850698) is known color: Dark Magenta. HEX triplet: 85, 06 and 98. RGB value is (133,6,152). Sum of RGB (Red+Green+Blue) = 133+6+152=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #850698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850698 is #7AF967. Grayscale: #3C3C3C. Windows color (decimal): -8059240 or 9963141. OLE color: 9963141.
HSL color Cylindrical-coordinate representation of color #850698: hue angle of 292.19º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850698 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 6 | 152 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.40 |
| HSL | 292.19º | 0.92% | 0.31% | - |
| HSV(B) | 292.19º | 0.96% | 0.6% | - |
| XYZ | 15.41 | 7.38 | 30.32 | - |
| YUV | 60.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 152 | 0.13 | 0.96 | 0 | 0.40 | 292.19 | 0.92 | 0.31 |
| Hex | 85 | 6 | 98 | D | 60 | 0 | 28 | 124 | 5C | 1F |
| Octal | 205 | 6 | 230 | 15 | 140 | 0 | 50 | 444 | 134 | 37 |
| Binary | 10000101 | 110 | 10011000 | 1101 | 1100000 | 0 | 101000 | 100100100 | 1011100 | 11111 |
Color Harmonies of #850698
Complementary color
Monochromatic Colors of #850698
Black with #850698
Text Example
Text Example
White with #850698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850698; }
p { color: rgb(133,6,152); }
H1.HeaderClassName
{
color: #850698;
}
.AnyTagClassName
{
color: #850698;
}
</style>
background-color css
<style>
a { background-color: #850698; }
a { background-color: rgb(133,6,152); }
div.DivClassName
{
background-color: #850698;
}
.BgClassName
{
background-color: #850698;
}
</style>
border-color css
<style>
span { border-color: #850698; }
span { border-color: rgb(133,6,152); }
td.TdClassName
{
border-color: #850698;
}
.TagClassName
{
border-color: #850698;
}
</style>