Shades of Trendy Pink #89587C
Tints of Trendy Pink #89587C
RGB
CMYK
RGB Variations
Color information
#89587C (or 0x89587C) is known color: Trendy Pink. HEX triplet: 89, 58 and 7C. RGB value is (137,88,124). Sum of RGB (Red+Green+Blue) = 137+88+124=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #89587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89587C is #76A783. Grayscale: #6A6A6A. Windows color (decimal): -7776132 or 8149129. OLE color: 8149129.
HSL color Cylindrical-coordinate representation of color #89587C: hue angle of 315.92º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89587C is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 124 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.46 |
| HSL | 315.92º | 0.22% | 0.44% | - |
| HSV(B) | 315.92º | 0.36% | 0.54% | - |
| XYZ | 17.44 | 13.75 | 20.8 | - |
| YUV | 106.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 124 | 0 | 0.36 | 0.09 | 0.46 | 315.92 | 0.22 | 0.44 |
| Hex | 89 | 58 | 7C | 0 | 24 | 9 | 2E | 13C | 16 | 2C |
| Octal | 211 | 130 | 174 | 0 | 44 | 11 | 56 | 474 | 26 | 54 |
| Binary | 10001001 | 1011000 | 1111100 | 0 | 100100 | 1001 | 101110 | 100111100 | 10110 | 101100 |
Color Harmonies of #89587C
Complementary color
Monochromatic Colors of #89587C
Black with #89587C
Text Example
Text Example
White with #89587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89587C; }
p { color: rgb(137,88,124); }
H1.HeaderClassName
{
color: #89587C;
}
.AnyTagClassName
{
color: #89587C;
}
</style>
background-color css
<style>
a { background-color: #89587C; }
a { background-color: rgb(137,88,124); }
div.DivClassName
{
background-color: #89587C;
}
.BgClassName
{
background-color: #89587C;
}
</style>
border-color css
<style>
span { border-color: #89587C; }
span { border-color: rgb(137,88,124); }
td.TdClassName
{
border-color: #89587C;
}
.TagClassName
{
border-color: #89587C;
}
</style>