Shades of Trendy Pink #89588C
Tints of Trendy Pink #89588C
RGB
CMYK
RGB Variations
Color information
#89588C (or 0x89588C) is known color: Trendy Pink. HEX triplet: 89, 58 and 8C. RGB value is (137,88,140). Sum of RGB (Red+Green+Blue) = 137+88+140=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #89588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89588C is #76A773. Grayscale: #6C6C6C. Windows color (decimal): -7776116 or 9197705. OLE color: 9197705.
HSL color Cylindrical-coordinate representation of color #89588C: hue angle of 296.54º 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 #89588C is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 88 | 140 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.45 |
| HSL | 296.54º | 0.23% | 0.45% | - |
| HSV(B) | 296.54º | 0.37% | 0.55% | - |
| XYZ | 18.54 | 14.19 | 26.57 | - |
| YUV | 108.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 140 | 0.02 | 0.37 | 0 | 0.45 | 296.54 | 0.23 | 0.45 |
| Hex | 89 | 58 | 8C | 2 | 25 | 0 | 2D | 129 | 17 | 2D |
| Octal | 211 | 130 | 214 | 2 | 45 | 0 | 55 | 451 | 27 | 55 |
| Binary | 10001001 | 1011000 | 10001100 | 10 | 100101 | 0 | 101101 | 100101001 | 10111 | 101101 |
Color Harmonies of #89588C
Complementary color
Monochromatic Colors of #89588C
Black with #89588C
Text Example
Text Example
White with #89588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89588C; }
p { color: rgb(137,88,140); }
H1.HeaderClassName
{
color: #89588C;
}
.AnyTagClassName
{
color: #89588C;
}
</style>
background-color css
<style>
a { background-color: #89588C; }
a { background-color: rgb(137,88,140); }
div.DivClassName
{
background-color: #89588C;
}
.BgClassName
{
background-color: #89588C;
}
</style>
border-color css
<style>
span { border-color: #89588C; }
span { border-color: rgb(137,88,140); }
td.TdClassName
{
border-color: #89588C;
}
.TagClassName
{
border-color: #89588C;
}
</style>