Shades of Trendy Pink #89618D
Tints of Trendy Pink #89618D
RGB
CMYK
RGB Variations
Color information
#89618D (or 0x89618D) is known color: Trendy Pink. HEX triplet: 89, 61 and 8D. RGB value is (137,97,141). Sum of RGB (Red+Green+Blue) = 137+97+141=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #89618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89618D is #769E72. Grayscale: #717171. Windows color (decimal): -7773811 or 9265545. OLE color: 9265545.
HSL color Cylindrical-coordinate representation of color #89618D: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89618D is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 97 | 141 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.45 |
| HSL | 294.55º | 0.18% | 0.47% | - |
| HSV(B) | 294.55º | 0.31% | 0.55% | - |
| XYZ | 19.4 | 15.79 | 27.22 | - |
| YUV | 113.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 141 | 0.03 | 0.31 | 0 | 0.45 | 294.55 | 0.18 | 0.47 |
| Hex | 89 | 61 | 8D | 3 | 1F | 0 | 2D | 127 | 12 | 2F |
| Octal | 211 | 141 | 215 | 3 | 37 | 0 | 55 | 447 | 22 | 57 |
| Binary | 10001001 | 1100001 | 10001101 | 11 | 11111 | 0 | 101101 | 100100111 | 10010 | 101111 |
Color Harmonies of #89618D
Complementary color
Monochromatic Colors of #89618D
Black with #89618D
Text Example
Text Example
White with #89618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89618D; }
p { color: rgb(137,97,141); }
H1.HeaderClassName
{
color: #89618D;
}
.AnyTagClassName
{
color: #89618D;
}
</style>
background-color css
<style>
a { background-color: #89618D; }
a { background-color: rgb(137,97,141); }
div.DivClassName
{
background-color: #89618D;
}
.BgClassName
{
background-color: #89618D;
}
</style>
border-color css
<style>
span { border-color: #89618D; }
span { border-color: rgb(137,97,141); }
td.TdClassName
{
border-color: #89618D;
}
.TagClassName
{
border-color: #89618D;
}
</style>