Shades of Trendy Pink #8C6587
Tints of Trendy Pink #8C6587
RGB
CMYK
RGB Variations
Color information
#8C6587 (or 0x8C6587) is known color: Trendy Pink. HEX triplet: 8C, 65 and 87. RGB value is (140,101,135). Sum of RGB (Red+Green+Blue) = 140+101+135=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6587 is #739A78. Grayscale: #747474. Windows color (decimal): -7576185 or 8873356. OLE color: 8873356.
HSL color Cylindrical-coordinate representation of color #8C6587: hue angle of 307.69º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6587 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 135 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.45 |
| HSL | 307.69º | 0.16% | 0.47% | - |
| HSV(B) | 307.69º | 0.28% | 0.55% | - |
| XYZ | 19.84 | 16.63 | 25.09 | - |
| YUV | 116.54 | 138.42 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 135 | 0 | 0.28 | 0.04 | 0.45 | 307.69 | 0.16 | 0.47 |
| Hex | 8C | 65 | 87 | 0 | 1C | 4 | 2D | 134 | 10 | 2F |
| Octal | 214 | 145 | 207 | 0 | 34 | 4 | 55 | 464 | 20 | 57 |
| Binary | 10001100 | 1100101 | 10000111 | 0 | 11100 | 100 | 101101 | 100110100 | 10000 | 101111 |
Color Harmonies of #8C6587
Complementary color
Monochromatic Colors of #8C6587
Black with #8C6587
Text Example
Text Example
White with #8C6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6587; }
p { color: rgb(140,101,135); }
H1.HeaderClassName
{
color: #8C6587;
}
.AnyTagClassName
{
color: #8C6587;
}
</style>
background-color css
<style>
a { background-color: #8C6587; }
a { background-color: rgb(140,101,135); }
div.DivClassName
{
background-color: #8C6587;
}
.BgClassName
{
background-color: #8C6587;
}
</style>
border-color css
<style>
span { border-color: #8C6587; }
span { border-color: rgb(140,101,135); }
td.TdClassName
{
border-color: #8C6587;
}
.TagClassName
{
border-color: #8C6587;
}
</style>