Shades of Trendy Pink #89487E
Tints of Trendy Pink #89487E
RGB
CMYK
RGB Variations
Color information
#89487E (or 0x89487E) is known color: Trendy Pink. HEX triplet: 89, 48 and 7E. RGB value is (137,72,126). Sum of RGB (Red+Green+Blue) = 137+72+126=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #89487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89487E is #76B781. Grayscale: #616161. Windows color (decimal): -7780226 or 8276105. OLE color: 8276105.
HSL color Cylindrical-coordinate representation of color #89487E: hue angle of 310.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89487E is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 126 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.46 |
| HSL | 310.15º | 0.31% | 0.41% | - |
| HSV(B) | 310.15º | 0.47% | 0.54% | - |
| XYZ | 16.4 | 11.46 | 21.09 | - |
| YUV | 97.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 126 | 0 | 0.47 | 0.08 | 0.46 | 310.15 | 0.31 | 0.41 |
| Hex | 89 | 48 | 7E | 0 | 2F | 8 | 2E | 136 | 1F | 29 |
| Octal | 211 | 110 | 176 | 0 | 57 | 10 | 56 | 466 | 37 | 51 |
| Binary | 10001001 | 1001000 | 1111110 | 0 | 101111 | 1000 | 101110 | 100110110 | 11111 | 101001 |
Color Harmonies of #89487E
Complementary color
Monochromatic Colors of #89487E
Black with #89487E
Text Example
Text Example
White with #89487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89487E; }
p { color: rgb(137,72,126); }
H1.HeaderClassName
{
color: #89487E;
}
.AnyTagClassName
{
color: #89487E;
}
</style>
background-color css
<style>
a { background-color: #89487E; }
a { background-color: rgb(137,72,126); }
div.DivClassName
{
background-color: #89487E;
}
.BgClassName
{
background-color: #89487E;
}
</style>
border-color css
<style>
span { border-color: #89487E; }
span { border-color: rgb(137,72,126); }
td.TdClassName
{
border-color: #89487E;
}
.TagClassName
{
border-color: #89487E;
}
</style>