Shades of Trendy Pink #89477E
Tints of Trendy Pink #89477E
RGB
CMYK
RGB Variations
Color information
#89477E (or 0x89477E) is known color: Trendy Pink. HEX triplet: 89, 47 and 7E. RGB value is (137,71,126). Sum of RGB (Red+Green+Blue) = 137+71+126=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #89477E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89477E is #76B881. Grayscale: #606060. Windows color (decimal): -7780482 or 8275849. OLE color: 8275849.
HSL color Cylindrical-coordinate representation of color #89477E: hue angle of 310º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89477E is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 126 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.46 |
| HSL | 310º | 0.32% | 0.41% | - |
| HSV(B) | 310º | 0.48% | 0.54% | - |
| XYZ | 16.34 | 11.33 | 21.06 | - |
| YUV | 97 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 126 | 0 | 0.48 | 0.08 | 0.46 | 310 | 0.32 | 0.41 |
| Hex | 89 | 47 | 7E | 0 | 30 | 8 | 2E | 136 | 20 | 29 |
| Octal | 211 | 107 | 176 | 0 | 60 | 10 | 56 | 466 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1111110 | 0 | 110000 | 1000 | 101110 | 100110110 | 100000 | 101001 |
Color Harmonies of #89477E
Complementary color
Monochromatic Colors of #89477E
Black with #89477E
Text Example
Text Example
White with #89477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89477E; }
p { color: rgb(137,71,126); }
H1.HeaderClassName
{
color: #89477E;
}
.AnyTagClassName
{
color: #89477E;
}
</style>
background-color css
<style>
a { background-color: #89477E; }
a { background-color: rgb(137,71,126); }
div.DivClassName
{
background-color: #89477E;
}
.BgClassName
{
background-color: #89477E;
}
</style>
border-color css
<style>
span { border-color: #89477E; }
span { border-color: rgb(137,71,126); }
td.TdClassName
{
border-color: #89477E;
}
.TagClassName
{
border-color: #89477E;
}
</style>