Shades of Trendy Pink #89638D
Tints of Trendy Pink #89638D
RGB
CMYK
RGB Variations
Color information
#89638D (or 0x89638D) is known color: Trendy Pink. HEX triplet: 89, 63 and 8D. RGB value is (137,99,141). Sum of RGB (Red+Green+Blue) = 137+99+141=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #89638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89638D is #769C72. Grayscale: #737373. Windows color (decimal): -7773299 or 9266057. OLE color: 9266057.
HSL color Cylindrical-coordinate representation of color #89638D: hue angle of 294.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89638D is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 99 | 141 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.45 |
| HSL | 294.29º | 0.18% | 0.47% | - |
| HSV(B) | 294.29º | 0.3% | 0.55% | - |
| XYZ | 19.59 | 16.17 | 27.29 | - |
| YUV | 115.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 141 | 0.03 | 0.30 | 0 | 0.45 | 294.29 | 0.18 | 0.47 |
| Hex | 89 | 63 | 8D | 3 | 1E | 0 | 2D | 126 | 12 | 2F |
| Octal | 211 | 143 | 215 | 3 | 36 | 0 | 55 | 446 | 22 | 57 |
| Binary | 10001001 | 1100011 | 10001101 | 11 | 11110 | 0 | 101101 | 100100110 | 10010 | 101111 |
Color Harmonies of #89638D
Complementary color
Monochromatic Colors of #89638D
Black with #89638D
Text Example
Text Example
White with #89638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89638D; }
p { color: rgb(137,99,141); }
H1.HeaderClassName
{
color: #89638D;
}
.AnyTagClassName
{
color: #89638D;
}
</style>
background-color css
<style>
a { background-color: #89638D; }
a { background-color: rgb(137,99,141); }
div.DivClassName
{
background-color: #89638D;
}
.BgClassName
{
background-color: #89638D;
}
</style>
border-color css
<style>
span { border-color: #89638D; }
span { border-color: rgb(137,99,141); }
td.TdClassName
{
border-color: #89638D;
}
.TagClassName
{
border-color: #89638D;
}
</style>