Shades of Trendy Pink #8B4D87
Tints of Trendy Pink #8B4D87
RGB
CMYK
RGB Variations
Color information
#8B4D87 (or 0x8B4D87) is known color: Trendy Pink. HEX triplet: 8B, 4D and 87. RGB value is (139,77,135). Sum of RGB (Red+Green+Blue) = 139+77+135=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4D87 is #74B278. Grayscale: #656565. Windows color (decimal): -7647865 or 8867211. OLE color: 8867211.
HSL color Cylindrical-coordinate representation of color #8B4D87: hue angle of 303.87º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4D87 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 135 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.45 |
| HSL | 303.87º | 0.29% | 0.42% | - |
| HSV(B) | 303.87º | 0.45% | 0.55% | - |
| XYZ | 17.67 | 12.55 | 24.41 | - |
| YUV | 102.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 135 | 0 | 0.45 | 0.03 | 0.45 | 303.87 | 0.29 | 0.42 |
| Hex | 8B | 4D | 87 | 0 | 2D | 3 | 2D | 130 | 1D | 2A |
| Octal | 213 | 115 | 207 | 0 | 55 | 3 | 55 | 460 | 35 | 52 |
| Binary | 10001011 | 1001101 | 10000111 | 0 | 101101 | 11 | 101101 | 100110000 | 11101 | 101010 |
Color Harmonies of #8B4D87
Complementary color
Monochromatic Colors of #8B4D87
Black with #8B4D87
Text Example
Text Example
White with #8B4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D87; }
p { color: rgb(139,77,135); }
H1.HeaderClassName
{
color: #8B4D87;
}
.AnyTagClassName
{
color: #8B4D87;
}
</style>
background-color css
<style>
a { background-color: #8B4D87; }
a { background-color: rgb(139,77,135); }
div.DivClassName
{
background-color: #8B4D87;
}
.BgClassName
{
background-color: #8B4D87;
}
</style>
border-color css
<style>
span { border-color: #8B4D87; }
span { border-color: rgb(139,77,135); }
td.TdClassName
{
border-color: #8B4D87;
}
.TagClassName
{
border-color: #8B4D87;
}
</style>