Shades of Trendy Pink #8C4987
Tints of Trendy Pink #8C4987
RGB
CMYK
RGB Variations
Color information
#8C4987 (or 0x8C4987) is known color: Trendy Pink. HEX triplet: 8C, 49 and 87. RGB value is (140,73,135). Sum of RGB (Red+Green+Blue) = 140+73+135=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4987 is #73B678. Grayscale: #636363. Windows color (decimal): -7583353 or 8866188. OLE color: 8866188.
HSL color Cylindrical-coordinate representation of color #8C4987: hue angle of 304.48º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4987 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 135 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.45 |
| HSL | 304.48º | 0.31% | 0.42% | - |
| HSV(B) | 304.48º | 0.48% | 0.55% | - |
| XYZ | 17.57 | 12.09 | 24.33 | - |
| YUV | 100.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 135 | 0 | 0.48 | 0.04 | 0.45 | 304.48 | 0.31 | 0.42 |
| Hex | 8C | 49 | 87 | 0 | 30 | 4 | 2D | 130 | 1F | 2A |
| Octal | 214 | 111 | 207 | 0 | 60 | 4 | 55 | 460 | 37 | 52 |
| Binary | 10001100 | 1001001 | 10000111 | 0 | 110000 | 100 | 101101 | 100110000 | 11111 | 101010 |
Color Harmonies of #8C4987
Complementary color
Monochromatic Colors of #8C4987
Black with #8C4987
Text Example
Text Example
White with #8C4987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4987; }
p { color: rgb(140,73,135); }
H1.HeaderClassName
{
color: #8C4987;
}
.AnyTagClassName
{
color: #8C4987;
}
</style>
background-color css
<style>
a { background-color: #8C4987; }
a { background-color: rgb(140,73,135); }
div.DivClassName
{
background-color: #8C4987;
}
.BgClassName
{
background-color: #8C4987;
}
</style>
border-color css
<style>
span { border-color: #8C4987; }
span { border-color: rgb(140,73,135); }
td.TdClassName
{
border-color: #8C4987;
}
.TagClassName
{
border-color: #8C4987;
}
</style>