Shades of Trendy Pink #89447E
Tints of Trendy Pink #89447E
RGB
CMYK
RGB Variations
Color information
#89447E (or 0x89447E) is known color: Trendy Pink. HEX triplet: 89, 44 and 7E. RGB value is (137,68,126). Sum of RGB (Red+Green+Blue) = 137+68+126=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89447E is #76BB81. Grayscale: #5F5F5F. Windows color (decimal): -7781250 or 8275081. OLE color: 8275081.
HSL color Cylindrical-coordinate representation of color #89447E: hue angle of 309.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89447E is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 68 | 126 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.46 |
| HSL | 309.57º | 0.34% | 0.4% | - |
| HSV(B) | 309.57º | 0.5% | 0.54% | - |
| XYZ | 16.15 | 10.96 | 21 | - |
| YUV | 95.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 126 | 0 | 0.50 | 0.08 | 0.46 | 309.57 | 0.34 | 0.4 |
| Hex | 89 | 44 | 7E | 0 | 32 | 8 | 2E | 136 | 22 | 28 |
| Octal | 211 | 104 | 176 | 0 | 62 | 10 | 56 | 466 | 42 | 50 |
| Binary | 10001001 | 1000100 | 1111110 | 0 | 110010 | 1000 | 101110 | 100110110 | 100010 | 101000 |
Color Harmonies of #89447E
Complementary color
Monochromatic Colors of #89447E
Black with #89447E
Text Example
Text Example
White with #89447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89447E; }
p { color: rgb(137,68,126); }
H1.HeaderClassName
{
color: #89447E;
}
.AnyTagClassName
{
color: #89447E;
}
</style>
background-color css
<style>
a { background-color: #89447E; }
a { background-color: rgb(137,68,126); }
div.DivClassName
{
background-color: #89447E;
}
.BgClassName
{
background-color: #89447E;
}
</style>
border-color css
<style>
span { border-color: #89447E; }
span { border-color: rgb(137,68,126); }
td.TdClassName
{
border-color: #89447E;
}
.TagClassName
{
border-color: #89447E;
}
</style>