Shades of Trendy Pink #89567B
Tints of Trendy Pink #89567B
RGB
CMYK
RGB Variations
Color information
#89567B (or 0x89567B) is known color: Trendy Pink. HEX triplet: 89, 56 and 7B. RGB value is (137,86,123). Sum of RGB (Red+Green+Blue) = 137+86+123=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89567B is #76A984. Grayscale: #696969. Windows color (decimal): -7776645 or 8083081. OLE color: 8083081.
HSL color Cylindrical-coordinate representation of color #89567B: hue angle of 316.47º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89567B is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 123 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.46 |
| HSL | 316.47º | 0.23% | 0.44% | - |
| HSV(B) | 316.47º | 0.37% | 0.54% | - |
| XYZ | 17.22 | 13.4 | 20.42 | - |
| YUV | 105.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 123 | 0 | 0.37 | 0.10 | 0.46 | 316.47 | 0.23 | 0.44 |
| Hex | 89 | 56 | 7B | 0 | 25 | A | 2E | 13C | 17 | 2C |
| Octal | 211 | 126 | 173 | 0 | 45 | 12 | 56 | 474 | 27 | 54 |
| Binary | 10001001 | 1010110 | 1111011 | 0 | 100101 | 1010 | 101110 | 100111100 | 10111 | 101100 |
Color Harmonies of #89567B
Complementary color
Monochromatic Colors of #89567B
Black with #89567B
Text Example
Text Example
White with #89567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89567B; }
p { color: rgb(137,86,123); }
H1.HeaderClassName
{
color: #89567B;
}
.AnyTagClassName
{
color: #89567B;
}
</style>
background-color css
<style>
a { background-color: #89567B; }
a { background-color: rgb(137,86,123); }
div.DivClassName
{
background-color: #89567B;
}
.BgClassName
{
background-color: #89567B;
}
</style>
border-color css
<style>
span { border-color: #89567B; }
span { border-color: rgb(137,86,123); }
td.TdClassName
{
border-color: #89567B;
}
.TagClassName
{
border-color: #89567B;
}
</style>