Shades of Trendy Pink #85598A
Tints of Trendy Pink #85598A
RGB
CMYK
RGB Variations
Color information
#85598A (or 0x85598A) is known color: Trendy Pink. HEX triplet: 85, 59 and 8A. RGB value is (133,89,138). Sum of RGB (Red+Green+Blue) = 133+89+138=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #85598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85598A is #7AA675. Grayscale: #6B6B6B. Windows color (decimal): -8038006 or 9066885. OLE color: 9066885.
HSL color Cylindrical-coordinate representation of color #85598A: hue angle of 293.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85598A is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 89 | 138 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.46 |
| HSL | 293.88º | 0.22% | 0.45% | - |
| HSV(B) | 293.88º | 0.36% | 0.54% | - |
| XYZ | 17.83 | 13.97 | 25.8 | - |
| YUV | 107.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 138 | 0.04 | 0.36 | 0 | 0.46 | 293.88 | 0.22 | 0.45 |
| Hex | 85 | 59 | 8A | 4 | 24 | 0 | 2E | 126 | 16 | 2D |
| Octal | 205 | 131 | 212 | 4 | 44 | 0 | 56 | 446 | 26 | 55 |
| Binary | 10000101 | 1011001 | 10001010 | 100 | 100100 | 0 | 101110 | 100100110 | 10110 | 101101 |
Color Harmonies of #85598A
Complementary color
Monochromatic Colors of #85598A
Black with #85598A
Text Example
Text Example
White with #85598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85598A; }
p { color: rgb(133,89,138); }
H1.HeaderClassName
{
color: #85598A;
}
.AnyTagClassName
{
color: #85598A;
}
</style>
background-color css
<style>
a { background-color: #85598A; }
a { background-color: rgb(133,89,138); }
div.DivClassName
{
background-color: #85598A;
}
.BgClassName
{
background-color: #85598A;
}
</style>
border-color css
<style>
span { border-color: #85598A; }
span { border-color: rgb(133,89,138); }
td.TdClassName
{
border-color: #85598A;
}
.TagClassName
{
border-color: #85598A;
}
</style>