Shades of Trendy Pink #8A6989
Tints of Trendy Pink #8A6989
RGB
CMYK
RGB Variations
Color information
#8A6989 (or 0x8A6989) is known color: Trendy Pink. HEX triplet: 8A, 69 and 89. RGB value is (138,105,137). Sum of RGB (Red+Green+Blue) = 138+105+137=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6989 is #759676. Grayscale: #767676. Windows color (decimal): -7706231 or 9005450. OLE color: 9005450.
HSL color Cylindrical-coordinate representation of color #8A6989: hue angle of 301.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A6989 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 137 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.46 |
| HSL | 301.82º | 0.14% | 0.48% | - |
| HSV(B) | 301.82º | 0.24% | 0.54% | - |
| XYZ | 20.05 | 17.31 | 25.95 | - |
| YUV | 118.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 137 | 0 | 0.24 | 0.01 | 0.46 | 301.82 | 0.14 | 0.48 |
| Hex | 8A | 69 | 89 | 0 | 18 | 1 | 2E | 12E | E | 30 |
| Octal | 212 | 151 | 211 | 0 | 30 | 1 | 56 | 456 | 16 | 60 |
| Binary | 10001010 | 1101001 | 10001001 | 0 | 11000 | 1 | 101110 | 100101110 | 1110 | 110000 |
Color Harmonies of #8A6989
Complementary color
Monochromatic Colors of #8A6989
Black with #8A6989
Text Example
Text Example
White with #8A6989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6989; }
p { color: rgb(138,105,137); }
H1.HeaderClassName
{
color: #8A6989;
}
.AnyTagClassName
{
color: #8A6989;
}
</style>
background-color css
<style>
a { background-color: #8A6989; }
a { background-color: rgb(138,105,137); }
div.DivClassName
{
background-color: #8A6989;
}
.BgClassName
{
background-color: #8A6989;
}
</style>
border-color css
<style>
span { border-color: #8A6989; }
span { border-color: rgb(138,105,137); }
td.TdClassName
{
border-color: #8A6989;
}
.TagClassName
{
border-color: #8A6989;
}
</style>