Shades of Trendy Pink #8C537D
Tints of Trendy Pink #8C537D
RGB
CMYK
RGB Variations
Color information
#8C537D (or 0x8C537D) is known color: Trendy Pink. HEX triplet: 8C, 53 and 7D. RGB value is (140,83,125). Sum of RGB (Red+Green+Blue) = 140+83+125=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C537D is #73AC82. Grayscale: #686868. Windows color (decimal): -7580803 or 8213388. OLE color: 8213388.
HSL color Cylindrical-coordinate representation of color #8C537D: hue angle of 315.79º 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 #8C537D is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 125 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.45 |
| HSL | 315.79º | 0.26% | 0.44% | - |
| HSV(B) | 315.79º | 0.41% | 0.55% | - |
| XYZ | 17.61 | 13.24 | 21.03 | - |
| YUV | 104.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 125 | 0 | 0.41 | 0.11 | 0.45 | 315.79 | 0.26 | 0.44 |
| Hex | 8C | 53 | 7D | 0 | 29 | B | 2D | 13C | 1A | 2C |
| Octal | 214 | 123 | 175 | 0 | 51 | 13 | 55 | 474 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1111101 | 0 | 101001 | 1011 | 101101 | 100111100 | 11010 | 101100 |
Color Harmonies of #8C537D
Complementary color
Monochromatic Colors of #8C537D
Black with #8C537D
Text Example
Text Example
White with #8C537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C537D; }
p { color: rgb(140,83,125); }
H1.HeaderClassName
{
color: #8C537D;
}
.AnyTagClassName
{
color: #8C537D;
}
</style>
background-color css
<style>
a { background-color: #8C537D; }
a { background-color: rgb(140,83,125); }
div.DivClassName
{
background-color: #8C537D;
}
.BgClassName
{
background-color: #8C537D;
}
</style>
border-color css
<style>
span { border-color: #8C537D; }
span { border-color: rgb(140,83,125); }
td.TdClassName
{
border-color: #8C537D;
}
.TagClassName
{
border-color: #8C537D;
}
</style>