Shades of Trendy Pink #89557E
Tints of Trendy Pink #89557E
RGB
CMYK
RGB Variations
Color information
#89557E (or 0x89557E) is known color: Trendy Pink. HEX triplet: 89, 55 and 7E. RGB value is (137,85,126). Sum of RGB (Red+Green+Blue) = 137+85+126=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89557E is #76AA81. Grayscale: #696969. Windows color (decimal): -7776898 or 8279433. OLE color: 8279433.
HSL color Cylindrical-coordinate representation of color #89557E: hue angle of 312.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89557E is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 126 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.46 |
| HSL | 312.69º | 0.23% | 0.44% | - |
| HSV(B) | 312.69º | 0.38% | 0.54% | - |
| XYZ | 17.33 | 13.32 | 21.4 | - |
| YUV | 105.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 126 | 0 | 0.38 | 0.08 | 0.46 | 312.69 | 0.23 | 0.44 |
| Hex | 89 | 55 | 7E | 0 | 26 | 8 | 2E | 139 | 17 | 2C |
| Octal | 211 | 125 | 176 | 0 | 46 | 10 | 56 | 471 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1111110 | 0 | 100110 | 1000 | 101110 | 100111001 | 10111 | 101100 |
Color Harmonies of #89557E
Complementary color
Monochromatic Colors of #89557E
Black with #89557E
Text Example
Text Example
White with #89557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89557E; }
p { color: rgb(137,85,126); }
H1.HeaderClassName
{
color: #89557E;
}
.AnyTagClassName
{
color: #89557E;
}
</style>
background-color css
<style>
a { background-color: #89557E; }
a { background-color: rgb(137,85,126); }
div.DivClassName
{
background-color: #89557E;
}
.BgClassName
{
background-color: #89557E;
}
</style>
border-color css
<style>
span { border-color: #89557E; }
span { border-color: rgb(137,85,126); }
td.TdClassName
{
border-color: #89557E;
}
.TagClassName
{
border-color: #89557E;
}
</style>