Shades of Trendy Pink #896C87
Tints of Trendy Pink #896C87
RGB
CMYK
RGB Variations
Color information
#896C87 (or 0x896C87) is known color: Trendy Pink. HEX triplet: 89, 6C and 87. RGB value is (137,108,135). Sum of RGB (Red+Green+Blue) = 137+108+135=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #896C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C87 is #769378. Grayscale: #777777. Windows color (decimal): -7771001 or 8875145. OLE color: 8875145.
HSL color Cylindrical-coordinate representation of color #896C87: hue angle of 304.14º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C87 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 135 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.46 |
| HSL | 304.14º | 0.12% | 0.48% | - |
| HSV(B) | 304.14º | 0.21% | 0.54% | - |
| XYZ | 20.05 | 17.79 | 25.3 | - |
| YUV | 119.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 135 | 0 | 0.21 | 0.01 | 0.46 | 304.14 | 0.12 | 0.48 |
| Hex | 89 | 6C | 87 | 0 | 15 | 1 | 2E | 130 | C | 30 |
| Octal | 211 | 154 | 207 | 0 | 25 | 1 | 56 | 460 | 14 | 60 |
| Binary | 10001001 | 1101100 | 10000111 | 0 | 10101 | 1 | 101110 | 100110000 | 1100 | 110000 |
Color Harmonies of #896C87
Complementary color
Monochromatic Colors of #896C87
Black with #896C87
Text Example
Text Example
White with #896C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C87; }
p { color: rgb(137,108,135); }
H1.HeaderClassName
{
color: #896C87;
}
.AnyTagClassName
{
color: #896C87;
}
</style>
background-color css
<style>
a { background-color: #896C87; }
a { background-color: rgb(137,108,135); }
div.DivClassName
{
background-color: #896C87;
}
.BgClassName
{
background-color: #896C87;
}
</style>
border-color css
<style>
span { border-color: #896C87; }
span { border-color: rgb(137,108,135); }
td.TdClassName
{
border-color: #896C87;
}
.TagClassName
{
border-color: #896C87;
}
</style>