Shades of Trendy Pink #89708A
Tints of Trendy Pink #89708A
RGB
CMYK
RGB Variations
Color information
#89708A (or 0x89708A) is known color: Trendy Pink. HEX triplet: 89, 70 and 8A. RGB value is (137,112,138). Sum of RGB (Red+Green+Blue) = 137+112+138=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #89708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89708A is #768F75. Grayscale: #7A7A7A. Windows color (decimal): -7769974 or 9072777. OLE color: 9072777.
HSL color Cylindrical-coordinate representation of color #89708A: hue angle of 297.69º 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 #89708A is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 112 | 138 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.46 |
| HSL | 297.69º | 0.1% | 0.49% | - |
| HSV(B) | 297.69º | 0.19% | 0.54% | - |
| XYZ | 20.7 | 18.74 | 26.57 | - |
| YUV | 122.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 138 | 0.01 | 0.19 | 0 | 0.46 | 297.69 | 0.1 | 0.49 |
| Hex | 89 | 70 | 8A | 1 | 13 | 0 | 2E | 12A | A | 31 |
| Octal | 211 | 160 | 212 | 1 | 23 | 0 | 56 | 452 | 12 | 61 |
| Binary | 10001001 | 1110000 | 10001010 | 1 | 10011 | 0 | 101110 | 100101010 | 1010 | 110001 |
Color Harmonies of #89708A
Complementary color
Monochromatic Colors of #89708A
Black with #89708A
Text Example
Text Example
White with #89708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89708A; }
p { color: rgb(137,112,138); }
H1.HeaderClassName
{
color: #89708A;
}
.AnyTagClassName
{
color: #89708A;
}
</style>
background-color css
<style>
a { background-color: #89708A; }
a { background-color: rgb(137,112,138); }
div.DivClassName
{
background-color: #89708A;
}
.BgClassName
{
background-color: #89708A;
}
</style>
border-color css
<style>
span { border-color: #89708A; }
span { border-color: rgb(137,112,138); }
td.TdClassName
{
border-color: #89708A;
}
.TagClassName
{
border-color: #89708A;
}
</style>