Shades of Trendy Pink #85598E
Tints of Trendy Pink #85598E
RGB
CMYK
RGB Variations
Color information
#85598E (or 0x85598E) is known color: Trendy Pink. HEX triplet: 85, 59 and 8E. RGB value is (133,89,142). Sum of RGB (Red+Green+Blue) = 133+89+142=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #85598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85598E is #7AA671. Grayscale: #6C6C6C. Windows color (decimal): -8038002 or 9329029. OLE color: 9329029.
HSL color Cylindrical-coordinate representation of color #85598E: hue angle of 289.81º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85598E is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 89 | 142 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.44 |
| HSL | 289.81º | 0.23% | 0.45% | - |
| HSV(B) | 289.81º | 0.37% | 0.56% | - |
| XYZ | 18.13 | 14.08 | 27.35 | - |
| YUV | 108.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 142 | 0.06 | 0.37 | 0 | 0.44 | 289.81 | 0.23 | 0.45 |
| Hex | 85 | 59 | 8E | 6 | 25 | 0 | 2C | 122 | 17 | 2D |
| Octal | 205 | 131 | 216 | 6 | 45 | 0 | 54 | 442 | 27 | 55 |
| Binary | 10000101 | 1011001 | 10001110 | 110 | 100101 | 0 | 101100 | 100100010 | 10111 | 101101 |
Color Harmonies of #85598E
Complementary color
Monochromatic Colors of #85598E
Black with #85598E
Text Example
Text Example
White with #85598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85598E; }
p { color: rgb(133,89,142); }
H1.HeaderClassName
{
color: #85598E;
}
.AnyTagClassName
{
color: #85598E;
}
</style>
background-color css
<style>
a { background-color: #85598E; }
a { background-color: rgb(133,89,142); }
div.DivClassName
{
background-color: #85598E;
}
.BgClassName
{
background-color: #85598E;
}
</style>
border-color css
<style>
span { border-color: #85598E; }
span { border-color: rgb(133,89,142); }
td.TdClassName
{
border-color: #85598E;
}
.TagClassName
{
border-color: #85598E;
}
</style>