Shades of Trendy Pink #89477C
Tints of Trendy Pink #89477C
RGB
CMYK
RGB Variations
Color information
#89477C (or 0x89477C) is known color: Trendy Pink. HEX triplet: 89, 47 and 7C. RGB value is (137,71,124). Sum of RGB (Red+Green+Blue) = 137+71+124=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89477C is #76B883. Grayscale: #606060. Windows color (decimal): -7780484 or 8144777. OLE color: 8144777.
HSL color Cylindrical-coordinate representation of color #89477C: hue angle of 311.82º 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 #89477C is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 124 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.46 |
| HSL | 311.82º | 0.32% | 0.41% | - |
| HSV(B) | 311.82º | 0.48% | 0.54% | - |
| XYZ | 16.21 | 11.28 | 20.39 | - |
| YUV | 96.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 124 | 0 | 0.48 | 0.09 | 0.46 | 311.82 | 0.32 | 0.41 |
| Hex | 89 | 47 | 7C | 0 | 30 | 9 | 2E | 138 | 20 | 29 |
| Octal | 211 | 107 | 174 | 0 | 60 | 11 | 56 | 470 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1111100 | 0 | 110000 | 1001 | 101110 | 100111000 | 100000 | 101001 |
Color Harmonies of #89477C
Complementary color
Monochromatic Colors of #89477C
Black with #89477C
Text Example
Text Example
White with #89477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89477C; }
p { color: rgb(137,71,124); }
H1.HeaderClassName
{
color: #89477C;
}
.AnyTagClassName
{
color: #89477C;
}
</style>
background-color css
<style>
a { background-color: #89477C; }
a { background-color: rgb(137,71,124); }
div.DivClassName
{
background-color: #89477C;
}
.BgClassName
{
background-color: #89477C;
}
</style>
border-color css
<style>
span { border-color: #89477C; }
span { border-color: rgb(137,71,124); }
td.TdClassName
{
border-color: #89477C;
}
.TagClassName
{
border-color: #89477C;
}
</style>