Shades of Trendy Pink #8C6E88
Tints of Trendy Pink #8C6E88
RGB
CMYK
RGB Variations
Color information
#8C6E88 (or 0x8C6E88) is known color: Trendy Pink. HEX triplet: 8C, 6E and 88. RGB value is (140,110,136). Sum of RGB (Red+Green+Blue) = 140+110+136=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6E88 is #739177. Grayscale: #797979. Windows color (decimal): -7573880 or 8941196. OLE color: 8941196.
HSL color Cylindrical-coordinate representation of color #8C6E88: hue angle of 308º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C6E88 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 136 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.45 |
| HSL | 308º | 0.12% | 0.49% | - |
| HSV(B) | 308º | 0.21% | 0.55% | - |
| XYZ | 20.84 | 18.5 | 25.77 | - |
| YUV | 121.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 136 | 0 | 0.21 | 0.03 | 0.45 | 308 | 0.12 | 0.49 |
| Hex | 8C | 6E | 88 | 0 | 15 | 3 | 2D | 134 | C | 31 |
| Octal | 214 | 156 | 210 | 0 | 25 | 3 | 55 | 464 | 14 | 61 |
| Binary | 10001100 | 1101110 | 10001000 | 0 | 10101 | 11 | 101101 | 100110100 | 1100 | 110001 |
Color Harmonies of #8C6E88
Complementary color
Monochromatic Colors of #8C6E88
Black with #8C6E88
Text Example
Text Example
White with #8C6E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E88; }
p { color: rgb(140,110,136); }
H1.HeaderClassName
{
color: #8C6E88;
}
.AnyTagClassName
{
color: #8C6E88;
}
</style>
background-color css
<style>
a { background-color: #8C6E88; }
a { background-color: rgb(140,110,136); }
div.DivClassName
{
background-color: #8C6E88;
}
.BgClassName
{
background-color: #8C6E88;
}
</style>
border-color css
<style>
span { border-color: #8C6E88; }
span { border-color: rgb(140,110,136); }
td.TdClassName
{
border-color: #8C6E88;
}
.TagClassName
{
border-color: #8C6E88;
}
</style>