Shades of Trendy Pink #89588D
Tints of Trendy Pink #89588D
RGB
CMYK
RGB Variations
Color information
#89588D (or 0x89588D) is known color: Trendy Pink. HEX triplet: 89, 58 and 8D. RGB value is (137,88,141). Sum of RGB (Red+Green+Blue) = 137+88+141=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #89588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89588D is #76A772. Grayscale: #6C6C6C. Windows color (decimal): -7776115 or 9263241. OLE color: 9263241.
HSL color Cylindrical-coordinate representation of color #89588D: hue angle of 295.47º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89588D is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 88 | 141 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.45 |
| HSL | 295.47º | 0.23% | 0.45% | - |
| HSV(B) | 295.47º | 0.38% | 0.55% | - |
| XYZ | 18.61 | 14.22 | 26.96 | - |
| YUV | 108.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 141 | 0.03 | 0.38 | 0 | 0.45 | 295.47 | 0.23 | 0.45 |
| Hex | 89 | 58 | 8D | 3 | 26 | 0 | 2D | 127 | 17 | 2D |
| Octal | 211 | 130 | 215 | 3 | 46 | 0 | 55 | 447 | 27 | 55 |
| Binary | 10001001 | 1011000 | 10001101 | 11 | 100110 | 0 | 101101 | 100100111 | 10111 | 101101 |
Color Harmonies of #89588D
Complementary color
Monochromatic Colors of #89588D
Black with #89588D
Text Example
Text Example
White with #89588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89588D; }
p { color: rgb(137,88,141); }
H1.HeaderClassName
{
color: #89588D;
}
.AnyTagClassName
{
color: #89588D;
}
</style>
background-color css
<style>
a { background-color: #89588D; }
a { background-color: rgb(137,88,141); }
div.DivClassName
{
background-color: #89588D;
}
.BgClassName
{
background-color: #89588D;
}
</style>
border-color css
<style>
span { border-color: #89588D; }
span { border-color: rgb(137,88,141); }
td.TdClassName
{
border-color: #89588D;
}
.TagClassName
{
border-color: #89588D;
}
</style>