Shades of Trendy Pink #8B5F87
Tints of Trendy Pink #8B5F87
RGB
CMYK
RGB Variations
Color information
#8B5F87 (or 0x8B5F87) is known color: Trendy Pink. HEX triplet: 8B, 5F and 87. RGB value is (139,95,135). Sum of RGB (Red+Green+Blue) = 139+95+135=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5F87 is #74A078. Grayscale: #707070. Windows color (decimal): -7643257 or 8871819. OLE color: 8871819.
HSL color Cylindrical-coordinate representation of color #8B5F87: hue angle of 305.45º 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 #8B5F87 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 95 | 135 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.45 |
| HSL | 305.45º | 0.19% | 0.46% | - |
| HSV(B) | 305.45º | 0.32% | 0.55% | - |
| XYZ | 19.11 | 15.42 | 24.89 | - |
| YUV | 112.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 135 | 0 | 0.32 | 0.03 | 0.45 | 305.45 | 0.19 | 0.46 |
| Hex | 8B | 5F | 87 | 0 | 20 | 3 | 2D | 131 | 13 | 2E |
| Octal | 213 | 137 | 207 | 0 | 40 | 3 | 55 | 461 | 23 | 56 |
| Binary | 10001011 | 1011111 | 10000111 | 0 | 100000 | 11 | 101101 | 100110001 | 10011 | 101110 |
Color Harmonies of #8B5F87
Complementary color
Monochromatic Colors of #8B5F87
Black with #8B5F87
Text Example
Text Example
White with #8B5F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5F87; }
p { color: rgb(139,95,135); }
H1.HeaderClassName
{
color: #8B5F87;
}
.AnyTagClassName
{
color: #8B5F87;
}
</style>
background-color css
<style>
a { background-color: #8B5F87; }
a { background-color: rgb(139,95,135); }
div.DivClassName
{
background-color: #8B5F87;
}
.BgClassName
{
background-color: #8B5F87;
}
</style>
border-color css
<style>
span { border-color: #8B5F87; }
span { border-color: rgb(139,95,135); }
td.TdClassName
{
border-color: #8B5F87;
}
.TagClassName
{
border-color: #8B5F87;
}
</style>