Shades of Trendy Pink #896F87
Tints of Trendy Pink #896F87
RGB
CMYK
RGB Variations
Color information
#896F87 (or 0x896F87) is known color: Trendy Pink. HEX triplet: 89, 6F and 87. RGB value is (137,111,135). Sum of RGB (Red+Green+Blue) = 137+111+135=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #896F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896F87 is #769078. Grayscale: #797979. Windows color (decimal): -7770233 or 8875913. OLE color: 8875913.
HSL color Cylindrical-coordinate representation of color #896F87: hue angle of 304.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #896F87 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 135 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.46 |
| HSL | 304.62º | 0.1% | 0.49% | - |
| HSV(B) | 304.62º | 0.19% | 0.54% | - |
| XYZ | 20.37 | 18.44 | 25.41 | - |
| YUV | 121.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 135 | 0 | 0.19 | 0.01 | 0.46 | 304.62 | 0.1 | 0.49 |
| Hex | 89 | 6F | 87 | 0 | 13 | 1 | 2E | 131 | A | 31 |
| Octal | 211 | 157 | 207 | 0 | 23 | 1 | 56 | 461 | 12 | 61 |
| Binary | 10001001 | 1101111 | 10000111 | 0 | 10011 | 1 | 101110 | 100110001 | 1010 | 110001 |
Color Harmonies of #896F87
Complementary color
Monochromatic Colors of #896F87
Black with #896F87
Text Example
Text Example
White with #896F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F87; }
p { color: rgb(137,111,135); }
H1.HeaderClassName
{
color: #896F87;
}
.AnyTagClassName
{
color: #896F87;
}
</style>
background-color css
<style>
a { background-color: #896F87; }
a { background-color: rgb(137,111,135); }
div.DivClassName
{
background-color: #896F87;
}
.BgClassName
{
background-color: #896F87;
}
</style>
border-color css
<style>
span { border-color: #896F87; }
span { border-color: rgb(137,111,135); }
td.TdClassName
{
border-color: #896F87;
}
.TagClassName
{
border-color: #896F87;
}
</style>