Shades of Trendy Pink #8D6087
Tints of Trendy Pink #8D6087
RGB
CMYK
RGB Variations
Color information
#8D6087 (or 0x8D6087) is known color: Trendy Pink. HEX triplet: 8D, 60 and 87. RGB value is (141,96,135). Sum of RGB (Red+Green+Blue) = 141+96+135=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6087 is #729F78. Grayscale: #717171. Windows color (decimal): -7511929 or 8872077. OLE color: 8872077.
HSL color Cylindrical-coordinate representation of color #8D6087: hue angle of 308º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6087 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 135 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.45 |
| HSL | 308º | 0.19% | 0.46% | - |
| HSV(B) | 308º | 0.32% | 0.55% | - |
| XYZ | 19.54 | 15.78 | 24.94 | - |
| YUV | 113.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 135 | 0 | 0.32 | 0.04 | 0.45 | 308 | 0.19 | 0.46 |
| Hex | 8D | 60 | 87 | 0 | 20 | 4 | 2D | 134 | 13 | 2E |
| Octal | 215 | 140 | 207 | 0 | 40 | 4 | 55 | 464 | 23 | 56 |
| Binary | 10001101 | 1100000 | 10000111 | 0 | 100000 | 100 | 101101 | 100110100 | 10011 | 101110 |
Color Harmonies of #8D6087
Complementary color
Monochromatic Colors of #8D6087
Black with #8D6087
Text Example
Text Example
White with #8D6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6087; }
p { color: rgb(141,96,135); }
H1.HeaderClassName
{
color: #8D6087;
}
.AnyTagClassName
{
color: #8D6087;
}
</style>
background-color css
<style>
a { background-color: #8D6087; }
a { background-color: rgb(141,96,135); }
div.DivClassName
{
background-color: #8D6087;
}
.BgClassName
{
background-color: #8D6087;
}
</style>
border-color css
<style>
span { border-color: #8D6087; }
span { border-color: rgb(141,96,135); }
td.TdClassName
{
border-color: #8D6087;
}
.TagClassName
{
border-color: #8D6087;
}
</style>