Shades of Trendy Pink #89608D
Tints of Trendy Pink #89608D
RGB
CMYK
RGB Variations
Color information
#89608D (or 0x89608D) is known color: Trendy Pink. HEX triplet: 89, 60 and 8D. RGB value is (137,96,141). Sum of RGB (Red+Green+Blue) = 137+96+141=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #89608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89608D is #769F72. Grayscale: #717171. Windows color (decimal): -7774067 or 9265289. OLE color: 9265289.
HSL color Cylindrical-coordinate representation of color #89608D: hue angle of 294.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89608D is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 96 | 141 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.45 |
| HSL | 294.67º | 0.19% | 0.46% | - |
| HSV(B) | 294.67º | 0.32% | 0.55% | - |
| XYZ | 19.31 | 15.61 | 27.19 | - |
| YUV | 113.39 | 143.58 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 141 | 0.03 | 0.32 | 0 | 0.45 | 294.67 | 0.19 | 0.46 |
| Hex | 89 | 60 | 8D | 3 | 20 | 0 | 2D | 127 | 13 | 2E |
| Octal | 211 | 140 | 215 | 3 | 40 | 0 | 55 | 447 | 23 | 56 |
| Binary | 10001001 | 1100000 | 10001101 | 11 | 100000 | 0 | 101101 | 100100111 | 10011 | 101110 |
Color Harmonies of #89608D
Complementary color
Monochromatic Colors of #89608D
Black with #89608D
Text Example
Text Example
White with #89608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89608D; }
p { color: rgb(137,96,141); }
H1.HeaderClassName
{
color: #89608D;
}
.AnyTagClassName
{
color: #89608D;
}
</style>
background-color css
<style>
a { background-color: #89608D; }
a { background-color: rgb(137,96,141); }
div.DivClassName
{
background-color: #89608D;
}
.BgClassName
{
background-color: #89608D;
}
</style>
border-color css
<style>
span { border-color: #89608D; }
span { border-color: rgb(137,96,141); }
td.TdClassName
{
border-color: #89608D;
}
.TagClassName
{
border-color: #89608D;
}
</style>