Shades of Trendy Pink #8C4B87
Tints of Trendy Pink #8C4B87
RGB
CMYK
RGB Variations
Color information
#8C4B87 (or 0x8C4B87) is known color: Trendy Pink. HEX triplet: 8C, 4B and 87. RGB value is (140,75,135). Sum of RGB (Red+Green+Blue) = 140+75+135=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4B87 is #73B478. Grayscale: #656565. Windows color (decimal): -7582841 or 8866700. OLE color: 8866700.
HSL color Cylindrical-coordinate representation of color #8C4B87: hue angle of 304.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4B87 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 135 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.45 |
| HSL | 304.62º | 0.3% | 0.42% | - |
| HSV(B) | 304.62º | 0.46% | 0.55% | - |
| XYZ | 17.7 | 12.36 | 24.37 | - |
| YUV | 101.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 135 | 0 | 0.46 | 0.04 | 0.45 | 304.62 | 0.3 | 0.42 |
| Hex | 8C | 4B | 87 | 0 | 2E | 4 | 2D | 131 | 1E | 2A |
| Octal | 214 | 113 | 207 | 0 | 56 | 4 | 55 | 461 | 36 | 52 |
| Binary | 10001100 | 1001011 | 10000111 | 0 | 101110 | 100 | 101101 | 100110001 | 11110 | 101010 |
Color Harmonies of #8C4B87
Complementary color
Monochromatic Colors of #8C4B87
Black with #8C4B87
Text Example
Text Example
White with #8C4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B87; }
p { color: rgb(140,75,135); }
H1.HeaderClassName
{
color: #8C4B87;
}
.AnyTagClassName
{
color: #8C4B87;
}
</style>
background-color css
<style>
a { background-color: #8C4B87; }
a { background-color: rgb(140,75,135); }
div.DivClassName
{
background-color: #8C4B87;
}
.BgClassName
{
background-color: #8C4B87;
}
</style>
border-color css
<style>
span { border-color: #8C4B87; }
span { border-color: rgb(140,75,135); }
td.TdClassName
{
border-color: #8C4B87;
}
.TagClassName
{
border-color: #8C4B87;
}
</style>