Shades of Trendy Pink #89748A
Tints of Trendy Pink #89748A
RGB
CMYK
RGB Variations
Color information
#89748A (or 0x89748A) is known color: Trendy Pink. HEX triplet: 89, 74 and 8A. RGB value is (137,116,138). Sum of RGB (Red+Green+Blue) = 137+116+138=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 138 - color contains mainly: blue. Hex color #89748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89748A is #768B75. Grayscale: #7C7C7C. Windows color (decimal): -7768950 or 9073801. OLE color: 9073801.
HSL color Cylindrical-coordinate representation of color #89748A: hue angle of 297.27º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #89748A is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 138 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.46 |
| HSL | 297.27º | 0.09% | 0.5% | - |
| HSV(B) | 297.27º | 0.16% | 0.54% | - |
| XYZ | 21.15 | 19.64 | 26.72 | - |
| YUV | 124.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 138 | 0.01 | 0.16 | 0 | 0.46 | 297.27 | 0.09 | 0.5 |
| Hex | 89 | 74 | 8A | 1 | 10 | 0 | 2E | 129 | 9 | 32 |
| Octal | 211 | 164 | 212 | 1 | 20 | 0 | 56 | 451 | 11 | 62 |
| Binary | 10001001 | 1110100 | 10001010 | 1 | 10000 | 0 | 101110 | 100101001 | 1001 | 110010 |
Color Harmonies of #89748A
Complementary color
Monochromatic Colors of #89748A
Black with #89748A
Text Example
Text Example
White with #89748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89748A; }
p { color: rgb(137,116,138); }
H1.HeaderClassName
{
color: #89748A;
}
.AnyTagClassName
{
color: #89748A;
}
</style>
background-color css
<style>
a { background-color: #89748A; }
a { background-color: rgb(137,116,138); }
div.DivClassName
{
background-color: #89748A;
}
.BgClassName
{
background-color: #89748A;
}
</style>
border-color css
<style>
span { border-color: #89748A; }
span { border-color: rgb(137,116,138); }
td.TdClassName
{
border-color: #89748A;
}
.TagClassName
{
border-color: #89748A;
}
</style>