Shades of Trendy Pink #8C4887
Tints of Trendy Pink #8C4887
RGB
CMYK
RGB Variations
Color information
#8C4887 (or 0x8C4887) is known color: Trendy Pink. HEX triplet: 8C, 48 and 87. RGB value is (140,72,135). Sum of RGB (Red+Green+Blue) = 140+72+135=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4887 is #73B778. Grayscale: #636363. Windows color (decimal): -7583609 or 8865932. OLE color: 8865932.
HSL color Cylindrical-coordinate representation of color #8C4887: hue angle of 304.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4887 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 135 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.45 |
| HSL | 304.41º | 0.32% | 0.42% | - |
| HSV(B) | 304.41º | 0.49% | 0.55% | - |
| XYZ | 17.51 | 11.96 | 24.31 | - |
| YUV | 99.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 135 | 0 | 0.49 | 0.04 | 0.45 | 304.41 | 0.32 | 0.42 |
| Hex | 8C | 48 | 87 | 0 | 31 | 4 | 2D | 130 | 20 | 2A |
| Octal | 214 | 110 | 207 | 0 | 61 | 4 | 55 | 460 | 40 | 52 |
| Binary | 10001100 | 1001000 | 10000111 | 0 | 110001 | 100 | 101101 | 100110000 | 100000 | 101010 |
Color Harmonies of #8C4887
Complementary color
Monochromatic Colors of #8C4887
Black with #8C4887
Text Example
Text Example
White with #8C4887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4887; }
p { color: rgb(140,72,135); }
H1.HeaderClassName
{
color: #8C4887;
}
.AnyTagClassName
{
color: #8C4887;
}
</style>
background-color css
<style>
a { background-color: #8C4887; }
a { background-color: rgb(140,72,135); }
div.DivClassName
{
background-color: #8C4887;
}
.BgClassName
{
background-color: #8C4887;
}
</style>
border-color css
<style>
span { border-color: #8C4887; }
span { border-color: rgb(140,72,135); }
td.TdClassName
{
border-color: #8C4887;
}
.TagClassName
{
border-color: #8C4887;
}
</style>