Shades of Trendy Pink #89467A
Tints of Trendy Pink #89467A
RGB
CMYK
RGB Variations
Color information
#89467A (or 0x89467A) is known color: Trendy Pink. HEX triplet: 89, 46 and 7A. RGB value is (137,70,122). Sum of RGB (Red+Green+Blue) = 137+70+122=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89467A is #76B985. Grayscale: #5F5F5F. Windows color (decimal): -7780742 or 8013449. OLE color: 8013449.
HSL color Cylindrical-coordinate representation of color #89467A: hue angle of 313.43º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89467A is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 122 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.46 |
| HSL | 313.43º | 0.32% | 0.41% | - |
| HSV(B) | 313.43º | 0.49% | 0.54% | - |
| XYZ | 16.02 | 11.1 | 19.71 | - |
| YUV | 95.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 122 | 0 | 0.49 | 0.11 | 0.46 | 313.43 | 0.32 | 0.41 |
| Hex | 89 | 46 | 7A | 0 | 31 | B | 2E | 139 | 20 | 29 |
| Octal | 211 | 106 | 172 | 0 | 61 | 13 | 56 | 471 | 40 | 51 |
| Binary | 10001001 | 1000110 | 1111010 | 0 | 110001 | 1011 | 101110 | 100111001 | 100000 | 101001 |
Color Harmonies of #89467A
Complementary color
Monochromatic Colors of #89467A
Black with #89467A
Text Example
Text Example
White with #89467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89467A; }
p { color: rgb(137,70,122); }
H1.HeaderClassName
{
color: #89467A;
}
.AnyTagClassName
{
color: #89467A;
}
</style>
background-color css
<style>
a { background-color: #89467A; }
a { background-color: rgb(137,70,122); }
div.DivClassName
{
background-color: #89467A;
}
.BgClassName
{
background-color: #89467A;
}
</style>
border-color css
<style>
span { border-color: #89467A; }
span { border-color: rgb(137,70,122); }
td.TdClassName
{
border-color: #89467A;
}
.TagClassName
{
border-color: #89467A;
}
</style>