Shades of Trendy Pink #89528A
Tints of Trendy Pink #89528A
RGB
CMYK
RGB Variations
Color information
#89528A (or 0x89528A) is known color: Trendy Pink. HEX triplet: 89, 52 and 8A. RGB value is (137,82,138). Sum of RGB (Red+Green+Blue) = 137+82+138=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #89528A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89528A is #76AD75. Grayscale: #686868. Windows color (decimal): -7777654 or 9065097. OLE color: 9065097.
HSL color Cylindrical-coordinate representation of color #89528A: hue angle of 298.93º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89528A is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 138 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.46 |
| HSL | 298.93º | 0.25% | 0.43% | - |
| HSV(B) | 298.93º | 0.41% | 0.54% | - |
| XYZ | 17.92 | 13.19 | 25.65 | - |
| YUV | 104.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 138 | 0.01 | 0.41 | 0 | 0.46 | 298.93 | 0.25 | 0.43 |
| Hex | 89 | 52 | 8A | 1 | 29 | 0 | 2E | 12B | 19 | 2B |
| Octal | 211 | 122 | 212 | 1 | 51 | 0 | 56 | 453 | 31 | 53 |
| Binary | 10001001 | 1010010 | 10001010 | 1 | 101001 | 0 | 101110 | 100101011 | 11001 | 101011 |
Color Harmonies of #89528A
Complementary color
Monochromatic Colors of #89528A
Black with #89528A
Text Example
Text Example
White with #89528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89528A; }
p { color: rgb(137,82,138); }
H1.HeaderClassName
{
color: #89528A;
}
.AnyTagClassName
{
color: #89528A;
}
</style>
background-color css
<style>
a { background-color: #89528A; }
a { background-color: rgb(137,82,138); }
div.DivClassName
{
background-color: #89528A;
}
.BgClassName
{
background-color: #89528A;
}
</style>
border-color css
<style>
span { border-color: #89528A; }
span { border-color: rgb(137,82,138); }
td.TdClassName
{
border-color: #89528A;
}
.TagClassName
{
border-color: #89528A;
}
</style>