Shades of Trendy Pink #89618A
Tints of Trendy Pink #89618A
RGB
CMYK
RGB Variations
Color information
#89618A (or 0x89618A) is known color: Trendy Pink. HEX triplet: 89, 61 and 8A. RGB value is (137,97,138). Sum of RGB (Red+Green+Blue) = 137+97+138=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #89618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89618A is #769E75. Grayscale: #717171. Windows color (decimal): -7773814 or 9068937. OLE color: 9068937.
HSL color Cylindrical-coordinate representation of color #89618A: hue angle of 298.54º degrees, saturation: 0.17, 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 #89618A is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 138 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.46 |
| HSL | 298.54º | 0.17% | 0.46% | - |
| HSV(B) | 298.54º | 0.3% | 0.54% | - |
| XYZ | 19.18 | 15.7 | 26.06 | - |
| YUV | 113.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 138 | 0.01 | 0.30 | 0 | 0.46 | 298.54 | 0.17 | 0.46 |
| Hex | 89 | 61 | 8A | 1 | 1E | 0 | 2E | 12B | 11 | 2E |
| Octal | 211 | 141 | 212 | 1 | 36 | 0 | 56 | 453 | 21 | 56 |
| Binary | 10001001 | 1100001 | 10001010 | 1 | 11110 | 0 | 101110 | 100101011 | 10001 | 101110 |
Color Harmonies of #89618A
Complementary color
Monochromatic Colors of #89618A
Black with #89618A
Text Example
Text Example
White with #89618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89618A; }
p { color: rgb(137,97,138); }
H1.HeaderClassName
{
color: #89618A;
}
.AnyTagClassName
{
color: #89618A;
}
</style>
background-color css
<style>
a { background-color: #89618A; }
a { background-color: rgb(137,97,138); }
div.DivClassName
{
background-color: #89618A;
}
.BgClassName
{
background-color: #89618A;
}
</style>
border-color css
<style>
span { border-color: #89618A; }
span { border-color: rgb(137,97,138); }
td.TdClassName
{
border-color: #89618A;
}
.TagClassName
{
border-color: #89618A;
}
</style>