Shades of Trendy Pink #89708B
Tints of Trendy Pink #89708B
RGB
CMYK
RGB Variations
Color information
#89708B (or 0x89708B) is known color: Trendy Pink. HEX triplet: 89, 70 and 8B. RGB value is (137,112,139). Sum of RGB (Red+Green+Blue) = 137+112+139=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #89708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89708B is #768F74. Grayscale: #7A7A7A. Windows color (decimal): -7769973 or 9138313. OLE color: 9138313.
HSL color Cylindrical-coordinate representation of color #89708B: hue angle of 295.56º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89708B is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 112 | 139 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.45 |
| HSL | 295.56º | 0.11% | 0.49% | - |
| HSV(B) | 295.56º | 0.19% | 0.55% | - |
| XYZ | 20.77 | 18.77 | 26.95 | - |
| YUV | 122.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 139 | 0.01 | 0.19 | 0 | 0.45 | 295.56 | 0.11 | 0.49 |
| Hex | 89 | 70 | 8B | 1 | 13 | 0 | 2D | 128 | B | 31 |
| Octal | 211 | 160 | 213 | 1 | 23 | 0 | 55 | 450 | 13 | 61 |
| Binary | 10001001 | 1110000 | 10001011 | 1 | 10011 | 0 | 101101 | 100101000 | 1011 | 110001 |
Color Harmonies of #89708B
Complementary color
Monochromatic Colors of #89708B
Black with #89708B
Text Example
Text Example
White with #89708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89708B; }
p { color: rgb(137,112,139); }
H1.HeaderClassName
{
color: #89708B;
}
.AnyTagClassName
{
color: #89708B;
}
</style>
background-color css
<style>
a { background-color: #89708B; }
a { background-color: rgb(137,112,139); }
div.DivClassName
{
background-color: #89708B;
}
.BgClassName
{
background-color: #89708B;
}
</style>
border-color css
<style>
span { border-color: #89708B; }
span { border-color: rgb(137,112,139); }
td.TdClassName
{
border-color: #89708B;
}
.TagClassName
{
border-color: #89708B;
}
</style>