Shades of Trendy Pink #89598D
Tints of Trendy Pink #89598D
RGB
CMYK
RGB Variations
Color information
#89598D (or 0x89598D) is known color: Trendy Pink. HEX triplet: 89, 59 and 8D. RGB value is (137,89,141). Sum of RGB (Red+Green+Blue) = 137+89+141=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #89598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89598D is #76A672. Grayscale: #6D6D6D. Windows color (decimal): -7775859 or 9263497. OLE color: 9263497.
HSL color Cylindrical-coordinate representation of color #89598D: hue angle of 295.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89598D is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 89 | 141 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.45 |
| HSL | 295.38º | 0.23% | 0.45% | - |
| HSV(B) | 295.38º | 0.37% | 0.55% | - |
| XYZ | 18.7 | 14.39 | 26.99 | - |
| YUV | 109.28 | 145.9 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 141 | 0.03 | 0.37 | 0 | 0.45 | 295.38 | 0.23 | 0.45 |
| Hex | 89 | 59 | 8D | 3 | 25 | 0 | 2D | 127 | 17 | 2D |
| Octal | 211 | 131 | 215 | 3 | 45 | 0 | 55 | 447 | 27 | 55 |
| Binary | 10001001 | 1011001 | 10001101 | 11 | 100101 | 0 | 101101 | 100100111 | 10111 | 101101 |
Color Harmonies of #89598D
Complementary color
Monochromatic Colors of #89598D
Black with #89598D
Text Example
Text Example
White with #89598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89598D; }
p { color: rgb(137,89,141); }
H1.HeaderClassName
{
color: #89598D;
}
.AnyTagClassName
{
color: #89598D;
}
</style>
background-color css
<style>
a { background-color: #89598D; }
a { background-color: rgb(137,89,141); }
div.DivClassName
{
background-color: #89598D;
}
.BgClassName
{
background-color: #89598D;
}
</style>
border-color css
<style>
span { border-color: #89598D; }
span { border-color: rgb(137,89,141); }
td.TdClassName
{
border-color: #89598D;
}
.TagClassName
{
border-color: #89598D;
}
</style>