Shades of Trendy Pink #89528E
Tints of Trendy Pink #89528E
RGB
CMYK
RGB Variations
Color information
#89528E (or 0x89528E) is known color: Trendy Pink. HEX triplet: 89, 52 and 8E. RGB value is (137,82,142). Sum of RGB (Red+Green+Blue) = 137+82+142=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #89528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89528E is #76AD71. Grayscale: #696969. Windows color (decimal): -7777650 or 9327241. OLE color: 9327241.
HSL color Cylindrical-coordinate representation of color #89528E: hue angle of 295º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89528E is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 82 | 142 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.44 |
| HSL | 295º | 0.27% | 0.44% | - |
| HSV(B) | 295º | 0.42% | 0.56% | - |
| XYZ | 18.22 | 13.31 | 27.2 | - |
| YUV | 105.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 142 | 0.04 | 0.42 | 0 | 0.44 | 295 | 0.27 | 0.44 |
| Hex | 89 | 52 | 8E | 4 | 2A | 0 | 2C | 127 | 1B | 2C |
| Octal | 211 | 122 | 216 | 4 | 52 | 0 | 54 | 447 | 33 | 54 |
| Binary | 10001001 | 1010010 | 10001110 | 100 | 101010 | 0 | 101100 | 100100111 | 11011 | 101100 |
Color Harmonies of #89528E
Complementary color
Monochromatic Colors of #89528E
Black with #89528E
Text Example
Text Example
White with #89528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89528E; }
p { color: rgb(137,82,142); }
H1.HeaderClassName
{
color: #89528E;
}
.AnyTagClassName
{
color: #89528E;
}
</style>
background-color css
<style>
a { background-color: #89528E; }
a { background-color: rgb(137,82,142); }
div.DivClassName
{
background-color: #89528E;
}
.BgClassName
{
background-color: #89528E;
}
</style>
border-color css
<style>
span { border-color: #89528E; }
span { border-color: rgb(137,82,142); }
td.TdClassName
{
border-color: #89528E;
}
.TagClassName
{
border-color: #89528E;
}
</style>