Shades of Trendy Pink #8D467C
Tints of Trendy Pink #8D467C
RGB
CMYK
RGB Variations
Color information
#8D467C (or 0x8D467C) is known color: Trendy Pink. HEX triplet: 8D, 46 and 7C. RGB value is (141,70,124). Sum of RGB (Red+Green+Blue) = 141+70+124=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D467C is #72B983. Grayscale: #616161. Windows color (decimal): -7518596 or 8144525. OLE color: 8144525.
HSL color Cylindrical-coordinate representation of color #8D467C: hue angle of 314.37º 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 #8D467C is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 124 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.45 |
| HSL | 314.37º | 0.34% | 0.41% | - |
| HSV(B) | 314.37º | 0.5% | 0.55% | - |
| XYZ | 16.81 | 11.5 | 20.4 | - |
| YUV | 97.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 124 | 0 | 0.50 | 0.12 | 0.45 | 314.37 | 0.34 | 0.41 |
| Hex | 8D | 46 | 7C | 0 | 32 | C | 2D | 13A | 22 | 29 |
| Octal | 215 | 106 | 174 | 0 | 62 | 14 | 55 | 472 | 42 | 51 |
| Binary | 10001101 | 1000110 | 1111100 | 0 | 110010 | 1100 | 101101 | 100111010 | 100010 | 101001 |
Color Harmonies of #8D467C
Complementary color
Monochromatic Colors of #8D467C
Black with #8D467C
Text Example
Text Example
White with #8D467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D467C; }
p { color: rgb(141,70,124); }
H1.HeaderClassName
{
color: #8D467C;
}
.AnyTagClassName
{
color: #8D467C;
}
</style>
background-color css
<style>
a { background-color: #8D467C; }
a { background-color: rgb(141,70,124); }
div.DivClassName
{
background-color: #8D467C;
}
.BgClassName
{
background-color: #8D467C;
}
</style>
border-color css
<style>
span { border-color: #8D467C; }
span { border-color: rgb(141,70,124); }
td.TdClassName
{
border-color: #8D467C;
}
.TagClassName
{
border-color: #8D467C;
}
</style>