Shades of Trendy Pink #8D497C
Tints of Trendy Pink #8D497C
RGB
CMYK
RGB Variations
Color information
#8D497C (or 0x8D497C) is known color: Trendy Pink. HEX triplet: 8D, 49 and 7C. RGB value is (141,73,124). Sum of RGB (Red+Green+Blue) = 141+73+124=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D497C is #72B683. Grayscale: #636363. Windows color (decimal): -7517828 or 8145293. OLE color: 8145293.
HSL color Cylindrical-coordinate representation of color #8D497C: hue angle of 315º degrees, saturation: 0.32, 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 #8D497C is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 73 | 124 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.45 |
| HSL | 315º | 0.32% | 0.42% | - |
| HSV(B) | 315º | 0.48% | 0.55% | - |
| XYZ | 17.01 | 11.88 | 20.47 | - |
| YUV | 99.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 124 | 0 | 0.48 | 0.12 | 0.45 | 315 | 0.32 | 0.42 |
| Hex | 8D | 49 | 7C | 0 | 30 | C | 2D | 13B | 20 | 2A |
| Octal | 215 | 111 | 174 | 0 | 60 | 14 | 55 | 473 | 40 | 52 |
| Binary | 10001101 | 1001001 | 1111100 | 0 | 110000 | 1100 | 101101 | 100111011 | 100000 | 101010 |
Color Harmonies of #8D497C
Complementary color
Monochromatic Colors of #8D497C
Black with #8D497C
Text Example
Text Example
White with #8D497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D497C; }
p { color: rgb(141,73,124); }
H1.HeaderClassName
{
color: #8D497C;
}
.AnyTagClassName
{
color: #8D497C;
}
</style>
background-color css
<style>
a { background-color: #8D497C; }
a { background-color: rgb(141,73,124); }
div.DivClassName
{
background-color: #8D497C;
}
.BgClassName
{
background-color: #8D497C;
}
</style>
border-color css
<style>
span { border-color: #8D497C; }
span { border-color: rgb(141,73,124); }
td.TdClassName
{
border-color: #8D497C;
}
.TagClassName
{
border-color: #8D497C;
}
</style>