Shades of Trendy Pink #8C557D
Tints of Trendy Pink #8C557D
RGB
CMYK
RGB Variations
Color information
#8C557D (or 0x8C557D) is known color: Trendy Pink. HEX triplet: 8C, 55 and 7D. RGB value is (140,85,125). Sum of RGB (Red+Green+Blue) = 140+85+125=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C557D is #73AA82. Grayscale: #696969. Windows color (decimal): -7580291 or 8213900. OLE color: 8213900.
HSL color Cylindrical-coordinate representation of color #8C557D: hue angle of 316.36º 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 #8C557D is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 125 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.45 |
| HSL | 316.36º | 0.24% | 0.44% | - |
| HSV(B) | 316.36º | 0.39% | 0.55% | - |
| XYZ | 17.77 | 13.55 | 21.08 | - |
| YUV | 106.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 125 | 0 | 0.39 | 0.11 | 0.45 | 316.36 | 0.24 | 0.44 |
| Hex | 8C | 55 | 7D | 0 | 27 | B | 2D | 13C | 18 | 2C |
| Octal | 214 | 125 | 175 | 0 | 47 | 13 | 55 | 474 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1111101 | 0 | 100111 | 1011 | 101101 | 100111100 | 11000 | 101100 |
Color Harmonies of #8C557D
Complementary color
Monochromatic Colors of #8C557D
Black with #8C557D
Text Example
Text Example
White with #8C557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C557D; }
p { color: rgb(140,85,125); }
H1.HeaderClassName
{
color: #8C557D;
}
.AnyTagClassName
{
color: #8C557D;
}
</style>
background-color css
<style>
a { background-color: #8C557D; }
a { background-color: rgb(140,85,125); }
div.DivClassName
{
background-color: #8C557D;
}
.BgClassName
{
background-color: #8C557D;
}
</style>
border-color css
<style>
span { border-color: #8C557D; }
span { border-color: rgb(140,85,125); }
td.TdClassName
{
border-color: #8C557D;
}
.TagClassName
{
border-color: #8C557D;
}
</style>