Shades of Trendy Pink #8C4780
Tints of Trendy Pink #8C4780
RGB
CMYK
RGB Variations
Color information
#8C4780 (or 0x8C4780) is known color: Trendy Pink. HEX triplet: 8C, 47 and 80. RGB value is (140,71,128). Sum of RGB (Red+Green+Blue) = 140+71+128=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4780 is #73B87F. Grayscale: #616161. Windows color (decimal): -7583872 or 8406924. OLE color: 8406924.
HSL color Cylindrical-coordinate representation of color #8C4780: hue angle of 310.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4780 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 128 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.45 |
| HSL | 310.43º | 0.33% | 0.41% | - |
| HSV(B) | 310.43º | 0.49% | 0.55% | - |
| XYZ | 16.96 | 11.64 | 21.77 | - |
| YUV | 98.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 128 | 0 | 0.49 | 0.09 | 0.45 | 310.43 | 0.33 | 0.41 |
| Hex | 8C | 47 | 80 | 0 | 31 | 9 | 2D | 136 | 21 | 29 |
| Octal | 214 | 107 | 200 | 0 | 61 | 11 | 55 | 466 | 41 | 51 |
| Binary | 10001100 | 1000111 | 10000000 | 0 | 110001 | 1001 | 101101 | 100110110 | 100001 | 101001 |
Color Harmonies of #8C4780
Complementary color
Monochromatic Colors of #8C4780
Black with #8C4780
Text Example
Text Example
White with #8C4780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4780; }
p { color: rgb(140,71,128); }
H1.HeaderClassName
{
color: #8C4780;
}
.AnyTagClassName
{
color: #8C4780;
}
</style>
background-color css
<style>
a { background-color: #8C4780; }
a { background-color: rgb(140,71,128); }
div.DivClassName
{
background-color: #8C4780;
}
.BgClassName
{
background-color: #8C4780;
}
</style>
border-color css
<style>
span { border-color: #8C4780; }
span { border-color: rgb(140,71,128); }
td.TdClassName
{
border-color: #8C4780;
}
.TagClassName
{
border-color: #8C4780;
}
</style>