Shades of Trendy Pink #85608E
Tints of Trendy Pink #85608E
RGB
CMYK
RGB Variations
Color information
#85608E (or 0x85608E) is known color: Trendy Pink. HEX triplet: 85, 60 and 8E. RGB value is (133,96,142). Sum of RGB (Red+Green+Blue) = 133+96+142=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #85608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85608E is #7A9F71. Grayscale: #707070. Windows color (decimal): -8036210 or 9330821. OLE color: 9330821.
HSL color Cylindrical-coordinate representation of color #85608E: hue angle of 288.26º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85608E is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 96 | 142 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.44 |
| HSL | 288.26º | 0.19% | 0.47% | - |
| HSV(B) | 288.26º | 0.32% | 0.56% | - |
| XYZ | 18.74 | 15.31 | 27.56 | - |
| YUV | 112.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 142 | 0.06 | 0.32 | 0 | 0.44 | 288.26 | 0.19 | 0.47 |
| Hex | 85 | 60 | 8E | 6 | 20 | 0 | 2C | 120 | 13 | 2F |
| Octal | 205 | 140 | 216 | 6 | 40 | 0 | 54 | 440 | 23 | 57 |
| Binary | 10000101 | 1100000 | 10001110 | 110 | 100000 | 0 | 101100 | 100100000 | 10011 | 101111 |
Color Harmonies of #85608E
Complementary color
Monochromatic Colors of #85608E
Black with #85608E
Text Example
Text Example
White with #85608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85608E; }
p { color: rgb(133,96,142); }
H1.HeaderClassName
{
color: #85608E;
}
.AnyTagClassName
{
color: #85608E;
}
</style>
background-color css
<style>
a { background-color: #85608E; }
a { background-color: rgb(133,96,142); }
div.DivClassName
{
background-color: #85608E;
}
.BgClassName
{
background-color: #85608E;
}
</style>
border-color css
<style>
span { border-color: #85608E; }
span { border-color: rgb(133,96,142); }
td.TdClassName
{
border-color: #85608E;
}
.TagClassName
{
border-color: #85608E;
}
</style>