Shades of Trendy Pink #89557B
Tints of Trendy Pink #89557B
RGB
CMYK
RGB Variations
Color information
#89557B (or 0x89557B) is known color: Trendy Pink. HEX triplet: 89, 55 and 7B. RGB value is (137,85,123). Sum of RGB (Red+Green+Blue) = 137+85+123=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89557B is #76AA84. Grayscale: #686868. Windows color (decimal): -7776901 or 8082825. OLE color: 8082825.
HSL color Cylindrical-coordinate representation of color #89557B: hue angle of 316.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89557B is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 123 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.46 |
| HSL | 316.15º | 0.23% | 0.44% | - |
| HSV(B) | 316.15º | 0.38% | 0.54% | - |
| XYZ | 17.14 | 13.25 | 20.39 | - |
| YUV | 104.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 123 | 0 | 0.38 | 0.10 | 0.46 | 316.15 | 0.23 | 0.44 |
| Hex | 89 | 55 | 7B | 0 | 26 | A | 2E | 13C | 17 | 2C |
| Octal | 211 | 125 | 173 | 0 | 46 | 12 | 56 | 474 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1111011 | 0 | 100110 | 1010 | 101110 | 100111100 | 10111 | 101100 |
Color Harmonies of #89557B
Complementary color
Monochromatic Colors of #89557B
Black with #89557B
Text Example
Text Example
White with #89557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89557B; }
p { color: rgb(137,85,123); }
H1.HeaderClassName
{
color: #89557B;
}
.AnyTagClassName
{
color: #89557B;
}
</style>
background-color css
<style>
a { background-color: #89557B; }
a { background-color: rgb(137,85,123); }
div.DivClassName
{
background-color: #89557B;
}
.BgClassName
{
background-color: #89557B;
}
</style>
border-color css
<style>
span { border-color: #89557B; }
span { border-color: rgb(137,85,123); }
td.TdClassName
{
border-color: #89557B;
}
.TagClassName
{
border-color: #89557B;
}
</style>