Shades of Trendy Pink #885987
Tints of Trendy Pink #885987
RGB
CMYK
RGB Variations
Color information
#885987 (or 0x885987) is known color: Trendy Pink. HEX triplet: 88, 59 and 87. RGB value is (136,89,135). Sum of RGB (Red+Green+Blue) = 136+89+135=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #885987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885987 is #77A678. Grayscale: #6C6C6C. Windows color (decimal): -7841401 or 8870280. OLE color: 8870280.
HSL color Cylindrical-coordinate representation of color #885987: hue angle of 301.28º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885987 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 135 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.47 |
| HSL | 301.28º | 0.21% | 0.44% | - |
| HSV(B) | 301.28º | 0.35% | 0.53% | - |
| XYZ | 18.1 | 14.13 | 24.69 | - |
| YUV | 108.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 135 | 0 | 0.35 | 0.01 | 0.47 | 301.28 | 0.21 | 0.44 |
| Hex | 88 | 59 | 87 | 0 | 23 | 1 | 2F | 12D | 15 | 2C |
| Octal | 210 | 131 | 207 | 0 | 43 | 1 | 57 | 455 | 25 | 54 |
| Binary | 10001000 | 1011001 | 10000111 | 0 | 100011 | 1 | 101111 | 100101101 | 10101 | 101100 |
Color Harmonies of #885987
Complementary color
Monochromatic Colors of #885987
Black with #885987
Text Example
Text Example
White with #885987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885987; }
p { color: rgb(136,89,135); }
H1.HeaderClassName
{
color: #885987;
}
.AnyTagClassName
{
color: #885987;
}
</style>
background-color css
<style>
a { background-color: #885987; }
a { background-color: rgb(136,89,135); }
div.DivClassName
{
background-color: #885987;
}
.BgClassName
{
background-color: #885987;
}
</style>
border-color css
<style>
span { border-color: #885987; }
span { border-color: rgb(136,89,135); }
td.TdClassName
{
border-color: #885987;
}
.TagClassName
{
border-color: #885987;
}
</style>