Shades of Trendy Pink #8D4782
Tints of Trendy Pink #8D4782
RGB
CMYK
RGB Variations
Color information
#8D4782 (or 0x8D4782) is known color: Trendy Pink. HEX triplet: 8D, 47 and 82. RGB value is (141,71,130). Sum of RGB (Red+Green+Blue) = 141+71+130=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4782 is #72B87D. Grayscale: #626262. Windows color (decimal): -7518334 or 8537997. OLE color: 8537997.
HSL color Cylindrical-coordinate representation of color #8D4782: hue angle of 309.43º 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 #8D4782 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 130 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.45 |
| HSL | 309.43º | 0.33% | 0.42% | - |
| HSV(B) | 309.43º | 0.5% | 0.55% | - |
| XYZ | 17.27 | 11.78 | 22.48 | - |
| YUV | 98.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 130 | 0 | 0.50 | 0.08 | 0.45 | 309.43 | 0.33 | 0.42 |
| Hex | 8D | 47 | 82 | 0 | 32 | 8 | 2D | 135 | 21 | 2A |
| Octal | 215 | 107 | 202 | 0 | 62 | 10 | 55 | 465 | 41 | 52 |
| Binary | 10001101 | 1000111 | 10000010 | 0 | 110010 | 1000 | 101101 | 100110101 | 100001 | 101010 |
Color Harmonies of #8D4782
Complementary color
Monochromatic Colors of #8D4782
Black with #8D4782
Text Example
Text Example
White with #8D4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4782; }
p { color: rgb(141,71,130); }
H1.HeaderClassName
{
color: #8D4782;
}
.AnyTagClassName
{
color: #8D4782;
}
</style>
background-color css
<style>
a { background-color: #8D4782; }
a { background-color: rgb(141,71,130); }
div.DivClassName
{
background-color: #8D4782;
}
.BgClassName
{
background-color: #8D4782;
}
</style>
border-color css
<style>
span { border-color: #8D4782; }
span { border-color: rgb(141,71,130); }
td.TdClassName
{
border-color: #8D4782;
}
.TagClassName
{
border-color: #8D4782;
}
</style>