Shades of Trendy Pink #89728E
Tints of Trendy Pink #89728E
RGB
CMYK
RGB Variations
Color information
#89728E (or 0x89728E) is known color: Trendy Pink. HEX triplet: 89, 72 and 8E. RGB value is (137,114,142). Sum of RGB (Red+Green+Blue) = 137+114+142=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #89728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89728E is #768D71. Grayscale: #7B7B7B. Windows color (decimal): -7769458 or 9335433. OLE color: 9335433.
HSL color Cylindrical-coordinate representation of color #89728E: hue angle of 289.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89728E is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 114 | 142 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.44 |
| HSL | 289.29º | 0.11% | 0.5% | - |
| HSV(B) | 289.29º | 0.2% | 0.56% | - |
| XYZ | 21.22 | 19.31 | 28.2 | - |
| YUV | 124.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 114 | 142 | 0.04 | 0.20 | 0 | 0.44 | 289.29 | 0.11 | 0.5 |
| Hex | 89 | 72 | 8E | 4 | 14 | 0 | 2C | 121 | B | 32 |
| Octal | 211 | 162 | 216 | 4 | 24 | 0 | 54 | 441 | 13 | 62 |
| Binary | 10001001 | 1110010 | 10001110 | 100 | 10100 | 0 | 101100 | 100100001 | 1011 | 110010 |
Color Harmonies of #89728E
Complementary color
Monochromatic Colors of #89728E
Black with #89728E
Text Example
Text Example
White with #89728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89728E; }
p { color: rgb(137,114,142); }
H1.HeaderClassName
{
color: #89728E;
}
.AnyTagClassName
{
color: #89728E;
}
</style>
background-color css
<style>
a { background-color: #89728E; }
a { background-color: rgb(137,114,142); }
div.DivClassName
{
background-color: #89728E;
}
.BgClassName
{
background-color: #89728E;
}
</style>
border-color css
<style>
span { border-color: #89728E; }
span { border-color: rgb(137,114,142); }
td.TdClassName
{
border-color: #89728E;
}
.TagClassName
{
border-color: #89728E;
}
</style>