Shades of Trendy Pink #89597E
Tints of Trendy Pink #89597E
RGB
CMYK
RGB Variations
Color information
#89597E (or 0x89597E) is known color: Trendy Pink. HEX triplet: 89, 59 and 7E. RGB value is (137,89,126). Sum of RGB (Red+Green+Blue) = 137+89+126=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #89597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89597E is #76A681. Grayscale: #6B6B6B. Windows color (decimal): -7775874 or 8280457. OLE color: 8280457.
HSL color Cylindrical-coordinate representation of color #89597E: hue angle of 313.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89597E is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 126 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.46 |
| HSL | 313.75º | 0.21% | 0.44% | - |
| HSV(B) | 313.75º | 0.35% | 0.54% | - |
| XYZ | 17.65 | 13.97 | 21.5 | - |
| YUV | 107.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 126 | 0 | 0.35 | 0.08 | 0.46 | 313.75 | 0.21 | 0.44 |
| Hex | 89 | 59 | 7E | 0 | 23 | 8 | 2E | 13A | 15 | 2C |
| Octal | 211 | 131 | 176 | 0 | 43 | 10 | 56 | 472 | 25 | 54 |
| Binary | 10001001 | 1011001 | 1111110 | 0 | 100011 | 1000 | 101110 | 100111010 | 10101 | 101100 |
Color Harmonies of #89597E
Complementary color
Monochromatic Colors of #89597E
Black with #89597E
Text Example
Text Example
White with #89597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89597E; }
p { color: rgb(137,89,126); }
H1.HeaderClassName
{
color: #89597E;
}
.AnyTagClassName
{
color: #89597E;
}
</style>
background-color css
<style>
a { background-color: #89597E; }
a { background-color: rgb(137,89,126); }
div.DivClassName
{
background-color: #89597E;
}
.BgClassName
{
background-color: #89597E;
}
</style>
border-color css
<style>
span { border-color: #89597E; }
span { border-color: rgb(137,89,126); }
td.TdClassName
{
border-color: #89597E;
}
.TagClassName
{
border-color: #89597E;
}
</style>