Shades of Trendy Pink #8B5987
Tints of Trendy Pink #8B5987
RGB
CMYK
RGB Variations
Color information
#8B5987 (or 0x8B5987) is known color: Trendy Pink. HEX triplet: 8B, 59 and 87. RGB value is (139,89,135). Sum of RGB (Red+Green+Blue) = 139+89+135=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5987 is #74A678. Grayscale: #6D6D6D. Windows color (decimal): -7644793 or 8870283. OLE color: 8870283.
HSL color Cylindrical-coordinate representation of color #8B5987: hue angle of 304.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B5987 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 135 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.45 |
| HSL | 304.8º | 0.22% | 0.45% | - |
| HSV(B) | 304.8º | 0.36% | 0.55% | - |
| XYZ | 18.59 | 14.38 | 24.72 | - |
| YUV | 109.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 135 | 0 | 0.36 | 0.03 | 0.45 | 304.8 | 0.22 | 0.45 |
| Hex | 8B | 59 | 87 | 0 | 24 | 3 | 2D | 131 | 16 | 2D |
| Octal | 213 | 131 | 207 | 0 | 44 | 3 | 55 | 461 | 26 | 55 |
| Binary | 10001011 | 1011001 | 10000111 | 0 | 100100 | 11 | 101101 | 100110001 | 10110 | 101101 |
Color Harmonies of #8B5987
Complementary color
Monochromatic Colors of #8B5987
Black with #8B5987
Text Example
Text Example
White with #8B5987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5987; }
p { color: rgb(139,89,135); }
H1.HeaderClassName
{
color: #8B5987;
}
.AnyTagClassName
{
color: #8B5987;
}
</style>
background-color css
<style>
a { background-color: #8B5987; }
a { background-color: rgb(139,89,135); }
div.DivClassName
{
background-color: #8B5987;
}
.BgClassName
{
background-color: #8B5987;
}
</style>
border-color css
<style>
span { border-color: #8B5987; }
span { border-color: rgb(139,89,135); }
td.TdClassName
{
border-color: #8B5987;
}
.TagClassName
{
border-color: #8B5987;
}
</style>