Shades of Trendy Pink #8B6B87
Tints of Trendy Pink #8B6B87
RGB
CMYK
RGB Variations
Color information
#8B6B87 (or 0x8B6B87) is known color: Trendy Pink. HEX triplet: 8B, 6B and 87. RGB value is (139,107,135). Sum of RGB (Red+Green+Blue) = 139+107+135=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6B87 is #749478. Grayscale: #777777. Windows color (decimal): -7640185 or 8874891. OLE color: 8874891.
HSL color Cylindrical-coordinate representation of color #8B6B87: hue angle of 307.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6B87 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 135 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.45 |
| HSL | 307.5º | 0.13% | 0.48% | - |
| HSV(B) | 307.5º | 0.23% | 0.55% | - |
| XYZ | 20.28 | 17.75 | 25.28 | - |
| YUV | 119.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 135 | 0 | 0.23 | 0.03 | 0.45 | 307.5 | 0.13 | 0.48 |
| Hex | 8B | 6B | 87 | 0 | 17 | 3 | 2D | 134 | D | 30 |
| Octal | 213 | 153 | 207 | 0 | 27 | 3 | 55 | 464 | 15 | 60 |
| Binary | 10001011 | 1101011 | 10000111 | 0 | 10111 | 11 | 101101 | 100110100 | 1101 | 110000 |
Color Harmonies of #8B6B87
Complementary color
Monochromatic Colors of #8B6B87
Black with #8B6B87
Text Example
Text Example
White with #8B6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B87; }
p { color: rgb(139,107,135); }
H1.HeaderClassName
{
color: #8B6B87;
}
.AnyTagClassName
{
color: #8B6B87;
}
</style>
background-color css
<style>
a { background-color: #8B6B87; }
a { background-color: rgb(139,107,135); }
div.DivClassName
{
background-color: #8B6B87;
}
.BgClassName
{
background-color: #8B6B87;
}
</style>
border-color css
<style>
span { border-color: #8B6B87; }
span { border-color: rgb(139,107,135); }
td.TdClassName
{
border-color: #8B6B87;
}
.TagClassName
{
border-color: #8B6B87;
}
</style>