Shades of Trendy Pink #89558F
Tints of Trendy Pink #89558F
RGB
CMYK
RGB Variations
Color information
#89558F (or 0x89558F) is known color: Trendy Pink. HEX triplet: 89, 55 and 8F. RGB value is (137,85,143). Sum of RGB (Red+Green+Blue) = 137+85+143=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #89558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89558F is #76AA70. Grayscale: #6A6A6A. Windows color (decimal): -7776881 or 9393545. OLE color: 9393545.
HSL color Cylindrical-coordinate representation of color #89558F: hue angle of 293.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89558F is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 85 | 143 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.44 |
| HSL | 293.79º | 0.25% | 0.45% | - |
| HSV(B) | 293.79º | 0.41% | 0.56% | - |
| XYZ | 18.52 | 13.8 | 27.67 | - |
| YUV | 107.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 143 | 0.04 | 0.41 | 0 | 0.44 | 293.79 | 0.25 | 0.45 |
| Hex | 89 | 55 | 8F | 4 | 29 | 0 | 2C | 126 | 19 | 2D |
| Octal | 211 | 125 | 217 | 4 | 51 | 0 | 54 | 446 | 31 | 55 |
| Binary | 10001001 | 1010101 | 10001111 | 100 | 101001 | 0 | 101100 | 100100110 | 11001 | 101101 |
Color Harmonies of #89558F
Complementary color
Monochromatic Colors of #89558F
Black with #89558F
Text Example
Text Example
White with #89558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89558F; }
p { color: rgb(137,85,143); }
H1.HeaderClassName
{
color: #89558F;
}
.AnyTagClassName
{
color: #89558F;
}
</style>
background-color css
<style>
a { background-color: #89558F; }
a { background-color: rgb(137,85,143); }
div.DivClassName
{
background-color: #89558F;
}
.BgClassName
{
background-color: #89558F;
}
</style>
border-color css
<style>
span { border-color: #89558F; }
span { border-color: rgb(137,85,143); }
td.TdClassName
{
border-color: #89558F;
}
.TagClassName
{
border-color: #89558F;
}
</style>