Shades of Trendy Pink #8B5587
Tints of Trendy Pink #8B5587
RGB
CMYK
RGB Variations
Color information
#8B5587 (or 0x8B5587) is known color: Trendy Pink. HEX triplet: 8B, 55 and 87. RGB value is (139,85,135). Sum of RGB (Red+Green+Blue) = 139+85+135=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5587 is #74AA78. Grayscale: #6A6A6A. Windows color (decimal): -7645817 or 8869259. OLE color: 8869259.
HSL color Cylindrical-coordinate representation of color #8B5587: hue angle of 304.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5587 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 135 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.45 |
| HSL | 304.44º | 0.24% | 0.44% | - |
| HSV(B) | 304.44º | 0.39% | 0.55% | - |
| XYZ | 18.27 | 13.74 | 24.61 | - |
| YUV | 106.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 135 | 0 | 0.39 | 0.03 | 0.45 | 304.44 | 0.24 | 0.44 |
| Hex | 8B | 55 | 87 | 0 | 27 | 3 | 2D | 130 | 18 | 2C |
| Octal | 213 | 125 | 207 | 0 | 47 | 3 | 55 | 460 | 30 | 54 |
| Binary | 10001011 | 1010101 | 10000111 | 0 | 100111 | 11 | 101101 | 100110000 | 11000 | 101100 |
Color Harmonies of #8B5587
Complementary color
Monochromatic Colors of #8B5587
Black with #8B5587
Text Example
Text Example
White with #8B5587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5587; }
p { color: rgb(139,85,135); }
H1.HeaderClassName
{
color: #8B5587;
}
.AnyTagClassName
{
color: #8B5587;
}
</style>
background-color css
<style>
a { background-color: #8B5587; }
a { background-color: rgb(139,85,135); }
div.DivClassName
{
background-color: #8B5587;
}
.BgClassName
{
background-color: #8B5587;
}
</style>
border-color css
<style>
span { border-color: #8B5587; }
span { border-color: rgb(139,85,135); }
td.TdClassName
{
border-color: #8B5587;
}
.TagClassName
{
border-color: #8B5587;
}
</style>