Shades of Trendy Pink #8D4784
Tints of Trendy Pink #8D4784
RGB
CMYK
RGB Variations
Color information
#8D4784 (or 0x8D4784) is known color: Trendy Pink. HEX triplet: 8D, 47 and 84. RGB value is (141,71,132). Sum of RGB (Red+Green+Blue) = 141+71+132=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4784 is #72B87B. Grayscale: #626262. Windows color (decimal): -7518332 or 8669069. OLE color: 8669069.
HSL color Cylindrical-coordinate representation of color #8D4784: hue angle of 307.71º 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 #8D4784 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 132 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.45 |
| HSL | 307.71º | 0.33% | 0.42% | - |
| HSV(B) | 307.71º | 0.5% | 0.55% | - |
| XYZ | 17.4 | 11.84 | 23.2 | - |
| YUV | 98.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 132 | 0 | 0.50 | 0.06 | 0.45 | 307.71 | 0.33 | 0.42 |
| Hex | 8D | 47 | 84 | 0 | 32 | 6 | 2D | 134 | 21 | 2A |
| Octal | 215 | 107 | 204 | 0 | 62 | 6 | 55 | 464 | 41 | 52 |
| Binary | 10001101 | 1000111 | 10000100 | 0 | 110010 | 110 | 101101 | 100110100 | 100001 | 101010 |
Color Harmonies of #8D4784
Complementary color
Monochromatic Colors of #8D4784
Black with #8D4784
Text Example
Text Example
White with #8D4784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4784; }
p { color: rgb(141,71,132); }
H1.HeaderClassName
{
color: #8D4784;
}
.AnyTagClassName
{
color: #8D4784;
}
</style>
background-color css
<style>
a { background-color: #8D4784; }
a { background-color: rgb(141,71,132); }
div.DivClassName
{
background-color: #8D4784;
}
.BgClassName
{
background-color: #8D4784;
}
</style>
border-color css
<style>
span { border-color: #8D4784; }
span { border-color: rgb(141,71,132); }
td.TdClassName
{
border-color: #8D4784;
}
.TagClassName
{
border-color: #8D4784;
}
</style>