Shades of Trendy Pink #8A6D87
Tints of Trendy Pink #8A6D87
RGB
CMYK
RGB Variations
Color information
#8A6D87 (or 0x8A6D87) is known color: Trendy Pink. HEX triplet: 8A, 6D and 87. RGB value is (138,109,135). Sum of RGB (Red+Green+Blue) = 138+109+135=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6D87 is #759278. Grayscale: #787878. Windows color (decimal): -7705209 or 8875402. OLE color: 8875402.
HSL color Cylindrical-coordinate representation of color #8A6D87: hue angle of 306.21º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A6D87 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 135 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.46 |
| HSL | 306.21º | 0.12% | 0.48% | - |
| HSV(B) | 306.21º | 0.21% | 0.54% | - |
| XYZ | 20.32 | 18.09 | 25.34 | - |
| YUV | 120.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 135 | 0 | 0.21 | 0.02 | 0.46 | 306.21 | 0.12 | 0.48 |
| Hex | 8A | 6D | 87 | 0 | 15 | 2 | 2E | 132 | C | 30 |
| Octal | 212 | 155 | 207 | 0 | 25 | 2 | 56 | 462 | 14 | 60 |
| Binary | 10001010 | 1101101 | 10000111 | 0 | 10101 | 10 | 101110 | 100110010 | 1100 | 110000 |
Color Harmonies of #8A6D87
Complementary color
Monochromatic Colors of #8A6D87
Black with #8A6D87
Text Example
Text Example
White with #8A6D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D87; }
p { color: rgb(138,109,135); }
H1.HeaderClassName
{
color: #8A6D87;
}
.AnyTagClassName
{
color: #8A6D87;
}
</style>
background-color css
<style>
a { background-color: #8A6D87; }
a { background-color: rgb(138,109,135); }
div.DivClassName
{
background-color: #8A6D87;
}
.BgClassName
{
background-color: #8A6D87;
}
</style>
border-color css
<style>
span { border-color: #8A6D87; }
span { border-color: rgb(138,109,135); }
td.TdClassName
{
border-color: #8A6D87;
}
.TagClassName
{
border-color: #8A6D87;
}
</style>