Shades of Trendy Pink #89718D
Tints of Trendy Pink #89718D
RGB
CMYK
RGB Variations
Color information
#89718D (or 0x89718D) is known color: Trendy Pink. HEX triplet: 89, 71 and 8D. RGB value is (137,113,141). Sum of RGB (Red+Green+Blue) = 137+113+141=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #89718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89718D is #768E72. Grayscale: #7B7B7B. Windows color (decimal): -7769715 or 9269641. OLE color: 9269641.
HSL color Cylindrical-coordinate representation of color #89718D: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89718D is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 113 | 141 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.45 |
| HSL | 291.43º | 0.11% | 0.5% | - |
| HSV(B) | 291.43º | 0.2% | 0.55% | - |
| XYZ | 21.03 | 19.05 | 27.77 | - |
| YUV | 123.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 141 | 0.03 | 0.20 | 0 | 0.45 | 291.43 | 0.11 | 0.5 |
| Hex | 89 | 71 | 8D | 3 | 14 | 0 | 2D | 123 | B | 32 |
| Octal | 211 | 161 | 215 | 3 | 24 | 0 | 55 | 443 | 13 | 62 |
| Binary | 10001001 | 1110001 | 10001101 | 11 | 10100 | 0 | 101101 | 100100011 | 1011 | 110010 |
Color Harmonies of #89718D
Complementary color
Monochromatic Colors of #89718D
Black with #89718D
Text Example
Text Example
White with #89718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89718D; }
p { color: rgb(137,113,141); }
H1.HeaderClassName
{
color: #89718D;
}
.AnyTagClassName
{
color: #89718D;
}
</style>
background-color css
<style>
a { background-color: #89718D; }
a { background-color: rgb(137,113,141); }
div.DivClassName
{
background-color: #89718D;
}
.BgClassName
{
background-color: #89718D;
}
</style>
border-color css
<style>
span { border-color: #89718D; }
span { border-color: rgb(137,113,141); }
td.TdClassName
{
border-color: #89718D;
}
.TagClassName
{
border-color: #89718D;
}
</style>