Shades of Trendy Pink #8D4686
Tints of Trendy Pink #8D4686
RGB
CMYK
RGB Variations
Color information
#8D4686 (or 0x8D4686) is known color: Trendy Pink. HEX triplet: 8D, 46 and 86. RGB value is (141,70,134). Sum of RGB (Red+Green+Blue) = 141+70+134=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4686 is #72B979. Grayscale: #626262. Windows color (decimal): -7518586 or 8799885. OLE color: 8799885.
HSL color Cylindrical-coordinate representation of color #8D4686: hue angle of 305.92º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4686 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 134 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.45 |
| HSL | 305.92º | 0.34% | 0.41% | - |
| HSV(B) | 305.92º | 0.5% | 0.55% | - |
| XYZ | 17.48 | 11.76 | 23.9 | - |
| YUV | 98.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 134 | 0 | 0.50 | 0.05 | 0.45 | 305.92 | 0.34 | 0.41 |
| Hex | 8D | 46 | 86 | 0 | 32 | 5 | 2D | 132 | 22 | 29 |
| Octal | 215 | 106 | 206 | 0 | 62 | 5 | 55 | 462 | 42 | 51 |
| Binary | 10001101 | 1000110 | 10000110 | 0 | 110010 | 101 | 101101 | 100110010 | 100010 | 101001 |
Color Harmonies of #8D4686
Complementary color
Monochromatic Colors of #8D4686
Black with #8D4686
Text Example
Text Example
White with #8D4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4686; }
p { color: rgb(141,70,134); }
H1.HeaderClassName
{
color: #8D4686;
}
.AnyTagClassName
{
color: #8D4686;
}
</style>
background-color css
<style>
a { background-color: #8D4686; }
a { background-color: rgb(141,70,134); }
div.DivClassName
{
background-color: #8D4686;
}
.BgClassName
{
background-color: #8D4686;
}
</style>
border-color css
<style>
span { border-color: #8D4686; }
span { border-color: rgb(141,70,134); }
td.TdClassName
{
border-color: #8D4686;
}
.TagClassName
{
border-color: #8D4686;
}
</style>