Shades of Trendy Pink #89628A
Tints of Trendy Pink #89628A
RGB
CMYK
RGB Variations
Color information
#89628A (or 0x89628A) is known color: Trendy Pink. HEX triplet: 89, 62 and 8A. RGB value is (137,98,138). Sum of RGB (Red+Green+Blue) = 137+98+138=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #89628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89628A is #769D75. Grayscale: #727272. Windows color (decimal): -7773558 or 9069193. OLE color: 9069193.
HSL color Cylindrical-coordinate representation of color #89628A: hue angle of 298.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89628A is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 138 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.46 |
| HSL | 298.5º | 0.17% | 0.46% | - |
| HSV(B) | 298.5º | 0.29% | 0.54% | - |
| XYZ | 19.27 | 15.89 | 26.1 | - |
| YUV | 114.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 138 | 0.01 | 0.29 | 0 | 0.46 | 298.5 | 0.17 | 0.46 |
| Hex | 89 | 62 | 8A | 1 | 1D | 0 | 2E | 12A | 11 | 2E |
| Octal | 211 | 142 | 212 | 1 | 35 | 0 | 56 | 452 | 21 | 56 |
| Binary | 10001001 | 1100010 | 10001010 | 1 | 11101 | 0 | 101110 | 100101010 | 10001 | 101110 |
Color Harmonies of #89628A
Complementary color
Monochromatic Colors of #89628A
Black with #89628A
Text Example
Text Example
White with #89628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89628A; }
p { color: rgb(137,98,138); }
H1.HeaderClassName
{
color: #89628A;
}
.AnyTagClassName
{
color: #89628A;
}
</style>
background-color css
<style>
a { background-color: #89628A; }
a { background-color: rgb(137,98,138); }
div.DivClassName
{
background-color: #89628A;
}
.BgClassName
{
background-color: #89628A;
}
</style>
border-color css
<style>
span { border-color: #89628A; }
span { border-color: rgb(137,98,138); }
td.TdClassName
{
border-color: #89628A;
}
.TagClassName
{
border-color: #89628A;
}
</style>