Shades of Trendy Pink #8D4786
Tints of Trendy Pink #8D4786
RGB
CMYK
RGB Variations
Color information
#8D4786 (or 0x8D4786) is known color: Trendy Pink. HEX triplet: 8D, 47 and 86. RGB value is (141,71,134). Sum of RGB (Red+Green+Blue) = 141+71+134=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4786 is #72B879. Grayscale: #626262. Windows color (decimal): -7518330 or 8800141. OLE color: 8800141.
HSL color Cylindrical-coordinate representation of color #8D4786: hue angle of 306º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4786 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 134 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.45 |
| HSL | 306º | 0.33% | 0.42% | - |
| HSV(B) | 306º | 0.5% | 0.55% | - |
| XYZ | 17.54 | 11.89 | 23.92 | - |
| YUV | 99.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 134 | 0 | 0.50 | 0.05 | 0.45 | 306 | 0.33 | 0.42 |
| Hex | 8D | 47 | 86 | 0 | 32 | 5 | 2D | 132 | 21 | 2A |
| Octal | 215 | 107 | 206 | 0 | 62 | 5 | 55 | 462 | 41 | 52 |
| Binary | 10001101 | 1000111 | 10000110 | 0 | 110010 | 101 | 101101 | 100110010 | 100001 | 101010 |
Color Harmonies of #8D4786
Complementary color
Monochromatic Colors of #8D4786
Black with #8D4786
Text Example
Text Example
White with #8D4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4786; }
p { color: rgb(141,71,134); }
H1.HeaderClassName
{
color: #8D4786;
}
.AnyTagClassName
{
color: #8D4786;
}
</style>
background-color css
<style>
a { background-color: #8D4786; }
a { background-color: rgb(141,71,134); }
div.DivClassName
{
background-color: #8D4786;
}
.BgClassName
{
background-color: #8D4786;
}
</style>
border-color css
<style>
span { border-color: #8D4786; }
span { border-color: rgb(141,71,134); }
td.TdClassName
{
border-color: #8D4786;
}
.TagClassName
{
border-color: #8D4786;
}
</style>