Shades of Trendy Pink #85598F
Tints of Trendy Pink #85598F
RGB
CMYK
RGB Variations
Color information
#85598F (or 0x85598F) is known color: Trendy Pink. HEX triplet: 85, 59 and 8F. RGB value is (133,89,143). Sum of RGB (Red+Green+Blue) = 133+89+143=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #85598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85598F is #7AA670. Grayscale: #6C6C6C. Windows color (decimal): -8038001 or 9394565. OLE color: 9394565.
HSL color Cylindrical-coordinate representation of color #85598F: hue angle of 288.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85598F is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 89 | 143 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.44 |
| HSL | 288.89º | 0.23% | 0.45% | - |
| HSV(B) | 288.89º | 0.38% | 0.56% | - |
| XYZ | 18.2 | 14.11 | 27.75 | - |
| YUV | 108.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 143 | 0.07 | 0.38 | 0 | 0.44 | 288.89 | 0.23 | 0.45 |
| Hex | 85 | 59 | 8F | 7 | 26 | 0 | 2C | 121 | 17 | 2D |
| Octal | 205 | 131 | 217 | 7 | 46 | 0 | 54 | 441 | 27 | 55 |
| Binary | 10000101 | 1011001 | 10001111 | 111 | 100110 | 0 | 101100 | 100100001 | 10111 | 101101 |
Color Harmonies of #85598F
Complementary color
Monochromatic Colors of #85598F
Black with #85598F
Text Example
Text Example
White with #85598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85598F; }
p { color: rgb(133,89,143); }
H1.HeaderClassName
{
color: #85598F;
}
.AnyTagClassName
{
color: #85598F;
}
</style>
background-color css
<style>
a { background-color: #85598F; }
a { background-color: rgb(133,89,143); }
div.DivClassName
{
background-color: #85598F;
}
.BgClassName
{
background-color: #85598F;
}
</style>
border-color css
<style>
span { border-color: #85598F; }
span { border-color: rgb(133,89,143); }
td.TdClassName
{
border-color: #85598F;
}
.TagClassName
{
border-color: #85598F;
}
</style>