Shades of Trendy Pink #89728B
Tints of Trendy Pink #89728B
RGB
CMYK
RGB Variations
Color information
#89728B (or 0x89728B) is known color: Trendy Pink. HEX triplet: 89, 72 and 8B. RGB value is (137,114,139). Sum of RGB (Red+Green+Blue) = 137+114+139=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #89728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89728B is #768D74. Grayscale: #7B7B7B. Windows color (decimal): -7769461 or 9138825. OLE color: 9138825.
HSL color Cylindrical-coordinate representation of color #89728B: hue angle of 295.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89728B is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 114 | 139 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.45 |
| HSL | 295.2º | 0.1% | 0.5% | - |
| HSV(B) | 295.2º | 0.18% | 0.55% | - |
| XYZ | 20.99 | 19.22 | 27.03 | - |
| YUV | 123.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 114 | 139 | 0.01 | 0.18 | 0 | 0.45 | 295.2 | 0.1 | 0.5 |
| Hex | 89 | 72 | 8B | 1 | 12 | 0 | 2D | 127 | A | 32 |
| Octal | 211 | 162 | 213 | 1 | 22 | 0 | 55 | 447 | 12 | 62 |
| Binary | 10001001 | 1110010 | 10001011 | 1 | 10010 | 0 | 101101 | 100100111 | 1010 | 110010 |
Color Harmonies of #89728B
Complementary color
Monochromatic Colors of #89728B
Black with #89728B
Text Example
Text Example
White with #89728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89728B; }
p { color: rgb(137,114,139); }
H1.HeaderClassName
{
color: #89728B;
}
.AnyTagClassName
{
color: #89728B;
}
</style>
background-color css
<style>
a { background-color: #89728B; }
a { background-color: rgb(137,114,139); }
div.DivClassName
{
background-color: #89728B;
}
.BgClassName
{
background-color: #89728B;
}
</style>
border-color css
<style>
span { border-color: #89728B; }
span { border-color: rgb(137,114,139); }
td.TdClassName
{
border-color: #89728B;
}
.TagClassName
{
border-color: #89728B;
}
</style>