Shades of Trendy Pink #89608A
Tints of Trendy Pink #89608A
RGB
CMYK
RGB Variations
Color information
#89608A (or 0x89608A) is known color: Trendy Pink. HEX triplet: 89, 60 and 8A. RGB value is (137,96,138). Sum of RGB (Red+Green+Blue) = 137+96+138=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #89608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89608A is #769F75. Grayscale: #707070. Windows color (decimal): -7774070 or 9068681. OLE color: 9068681.
HSL color Cylindrical-coordinate representation of color #89608A: hue angle of 298.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89608A is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 138 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.46 |
| HSL | 298.57º | 0.18% | 0.46% | - |
| HSV(B) | 298.57º | 0.3% | 0.54% | - |
| XYZ | 19.09 | 15.52 | 26.03 | - |
| YUV | 113.05 | 142.08 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 138 | 0.01 | 0.30 | 0 | 0.46 | 298.57 | 0.18 | 0.46 |
| Hex | 89 | 60 | 8A | 1 | 1E | 0 | 2E | 12B | 12 | 2E |
| Octal | 211 | 140 | 212 | 1 | 36 | 0 | 56 | 453 | 22 | 56 |
| Binary | 10001001 | 1100000 | 10001010 | 1 | 11110 | 0 | 101110 | 100101011 | 10010 | 101110 |
Color Harmonies of #89608A
Complementary color
Monochromatic Colors of #89608A
Black with #89608A
Text Example
Text Example
White with #89608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89608A; }
p { color: rgb(137,96,138); }
H1.HeaderClassName
{
color: #89608A;
}
.AnyTagClassName
{
color: #89608A;
}
</style>
background-color css
<style>
a { background-color: #89608A; }
a { background-color: rgb(137,96,138); }
div.DivClassName
{
background-color: #89608A;
}
.BgClassName
{
background-color: #89608A;
}
</style>
border-color css
<style>
span { border-color: #89608A; }
span { border-color: rgb(137,96,138); }
td.TdClassName
{
border-color: #89608A;
}
.TagClassName
{
border-color: #89608A;
}
</style>