Shades of Trendy Pink #8C537E
Tints of Trendy Pink #8C537E
RGB
CMYK
RGB Variations
Color information
#8C537E (or 0x8C537E) is known color: Trendy Pink. HEX triplet: 8C, 53 and 7E. RGB value is (140,83,126). Sum of RGB (Red+Green+Blue) = 140+83+126=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C537E is #73AC81. Grayscale: #686868. Windows color (decimal): -7580802 or 8278924. OLE color: 8278924.
HSL color Cylindrical-coordinate representation of color #8C537E: hue angle of 314.74º 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 #8C537E is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 126 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.45 |
| HSL | 314.74º | 0.26% | 0.44% | - |
| HSV(B) | 314.74º | 0.41% | 0.55% | - |
| XYZ | 17.67 | 13.27 | 21.37 | - |
| YUV | 104.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 126 | 0 | 0.41 | 0.10 | 0.45 | 314.74 | 0.26 | 0.44 |
| Hex | 8C | 53 | 7E | 0 | 29 | A | 2D | 13B | 1A | 2C |
| Octal | 214 | 123 | 176 | 0 | 51 | 12 | 55 | 473 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1111110 | 0 | 101001 | 1010 | 101101 | 100111011 | 11010 | 101100 |
Color Harmonies of #8C537E
Complementary color
Monochromatic Colors of #8C537E
Black with #8C537E
Text Example
Text Example
White with #8C537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C537E; }
p { color: rgb(140,83,126); }
H1.HeaderClassName
{
color: #8C537E;
}
.AnyTagClassName
{
color: #8C537E;
}
</style>
background-color css
<style>
a { background-color: #8C537E; }
a { background-color: rgb(140,83,126); }
div.DivClassName
{
background-color: #8C537E;
}
.BgClassName
{
background-color: #8C537E;
}
</style>
border-color css
<style>
span { border-color: #8C537E; }
span { border-color: rgb(140,83,126); }
td.TdClassName
{
border-color: #8C537E;
}
.TagClassName
{
border-color: #8C537E;
}
</style>