Shades of Trendy Pink #8C567F
Tints of Trendy Pink #8C567F
RGB
CMYK
RGB Variations
Color information
#8C567F (or 0x8C567F) is known color: Trendy Pink. HEX triplet: 8C, 56 and 7F. RGB value is (140,86,127). Sum of RGB (Red+Green+Blue) = 140+86+127=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C567F is #73A980. Grayscale: #6A6A6A. Windows color (decimal): -7580033 or 8345228. OLE color: 8345228.
HSL color Cylindrical-coordinate representation of color #8C567F: hue angle of 314.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C567F is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 127 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.45 |
| HSL | 314.44º | 0.24% | 0.44% | - |
| HSV(B) | 314.44º | 0.39% | 0.55% | - |
| XYZ | 17.97 | 13.76 | 21.79 | - |
| YUV | 106.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 127 | 0 | 0.39 | 0.09 | 0.45 | 314.44 | 0.24 | 0.44 |
| Hex | 8C | 56 | 7F | 0 | 27 | 9 | 2D | 13A | 18 | 2C |
| Octal | 214 | 126 | 177 | 0 | 47 | 11 | 55 | 472 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1111111 | 0 | 100111 | 1001 | 101101 | 100111010 | 11000 | 101100 |
Color Harmonies of #8C567F
Complementary color
Monochromatic Colors of #8C567F
Black with #8C567F
Text Example
Text Example
White with #8C567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C567F; }
p { color: rgb(140,86,127); }
H1.HeaderClassName
{
color: #8C567F;
}
.AnyTagClassName
{
color: #8C567F;
}
</style>
background-color css
<style>
a { background-color: #8C567F; }
a { background-color: rgb(140,86,127); }
div.DivClassName
{
background-color: #8C567F;
}
.BgClassName
{
background-color: #8C567F;
}
</style>
border-color css
<style>
span { border-color: #8C567F; }
span { border-color: rgb(140,86,127); }
td.TdClassName
{
border-color: #8C567F;
}
.TagClassName
{
border-color: #8C567F;
}
</style>