Shades of Trendy Pink #8B5D87
Tints of Trendy Pink #8B5D87
RGB
CMYK
RGB Variations
Color information
#8B5D87 (or 0x8B5D87) is known color: Trendy Pink. HEX triplet: 8B, 5D and 87. RGB value is (139,93,135). Sum of RGB (Red+Green+Blue) = 139+93+135=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5D87 is #74A278. Grayscale: #6F6F6F. Windows color (decimal): -7643769 or 8871307. OLE color: 8871307.
HSL color Cylindrical-coordinate representation of color #8B5D87: hue angle of 305.22º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B5D87 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 93 | 135 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.45 |
| HSL | 305.22º | 0.2% | 0.45% | - |
| HSV(B) | 305.22º | 0.33% | 0.55% | - |
| XYZ | 18.93 | 15.07 | 24.83 | - |
| YUV | 111.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 135 | 0 | 0.33 | 0.03 | 0.45 | 305.22 | 0.2 | 0.45 |
| Hex | 8B | 5D | 87 | 0 | 21 | 3 | 2D | 131 | 14 | 2D |
| Octal | 213 | 135 | 207 | 0 | 41 | 3 | 55 | 461 | 24 | 55 |
| Binary | 10001011 | 1011101 | 10000111 | 0 | 100001 | 11 | 101101 | 100110001 | 10100 | 101101 |
Color Harmonies of #8B5D87
Complementary color
Monochromatic Colors of #8B5D87
Black with #8B5D87
Text Example
Text Example
White with #8B5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5D87; }
p { color: rgb(139,93,135); }
H1.HeaderClassName
{
color: #8B5D87;
}
.AnyTagClassName
{
color: #8B5D87;
}
</style>
background-color css
<style>
a { background-color: #8B5D87; }
a { background-color: rgb(139,93,135); }
div.DivClassName
{
background-color: #8B5D87;
}
.BgClassName
{
background-color: #8B5D87;
}
</style>
border-color css
<style>
span { border-color: #8B5D87; }
span { border-color: rgb(139,93,135); }
td.TdClassName
{
border-color: #8B5D87;
}
.TagClassName
{
border-color: #8B5D87;
}
</style>