Shades of Trendy Pink #8C557E
Tints of Trendy Pink #8C557E
RGB
CMYK
RGB Variations
Color information
#8C557E (or 0x8C557E) is known color: Trendy Pink. HEX triplet: 8C, 55 and 7E. RGB value is (140,85,126). Sum of RGB (Red+Green+Blue) = 140+85+126=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C557E is #73AA81. Grayscale: #6A6A6A. Windows color (decimal): -7580290 or 8279436. OLE color: 8279436.
HSL color Cylindrical-coordinate representation of color #8C557E: hue angle of 315.27º 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 #8C557E is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 126 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.45 |
| HSL | 315.27º | 0.24% | 0.44% | - |
| HSV(B) | 315.27º | 0.39% | 0.55% | - |
| XYZ | 17.83 | 13.58 | 21.42 | - |
| YUV | 106.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 126 | 0 | 0.39 | 0.10 | 0.45 | 315.27 | 0.24 | 0.44 |
| Hex | 8C | 55 | 7E | 0 | 27 | A | 2D | 13B | 18 | 2C |
| Octal | 214 | 125 | 176 | 0 | 47 | 12 | 55 | 473 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1111110 | 0 | 100111 | 1010 | 101101 | 100111011 | 11000 | 101100 |
Color Harmonies of #8C557E
Complementary color
Monochromatic Colors of #8C557E
Black with #8C557E
Text Example
Text Example
White with #8C557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C557E; }
p { color: rgb(140,85,126); }
H1.HeaderClassName
{
color: #8C557E;
}
.AnyTagClassName
{
color: #8C557E;
}
</style>
background-color css
<style>
a { background-color: #8C557E; }
a { background-color: rgb(140,85,126); }
div.DivClassName
{
background-color: #8C557E;
}
.BgClassName
{
background-color: #8C557E;
}
</style>
border-color css
<style>
span { border-color: #8C557E; }
span { border-color: rgb(140,85,126); }
td.TdClassName
{
border-color: #8C557E;
}
.TagClassName
{
border-color: #8C557E;
}
</style>