Shades of Trendy Pink #89558A
Tints of Trendy Pink #89558A
RGB
CMYK
RGB Variations
Color information
#89558A (or 0x89558A) is known color: Trendy Pink. HEX triplet: 89, 55 and 8A. RGB value is (137,85,138). Sum of RGB (Red+Green+Blue) = 137+85+138=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #89558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89558A is #76AA75. Grayscale: #6A6A6A. Windows color (decimal): -7776886 or 9065865. OLE color: 9065865.
HSL color Cylindrical-coordinate representation of color #89558A: hue angle of 298.87º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89558A is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 138 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.46 |
| HSL | 298.87º | 0.24% | 0.44% | - |
| HSV(B) | 298.87º | 0.38% | 0.54% | - |
| XYZ | 18.15 | 13.65 | 25.72 | - |
| YUV | 106.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 138 | 0.01 | 0.38 | 0 | 0.46 | 298.87 | 0.24 | 0.44 |
| Hex | 89 | 55 | 8A | 1 | 26 | 0 | 2E | 12B | 18 | 2C |
| Octal | 211 | 125 | 212 | 1 | 46 | 0 | 56 | 453 | 30 | 54 |
| Binary | 10001001 | 1010101 | 10001010 | 1 | 100110 | 0 | 101110 | 100101011 | 11000 | 101100 |
Color Harmonies of #89558A
Complementary color
Monochromatic Colors of #89558A
Black with #89558A
Text Example
Text Example
White with #89558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89558A; }
p { color: rgb(137,85,138); }
H1.HeaderClassName
{
color: #89558A;
}
.AnyTagClassName
{
color: #89558A;
}
</style>
background-color css
<style>
a { background-color: #89558A; }
a { background-color: rgb(137,85,138); }
div.DivClassName
{
background-color: #89558A;
}
.BgClassName
{
background-color: #89558A;
}
</style>
border-color css
<style>
span { border-color: #89558A; }
span { border-color: rgb(137,85,138); }
td.TdClassName
{
border-color: #89558A;
}
.TagClassName
{
border-color: #89558A;
}
</style>