Shades of Trendy Pink #89527B
Tints of Trendy Pink #89527B
RGB
CMYK
RGB Variations
Color information
#89527B (or 0x89527B) is known color: Trendy Pink. HEX triplet: 89, 52 and 7B. RGB value is (137,82,123). Sum of RGB (Red+Green+Blue) = 137+82+123=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89527B is #76AD84. Grayscale: #676767. Windows color (decimal): -7777669 or 8082057. OLE color: 8082057.
HSL color Cylindrical-coordinate representation of color #89527B: hue angle of 315.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89527B is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 123 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.46 |
| HSL | 315.27º | 0.25% | 0.43% | - |
| HSV(B) | 315.27º | 0.4% | 0.54% | - |
| XYZ | 16.91 | 12.78 | 20.32 | - |
| YUV | 103.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 123 | 0 | 0.40 | 0.10 | 0.46 | 315.27 | 0.25 | 0.43 |
| Hex | 89 | 52 | 7B | 0 | 28 | A | 2E | 13B | 19 | 2B |
| Octal | 211 | 122 | 173 | 0 | 50 | 12 | 56 | 473 | 31 | 53 |
| Binary | 10001001 | 1010010 | 1111011 | 0 | 101000 | 1010 | 101110 | 100111011 | 11001 | 101011 |
Color Harmonies of #89527B
Complementary color
Monochromatic Colors of #89527B
Black with #89527B
Text Example
Text Example
White with #89527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89527B; }
p { color: rgb(137,82,123); }
H1.HeaderClassName
{
color: #89527B;
}
.AnyTagClassName
{
color: #89527B;
}
</style>
background-color css
<style>
a { background-color: #89527B; }
a { background-color: rgb(137,82,123); }
div.DivClassName
{
background-color: #89527B;
}
.BgClassName
{
background-color: #89527B;
}
</style>
border-color css
<style>
span { border-color: #89527B; }
span { border-color: rgb(137,82,123); }
td.TdClassName
{
border-color: #89527B;
}
.TagClassName
{
border-color: #89527B;
}
</style>