Shades of Trendy Pink #8A6E90
Tints of Trendy Pink #8A6E90
RGB
CMYK
RGB Variations
Color information
#8A6E90 (or 0x8A6E90) is known color: Trendy Pink. HEX triplet: 8A, 6E and 90. RGB value is (138,110,144). Sum of RGB (Red+Green+Blue) = 138+110+144=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A6E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6E90 is #75916F. Grayscale: #7A7A7A. Windows color (decimal): -7704944 or 9465482. OLE color: 9465482.
HSL color Cylindrical-coordinate representation of color #8A6E90: hue angle of 289.41º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A6E90 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 110 | 144 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.44 |
| HSL | 289.41º | 0.13% | 0.5% | - |
| HSV(B) | 289.41º | 0.24% | 0.56% | - |
| XYZ | 21.09 | 18.57 | 28.86 | - |
| YUV | 122.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 144 | 0.04 | 0.24 | 0 | 0.44 | 289.41 | 0.13 | 0.5 |
| Hex | 8A | 6E | 90 | 4 | 18 | 0 | 2C | 121 | D | 32 |
| Octal | 212 | 156 | 220 | 4 | 30 | 0 | 54 | 441 | 15 | 62 |
| Binary | 10001010 | 1101110 | 10010000 | 100 | 11000 | 0 | 101100 | 100100001 | 1101 | 110010 |
Color Harmonies of #8A6E90
Complementary color
Monochromatic Colors of #8A6E90
Black with #8A6E90
Text Example
Text Example
White with #8A6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6E90; }
p { color: rgb(138,110,144); }
H1.HeaderClassName
{
color: #8A6E90;
}
.AnyTagClassName
{
color: #8A6E90;
}
</style>
background-color css
<style>
a { background-color: #8A6E90; }
a { background-color: rgb(138,110,144); }
div.DivClassName
{
background-color: #8A6E90;
}
.BgClassName
{
background-color: #8A6E90;
}
</style>
border-color css
<style>
span { border-color: #8A6E90; }
span { border-color: rgb(138,110,144); }
td.TdClassName
{
border-color: #8A6E90;
}
.TagClassName
{
border-color: #8A6E90;
}
</style>