Shades of Trendy Pink #89587F
Tints of Trendy Pink #89587F
RGB
CMYK
RGB Variations
Color information
#89587F (or 0x89587F) is known color: Trendy Pink. HEX triplet: 89, 58 and 7F. RGB value is (137,88,127). Sum of RGB (Red+Green+Blue) = 137+88+127=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #89587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89587F is #76A780. Grayscale: #6A6A6A. Windows color (decimal): -7776129 or 8345737. OLE color: 8345737.
HSL color Cylindrical-coordinate representation of color #89587F: hue angle of 312.24º 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 #89587F is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 127 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.46 |
| HSL | 312.24º | 0.22% | 0.44% | - |
| HSV(B) | 312.24º | 0.36% | 0.54% | - |
| XYZ | 17.64 | 13.83 | 21.82 | - |
| YUV | 107.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 127 | 0 | 0.36 | 0.07 | 0.46 | 312.24 | 0.22 | 0.44 |
| Hex | 89 | 58 | 7F | 0 | 24 | 7 | 2E | 138 | 16 | 2C |
| Octal | 211 | 130 | 177 | 0 | 44 | 7 | 56 | 470 | 26 | 54 |
| Binary | 10001001 | 1011000 | 1111111 | 0 | 100100 | 111 | 101110 | 100111000 | 10110 | 101100 |
Color Harmonies of #89587F
Complementary color
Monochromatic Colors of #89587F
Black with #89587F
Text Example
Text Example
White with #89587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89587F; }
p { color: rgb(137,88,127); }
H1.HeaderClassName
{
color: #89587F;
}
.AnyTagClassName
{
color: #89587F;
}
</style>
background-color css
<style>
a { background-color: #89587F; }
a { background-color: rgb(137,88,127); }
div.DivClassName
{
background-color: #89587F;
}
.BgClassName
{
background-color: #89587F;
}
</style>
border-color css
<style>
span { border-color: #89587F; }
span { border-color: rgb(137,88,127); }
td.TdClassName
{
border-color: #89587F;
}
.TagClassName
{
border-color: #89587F;
}
</style>