Shades of Trendy Pink #8C6087
Tints of Trendy Pink #8C6087
RGB
CMYK
RGB Variations
Color information
#8C6087 (or 0x8C6087) is known color: Trendy Pink. HEX triplet: 8C, 60 and 87. RGB value is (140,96,135). Sum of RGB (Red+Green+Blue) = 140+96+135=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6087 is #739F78. Grayscale: #717171. Windows color (decimal): -7577465 or 8872076. OLE color: 8872076.
HSL color Cylindrical-coordinate representation of color #8C6087: hue angle of 306.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6087 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 135 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.45 |
| HSL | 306.82º | 0.19% | 0.46% | - |
| HSV(B) | 306.82º | 0.31% | 0.55% | - |
| XYZ | 19.37 | 15.69 | 24.93 | - |
| YUV | 113.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 135 | 0 | 0.31 | 0.04 | 0.45 | 306.82 | 0.19 | 0.46 |
| Hex | 8C | 60 | 87 | 0 | 1F | 4 | 2D | 133 | 13 | 2E |
| Octal | 214 | 140 | 207 | 0 | 37 | 4 | 55 | 463 | 23 | 56 |
| Binary | 10001100 | 1100000 | 10000111 | 0 | 11111 | 100 | 101101 | 100110011 | 10011 | 101110 |
Color Harmonies of #8C6087
Complementary color
Monochromatic Colors of #8C6087
Black with #8C6087
Text Example
Text Example
White with #8C6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6087; }
p { color: rgb(140,96,135); }
H1.HeaderClassName
{
color: #8C6087;
}
.AnyTagClassName
{
color: #8C6087;
}
</style>
background-color css
<style>
a { background-color: #8C6087; }
a { background-color: rgb(140,96,135); }
div.DivClassName
{
background-color: #8C6087;
}
.BgClassName
{
background-color: #8C6087;
}
</style>
border-color css
<style>
span { border-color: #8C6087; }
span { border-color: rgb(140,96,135); }
td.TdClassName
{
border-color: #8C6087;
}
.TagClassName
{
border-color: #8C6087;
}
</style>