Shades of Trendy Pink #89708E
Tints of Trendy Pink #89708E
RGB
CMYK
RGB Variations
Color information
#89708E (or 0x89708E) is known color: Trendy Pink. HEX triplet: 89, 70 and 8E. RGB value is (137,112,142). Sum of RGB (Red+Green+Blue) = 137+112+142=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 142 - color contains mainly: blue. Hex color #89708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89708E is #768F71. Grayscale: #7A7A7A. Windows color (decimal): -7769970 or 9334921. OLE color: 9334921.
HSL color Cylindrical-coordinate representation of color #89708E: hue angle of 290º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89708E is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 112 | 142 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.44 |
| HSL | 290º | 0.12% | 0.5% | - |
| HSV(B) | 290º | 0.21% | 0.56% | - |
| XYZ | 20.99 | 18.86 | 28.13 | - |
| YUV | 122.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 142 | 0.04 | 0.21 | 0 | 0.44 | 290 | 0.12 | 0.5 |
| Hex | 89 | 70 | 8E | 4 | 15 | 0 | 2C | 122 | C | 32 |
| Octal | 211 | 160 | 216 | 4 | 25 | 0 | 54 | 442 | 14 | 62 |
| Binary | 10001001 | 1110000 | 10001110 | 100 | 10101 | 0 | 101100 | 100100010 | 1100 | 110010 |
Color Harmonies of #89708E
Complementary color
Monochromatic Colors of #89708E
Black with #89708E
Text Example
Text Example
White with #89708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89708E; }
p { color: rgb(137,112,142); }
H1.HeaderClassName
{
color: #89708E;
}
.AnyTagClassName
{
color: #89708E;
}
</style>
background-color css
<style>
a { background-color: #89708E; }
a { background-color: rgb(137,112,142); }
div.DivClassName
{
background-color: #89708E;
}
.BgClassName
{
background-color: #89708E;
}
</style>
border-color css
<style>
span { border-color: #89708E; }
span { border-color: rgb(137,112,142); }
td.TdClassName
{
border-color: #89708E;
}
.TagClassName
{
border-color: #89708E;
}
</style>