Shades of Trendy Pink #8C587F
Tints of Trendy Pink #8C587F
RGB
CMYK
RGB Variations
Color information
#8C587F (or 0x8C587F) is known color: Trendy Pink. HEX triplet: 8C, 58 and 7F. RGB value is (140,88,127). Sum of RGB (Red+Green+Blue) = 140+88+127=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C587F is #73A780. Grayscale: #6B6B6B. Windows color (decimal): -7579521 or 8345740. OLE color: 8345740.
HSL color Cylindrical-coordinate representation of color #8C587F: hue angle of 315º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C587F is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 127 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.45 |
| HSL | 315º | 0.23% | 0.45% | - |
| HSV(B) | 315º | 0.37% | 0.55% | - |
| XYZ | 18.14 | 14.09 | 21.84 | - |
| YUV | 107.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 127 | 0 | 0.37 | 0.09 | 0.45 | 315 | 0.23 | 0.45 |
| Hex | 8C | 58 | 7F | 0 | 25 | 9 | 2D | 13B | 17 | 2D |
| Octal | 214 | 130 | 177 | 0 | 45 | 11 | 55 | 473 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1111111 | 0 | 100101 | 1001 | 101101 | 100111011 | 10111 | 101101 |
Color Harmonies of #8C587F
Complementary color
Monochromatic Colors of #8C587F
Black with #8C587F
Text Example
Text Example
White with #8C587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C587F; }
p { color: rgb(140,88,127); }
H1.HeaderClassName
{
color: #8C587F;
}
.AnyTagClassName
{
color: #8C587F;
}
</style>
background-color css
<style>
a { background-color: #8C587F; }
a { background-color: rgb(140,88,127); }
div.DivClassName
{
background-color: #8C587F;
}
.BgClassName
{
background-color: #8C587F;
}
</style>
border-color css
<style>
span { border-color: #8C587F; }
span { border-color: rgb(140,88,127); }
td.TdClassName
{
border-color: #8C587F;
}
.TagClassName
{
border-color: #8C587F;
}
</style>