Shades of Trendy Pink #8D5084
Tints of Trendy Pink #8D5084
RGB
CMYK
RGB Variations
Color information
#8D5084 (or 0x8D5084) is known color: Trendy Pink. HEX triplet: 8D, 50 and 84. RGB value is (141,80,132). Sum of RGB (Red+Green+Blue) = 141+80+132=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5084 is #72AF7B. Grayscale: #686868. Windows color (decimal): -7516028 or 8671373. OLE color: 8671373.
HSL color Cylindrical-coordinate representation of color #8D5084: hue angle of 308.85º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5084 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 132 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.45 |
| HSL | 308.85º | 0.28% | 0.43% | - |
| HSV(B) | 308.85º | 0.43% | 0.55% | - |
| XYZ | 18.02 | 13.07 | 23.4 | - |
| YUV | 104.17 | 143.71 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 132 | 0 | 0.43 | 0.06 | 0.45 | 308.85 | 0.28 | 0.43 |
| Hex | 8D | 50 | 84 | 0 | 2B | 6 | 2D | 135 | 1C | 2B |
| Octal | 215 | 120 | 204 | 0 | 53 | 6 | 55 | 465 | 34 | 53 |
| Binary | 10001101 | 1010000 | 10000100 | 0 | 101011 | 110 | 101101 | 100110101 | 11100 | 101011 |
Color Harmonies of #8D5084
Complementary color
Monochromatic Colors of #8D5084
Black with #8D5084
Text Example
Text Example
White with #8D5084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5084; }
p { color: rgb(141,80,132); }
H1.HeaderClassName
{
color: #8D5084;
}
.AnyTagClassName
{
color: #8D5084;
}
</style>
background-color css
<style>
a { background-color: #8D5084; }
a { background-color: rgb(141,80,132); }
div.DivClassName
{
background-color: #8D5084;
}
.BgClassName
{
background-color: #8D5084;
}
</style>
border-color css
<style>
span { border-color: #8D5084; }
span { border-color: rgb(141,80,132); }
td.TdClassName
{
border-color: #8D5084;
}
.TagClassName
{
border-color: #8D5084;
}
</style>