Shades of Trendy Pink #8D5584
Tints of Trendy Pink #8D5584
RGB
CMYK
RGB Variations
Color information
#8D5584 (or 0x8D5584) is known color: Trendy Pink. HEX triplet: 8D, 55 and 84. RGB value is (141,85,132). Sum of RGB (Red+Green+Blue) = 141+85+132=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5584 is #72AA7B. Grayscale: #6A6A6A. Windows color (decimal): -7514748 or 8672653. OLE color: 8672653.
HSL color Cylindrical-coordinate representation of color #8D5584: hue angle of 309.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5584 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 132 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.45 |
| HSL | 309.64º | 0.25% | 0.44% | - |
| HSV(B) | 309.64º | 0.4% | 0.55% | - |
| XYZ | 18.4 | 13.83 | 23.53 | - |
| YUV | 107.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 132 | 0 | 0.40 | 0.06 | 0.45 | 309.64 | 0.25 | 0.44 |
| Hex | 8D | 55 | 84 | 0 | 28 | 6 | 2D | 136 | 19 | 2C |
| Octal | 215 | 125 | 204 | 0 | 50 | 6 | 55 | 466 | 31 | 54 |
| Binary | 10001101 | 1010101 | 10000100 | 0 | 101000 | 110 | 101101 | 100110110 | 11001 | 101100 |
Color Harmonies of #8D5584
Complementary color
Monochromatic Colors of #8D5584
Black with #8D5584
Text Example
Text Example
White with #8D5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5584; }
p { color: rgb(141,85,132); }
H1.HeaderClassName
{
color: #8D5584;
}
.AnyTagClassName
{
color: #8D5584;
}
</style>
background-color css
<style>
a { background-color: #8D5584; }
a { background-color: rgb(141,85,132); }
div.DivClassName
{
background-color: #8D5584;
}
.BgClassName
{
background-color: #8D5584;
}
</style>
border-color css
<style>
span { border-color: #8D5584; }
span { border-color: rgb(141,85,132); }
td.TdClassName
{
border-color: #8D5584;
}
.TagClassName
{
border-color: #8D5584;
}
</style>