Shades of Trendy Pink #89648A
Tints of Trendy Pink #89648A
RGB
CMYK
RGB Variations
Color information
#89648A (or 0x89648A) is known color: Trendy Pink. HEX triplet: 89, 64 and 8A. RGB value is (137,100,138). Sum of RGB (Red+Green+Blue) = 137+100+138=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #89648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89648A is #769B75. Grayscale: #737373. Windows color (decimal): -7773046 or 9069705. OLE color: 9069705.
HSL color Cylindrical-coordinate representation of color #89648A: hue angle of 298.42º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89648A is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 138 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.46 |
| HSL | 298.42º | 0.16% | 0.47% | - |
| HSV(B) | 298.42º | 0.28% | 0.54% | - |
| XYZ | 19.46 | 16.27 | 26.16 | - |
| YUV | 115.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 138 | 0.01 | 0.28 | 0 | 0.46 | 298.42 | 0.16 | 0.47 |
| Hex | 89 | 64 | 8A | 1 | 1C | 0 | 2E | 12A | 10 | 2F |
| Octal | 211 | 144 | 212 | 1 | 34 | 0 | 56 | 452 | 20 | 57 |
| Binary | 10001001 | 1100100 | 10001010 | 1 | 11100 | 0 | 101110 | 100101010 | 10000 | 101111 |
Color Harmonies of #89648A
Complementary color
Monochromatic Colors of #89648A
Black with #89648A
Text Example
Text Example
White with #89648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89648A; }
p { color: rgb(137,100,138); }
H1.HeaderClassName
{
color: #89648A;
}
.AnyTagClassName
{
color: #89648A;
}
</style>
background-color css
<style>
a { background-color: #89648A; }
a { background-color: rgb(137,100,138); }
div.DivClassName
{
background-color: #89648A;
}
.BgClassName
{
background-color: #89648A;
}
</style>
border-color css
<style>
span { border-color: #89648A; }
span { border-color: rgb(137,100,138); }
td.TdClassName
{
border-color: #89648A;
}
.TagClassName
{
border-color: #89648A;
}
</style>