Shades of Trendy Pink #8C537C
Tints of Trendy Pink #8C537C
RGB
CMYK
RGB Variations
Color information
#8C537C (or 0x8C537C) is known color: Trendy Pink. HEX triplet: 8C, 53 and 7C. RGB value is (140,83,124). Sum of RGB (Red+Green+Blue) = 140+83+124=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C537C is #73AC83. Grayscale: #686868. Windows color (decimal): -7580804 or 8147852. OLE color: 8147852.
HSL color Cylindrical-coordinate representation of color #8C537C: hue angle of 316.84º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C537C is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 124 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.45 |
| HSL | 316.84º | 0.26% | 0.44% | - |
| HSV(B) | 316.84º | 0.41% | 0.55% | - |
| XYZ | 17.55 | 13.22 | 20.7 | - |
| YUV | 104.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 124 | 0 | 0.41 | 0.11 | 0.45 | 316.84 | 0.26 | 0.44 |
| Hex | 8C | 53 | 7C | 0 | 29 | B | 2D | 13D | 1A | 2C |
| Octal | 214 | 123 | 174 | 0 | 51 | 13 | 55 | 475 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1111100 | 0 | 101001 | 1011 | 101101 | 100111101 | 11010 | 101100 |
Color Harmonies of #8C537C
Complementary color
Monochromatic Colors of #8C537C
Black with #8C537C
Text Example
Text Example
White with #8C537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C537C; }
p { color: rgb(140,83,124); }
H1.HeaderClassName
{
color: #8C537C;
}
.AnyTagClassName
{
color: #8C537C;
}
</style>
background-color css
<style>
a { background-color: #8C537C; }
a { background-color: rgb(140,83,124); }
div.DivClassName
{
background-color: #8C537C;
}
.BgClassName
{
background-color: #8C537C;
}
</style>
border-color css
<style>
span { border-color: #8C537C; }
span { border-color: rgb(140,83,124); }
td.TdClassName
{
border-color: #8C537C;
}
.TagClassName
{
border-color: #8C537C;
}
</style>