Shades of Trendy Pink #8C4980
Tints of Trendy Pink #8C4980
RGB
CMYK
RGB Variations
Color information
#8C4980 (or 0x8C4980) is known color: Trendy Pink. HEX triplet: 8C, 49 and 80. RGB value is (140,73,128). Sum of RGB (Red+Green+Blue) = 140+73+128=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4980 is #73B67F. Grayscale: #636363. Windows color (decimal): -7583360 or 8407436. OLE color: 8407436.
HSL color Cylindrical-coordinate representation of color #8C4980: hue angle of 310.75º 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 #8C4980 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 128 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.45 |
| HSL | 310.75º | 0.31% | 0.42% | - |
| HSV(B) | 310.75º | 0.48% | 0.55% | - |
| XYZ | 17.09 | 11.9 | 21.82 | - |
| YUV | 99.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 128 | 0 | 0.48 | 0.09 | 0.45 | 310.75 | 0.31 | 0.42 |
| Hex | 8C | 49 | 80 | 0 | 30 | 9 | 2D | 137 | 1F | 2A |
| Octal | 214 | 111 | 200 | 0 | 60 | 11 | 55 | 467 | 37 | 52 |
| Binary | 10001100 | 1001001 | 10000000 | 0 | 110000 | 1001 | 101101 | 100110111 | 11111 | 101010 |
Color Harmonies of #8C4980
Complementary color
Monochromatic Colors of #8C4980
Black with #8C4980
Text Example
Text Example
White with #8C4980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4980; }
p { color: rgb(140,73,128); }
H1.HeaderClassName
{
color: #8C4980;
}
.AnyTagClassName
{
color: #8C4980;
}
</style>
background-color css
<style>
a { background-color: #8C4980; }
a { background-color: rgb(140,73,128); }
div.DivClassName
{
background-color: #8C4980;
}
.BgClassName
{
background-color: #8C4980;
}
</style>
border-color css
<style>
span { border-color: #8C4980; }
span { border-color: rgb(140,73,128); }
td.TdClassName
{
border-color: #8C4980;
}
.TagClassName
{
border-color: #8C4980;
}
</style>