Shades of Trendy Pink #89598B
Tints of Trendy Pink #89598B
RGB
CMYK
RGB Variations
Color information
#89598B (or 0x89598B) is known color: Trendy Pink. HEX triplet: 89, 59 and 8B. RGB value is (137,89,139). Sum of RGB (Red+Green+Blue) = 137+89+139=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #89598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89598B is #76A674. Grayscale: #6C6C6C. Windows color (decimal): -7775861 or 9132425. OLE color: 9132425.
HSL color Cylindrical-coordinate representation of color #89598B: hue angle of 297.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89598B is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 89 | 139 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.45 |
| HSL | 297.6º | 0.22% | 0.45% | - |
| HSV(B) | 297.6º | 0.36% | 0.55% | - |
| XYZ | 18.55 | 14.33 | 26.21 | - |
| YUV | 109.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 139 | 0.01 | 0.36 | 0 | 0.45 | 297.6 | 0.22 | 0.45 |
| Hex | 89 | 59 | 8B | 1 | 24 | 0 | 2D | 12A | 16 | 2D |
| Octal | 211 | 131 | 213 | 1 | 44 | 0 | 55 | 452 | 26 | 55 |
| Binary | 10001001 | 1011001 | 10001011 | 1 | 100100 | 0 | 101101 | 100101010 | 10110 | 101101 |
Color Harmonies of #89598B
Complementary color
Monochromatic Colors of #89598B
Black with #89598B
Text Example
Text Example
White with #89598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89598B; }
p { color: rgb(137,89,139); }
H1.HeaderClassName
{
color: #89598B;
}
.AnyTagClassName
{
color: #89598B;
}
</style>
background-color css
<style>
a { background-color: #89598B; }
a { background-color: rgb(137,89,139); }
div.DivClassName
{
background-color: #89598B;
}
.BgClassName
{
background-color: #89598B;
}
</style>
border-color css
<style>
span { border-color: #89598B; }
span { border-color: rgb(137,89,139); }
td.TdClassName
{
border-color: #89598B;
}
.TagClassName
{
border-color: #89598B;
}
</style>