Shades of Trendy Pink #8B6D87
Tints of Trendy Pink #8B6D87
RGB
CMYK
RGB Variations
Color information
#8B6D87 (or 0x8B6D87) is known color: Trendy Pink. HEX triplet: 8B, 6D and 87. RGB value is (139,109,135). Sum of RGB (Red+Green+Blue) = 139+109+135=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6D87 is #749278. Grayscale: #787878. Windows color (decimal): -7639673 or 8875403. OLE color: 8875403.
HSL color Cylindrical-coordinate representation of color #8B6D87: hue angle of 308º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B6D87 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 135 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.45 |
| HSL | 308º | 0.12% | 0.49% | - |
| HSV(B) | 308º | 0.22% | 0.55% | - |
| XYZ | 20.49 | 18.18 | 25.35 | - |
| YUV | 120.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 135 | 0 | 0.22 | 0.03 | 0.45 | 308 | 0.12 | 0.49 |
| Hex | 8B | 6D | 87 | 0 | 16 | 3 | 2D | 134 | C | 31 |
| Octal | 213 | 155 | 207 | 0 | 26 | 3 | 55 | 464 | 14 | 61 |
| Binary | 10001011 | 1101101 | 10000111 | 0 | 10110 | 11 | 101101 | 100110100 | 1100 | 110001 |
Color Harmonies of #8B6D87
Complementary color
Monochromatic Colors of #8B6D87
Black with #8B6D87
Text Example
Text Example
White with #8B6D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D87; }
p { color: rgb(139,109,135); }
H1.HeaderClassName
{
color: #8B6D87;
}
.AnyTagClassName
{
color: #8B6D87;
}
</style>
background-color css
<style>
a { background-color: #8B6D87; }
a { background-color: rgb(139,109,135); }
div.DivClassName
{
background-color: #8B6D87;
}
.BgClassName
{
background-color: #8B6D87;
}
</style>
border-color css
<style>
span { border-color: #8B6D87; }
span { border-color: rgb(139,109,135); }
td.TdClassName
{
border-color: #8B6D87;
}
.TagClassName
{
border-color: #8B6D87;
}
</style>