Shades of Trendy Pink #89528C
Tints of Trendy Pink #89528C
RGB
CMYK
RGB Variations
Color information
#89528C (or 0x89528C) is known color: Trendy Pink. HEX triplet: 89, 52 and 8C. RGB value is (137,82,140). Sum of RGB (Red+Green+Blue) = 137+82+140=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #89528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89528C is #76AD73. Grayscale: #686868. Windows color (decimal): -7777652 or 9196169. OLE color: 9196169.
HSL color Cylindrical-coordinate representation of color #89528C: hue angle of 296.9º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89528C is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 82 | 140 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.45 |
| HSL | 296.9º | 0.26% | 0.44% | - |
| HSV(B) | 296.9º | 0.41% | 0.55% | - |
| XYZ | 18.07 | 13.25 | 26.42 | - |
| YUV | 105.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 140 | 0.02 | 0.41 | 0 | 0.45 | 296.9 | 0.26 | 0.44 |
| Hex | 89 | 52 | 8C | 2 | 29 | 0 | 2D | 129 | 1A | 2C |
| Octal | 211 | 122 | 214 | 2 | 51 | 0 | 55 | 451 | 32 | 54 |
| Binary | 10001001 | 1010010 | 10001100 | 10 | 101001 | 0 | 101101 | 100101001 | 11010 | 101100 |
Color Harmonies of #89528C
Complementary color
Monochromatic Colors of #89528C
Black with #89528C
Text Example
Text Example
White with #89528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89528C; }
p { color: rgb(137,82,140); }
H1.HeaderClassName
{
color: #89528C;
}
.AnyTagClassName
{
color: #89528C;
}
</style>
background-color css
<style>
a { background-color: #89528C; }
a { background-color: rgb(137,82,140); }
div.DivClassName
{
background-color: #89528C;
}
.BgClassName
{
background-color: #89528C;
}
</style>
border-color css
<style>
span { border-color: #89528C; }
span { border-color: rgb(137,82,140); }
td.TdClassName
{
border-color: #89528C;
}
.TagClassName
{
border-color: #89528C;
}
</style>