Shades of Trendy Pink #8A7089
Tints of Trendy Pink #8A7089
RGB
CMYK
RGB Variations
Color information
#8A7089 (or 0x8A7089) is known color: Trendy Pink. HEX triplet: 8A, 70 and 89. RGB value is (138,112,137). Sum of RGB (Red+Green+Blue) = 138+112+137=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7089 is #758F76. Grayscale: #7A7A7A. Windows color (decimal): -7704439 or 9007242. OLE color: 9007242.
HSL color Cylindrical-coordinate representation of color #8A7089: hue angle of 302.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7089 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 137 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.46 |
| HSL | 302.31º | 0.1% | 0.49% | - |
| HSV(B) | 302.31º | 0.19% | 0.54% | - |
| XYZ | 20.79 | 18.8 | 26.2 | - |
| YUV | 122.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 137 | 0 | 0.19 | 0.01 | 0.46 | 302.31 | 0.1 | 0.49 |
| Hex | 8A | 70 | 89 | 0 | 13 | 1 | 2E | 12E | A | 31 |
| Octal | 212 | 160 | 211 | 0 | 23 | 1 | 56 | 456 | 12 | 61 |
| Binary | 10001010 | 1110000 | 10001001 | 0 | 10011 | 1 | 101110 | 100101110 | 1010 | 110001 |
Color Harmonies of #8A7089
Complementary color
Monochromatic Colors of #8A7089
Black with #8A7089
Text Example
Text Example
White with #8A7089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7089; }
p { color: rgb(138,112,137); }
H1.HeaderClassName
{
color: #8A7089;
}
.AnyTagClassName
{
color: #8A7089;
}
</style>
background-color css
<style>
a { background-color: #8A7089; }
a { background-color: rgb(138,112,137); }
div.DivClassName
{
background-color: #8A7089;
}
.BgClassName
{
background-color: #8A7089;
}
</style>
border-color css
<style>
span { border-color: #8A7089; }
span { border-color: rgb(138,112,137); }
td.TdClassName
{
border-color: #8A7089;
}
.TagClassName
{
border-color: #8A7089;
}
</style>