Shades of Trendy Pink #8C4981
Tints of Trendy Pink #8C4981
RGB
CMYK
RGB Variations
Color information
#8C4981 (or 0x8C4981) is known color: Trendy Pink. HEX triplet: 8C, 49 and 81. RGB value is (140,73,129). Sum of RGB (Red+Green+Blue) = 140+73+129=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4981 is #73B67E. Grayscale: #636363. Windows color (decimal): -7583359 or 8472972. OLE color: 8472972.
HSL color Cylindrical-coordinate representation of color #8C4981: hue angle of 309.85º 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 #8C4981 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 129 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.45 |
| HSL | 309.85º | 0.31% | 0.42% | - |
| HSV(B) | 309.85º | 0.48% | 0.55% | - |
| XYZ | 17.16 | 11.93 | 22.17 | - |
| YUV | 99.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 129 | 0 | 0.48 | 0.08 | 0.45 | 309.85 | 0.31 | 0.42 |
| Hex | 8C | 49 | 81 | 0 | 30 | 8 | 2D | 136 | 1F | 2A |
| Octal | 214 | 111 | 201 | 0 | 60 | 10 | 55 | 466 | 37 | 52 |
| Binary | 10001100 | 1001001 | 10000001 | 0 | 110000 | 1000 | 101101 | 100110110 | 11111 | 101010 |
Color Harmonies of #8C4981
Complementary color
Monochromatic Colors of #8C4981
Black with #8C4981
Text Example
Text Example
White with #8C4981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4981; }
p { color: rgb(140,73,129); }
H1.HeaderClassName
{
color: #8C4981;
}
.AnyTagClassName
{
color: #8C4981;
}
</style>
background-color css
<style>
a { background-color: #8C4981; }
a { background-color: rgb(140,73,129); }
div.DivClassName
{
background-color: #8C4981;
}
.BgClassName
{
background-color: #8C4981;
}
</style>
border-color css
<style>
span { border-color: #8C4981; }
span { border-color: rgb(140,73,129); }
td.TdClassName
{
border-color: #8C4981;
}
.TagClassName
{
border-color: #8C4981;
}
</style>