Shades of Trendy Pink #89588B
Tints of Trendy Pink #89588B
RGB
CMYK
RGB Variations
Color information
#89588B (or 0x89588B) is known color: Trendy Pink. HEX triplet: 89, 58 and 8B. RGB value is (137,88,139). Sum of RGB (Red+Green+Blue) = 137+88+139=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #89588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89588B is #76A774. Grayscale: #6C6C6C. Windows color (decimal): -7776117 or 9132169. OLE color: 9132169.
HSL color Cylindrical-coordinate representation of color #89588B: hue angle of 297.65º degrees, saturation: 0.22, 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 #89588B is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 88 | 139 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.45 |
| HSL | 297.65º | 0.22% | 0.45% | - |
| HSV(B) | 297.65º | 0.37% | 0.55% | - |
| XYZ | 18.47 | 14.16 | 26.19 | - |
| YUV | 108.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 139 | 0.01 | 0.37 | 0 | 0.45 | 297.65 | 0.22 | 0.45 |
| Hex | 89 | 58 | 8B | 1 | 25 | 0 | 2D | 12A | 16 | 2D |
| Octal | 211 | 130 | 213 | 1 | 45 | 0 | 55 | 452 | 26 | 55 |
| Binary | 10001001 | 1011000 | 10001011 | 1 | 100101 | 0 | 101101 | 100101010 | 10110 | 101101 |
Color Harmonies of #89588B
Complementary color
Monochromatic Colors of #89588B
Black with #89588B
Text Example
Text Example
White with #89588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89588B; }
p { color: rgb(137,88,139); }
H1.HeaderClassName
{
color: #89588B;
}
.AnyTagClassName
{
color: #89588B;
}
</style>
background-color css
<style>
a { background-color: #89588B; }
a { background-color: rgb(137,88,139); }
div.DivClassName
{
background-color: #89588B;
}
.BgClassName
{
background-color: #89588B;
}
</style>
border-color css
<style>
span { border-color: #89588B; }
span { border-color: rgb(137,88,139); }
td.TdClassName
{
border-color: #89588B;
}
.TagClassName
{
border-color: #89588B;
}
</style>