Shades of Trendy Pink #89457D
Tints of Trendy Pink #89457D
RGB
CMYK
RGB Variations
Color information
#89457D (or 0x89457D) is known color: Trendy Pink. HEX triplet: 89, 45 and 7D. RGB value is (137,69,125). Sum of RGB (Red+Green+Blue) = 137+69+125=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89457D is #76BA82. Grayscale: #5F5F5F. Windows color (decimal): -7780995 or 8209801. OLE color: 8209801.
HSL color Cylindrical-coordinate representation of color #89457D: hue angle of 310.59º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #89457D is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 125 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.46 |
| HSL | 310.59º | 0.33% | 0.4% | - |
| HSV(B) | 310.59º | 0.5% | 0.54% | - |
| XYZ | 16.15 | 11.06 | 20.68 | - |
| YUV | 95.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 125 | 0 | 0.50 | 0.09 | 0.46 | 310.59 | 0.33 | 0.4 |
| Hex | 89 | 45 | 7D | 0 | 32 | 9 | 2E | 137 | 21 | 28 |
| Octal | 211 | 105 | 175 | 0 | 62 | 11 | 56 | 467 | 41 | 50 |
| Binary | 10001001 | 1000101 | 1111101 | 0 | 110010 | 1001 | 101110 | 100110111 | 100001 | 101000 |
Color Harmonies of #89457D
Complementary color
Monochromatic Colors of #89457D
Black with #89457D
Text Example
Text Example
White with #89457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89457D; }
p { color: rgb(137,69,125); }
H1.HeaderClassName
{
color: #89457D;
}
.AnyTagClassName
{
color: #89457D;
}
</style>
background-color css
<style>
a { background-color: #89457D; }
a { background-color: rgb(137,69,125); }
div.DivClassName
{
background-color: #89457D;
}
.BgClassName
{
background-color: #89457D;
}
</style>
border-color css
<style>
span { border-color: #89457D; }
span { border-color: rgb(137,69,125); }
td.TdClassName
{
border-color: #89457D;
}
.TagClassName
{
border-color: #89457D;
}
</style>