Shades of Trendy Pink #8B5E87
Tints of Trendy Pink #8B5E87
RGB
CMYK
RGB Variations
Color information
#8B5E87 (or 0x8B5E87) is known color: Trendy Pink. HEX triplet: 8B, 5E and 87. RGB value is (139,94,135). Sum of RGB (Red+Green+Blue) = 139+94+135=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5E87 is #74A178. Grayscale: #707070. Windows color (decimal): -7643513 or 8871563. OLE color: 8871563.
HSL color Cylindrical-coordinate representation of color #8B5E87: hue angle of 305.33º 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 #8B5E87 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 135 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.45 |
| HSL | 305.33º | 0.19% | 0.46% | - |
| HSV(B) | 305.33º | 0.32% | 0.55% | - |
| XYZ | 19.02 | 15.24 | 24.86 | - |
| YUV | 112.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 135 | 0 | 0.32 | 0.03 | 0.45 | 305.33 | 0.19 | 0.46 |
| Hex | 8B | 5E | 87 | 0 | 20 | 3 | 2D | 131 | 13 | 2E |
| Octal | 213 | 136 | 207 | 0 | 40 | 3 | 55 | 461 | 23 | 56 |
| Binary | 10001011 | 1011110 | 10000111 | 0 | 100000 | 11 | 101101 | 100110001 | 10011 | 101110 |
Color Harmonies of #8B5E87
Complementary color
Monochromatic Colors of #8B5E87
Black with #8B5E87
Text Example
Text Example
White with #8B5E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E87; }
p { color: rgb(139,94,135); }
H1.HeaderClassName
{
color: #8B5E87;
}
.AnyTagClassName
{
color: #8B5E87;
}
</style>
background-color css
<style>
a { background-color: #8B5E87; }
a { background-color: rgb(139,94,135); }
div.DivClassName
{
background-color: #8B5E87;
}
.BgClassName
{
background-color: #8B5E87;
}
</style>
border-color css
<style>
span { border-color: #8B5E87; }
span { border-color: rgb(139,94,135); }
td.TdClassName
{
border-color: #8B5E87;
}
.TagClassName
{
border-color: #8B5E87;
}
</style>