Shades of Trendy Pink #8C528D
Tints of Trendy Pink #8C528D
RGB
CMYK
RGB Variations
Color information
#8C528D (or 0x8C528D) is known color: Trendy Pink. HEX triplet: 8C, 52 and 8D. RGB value is (140,82,141). Sum of RGB (Red+Green+Blue) = 140+82+141=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C528D is #73AD72. Grayscale: #696969. Windows color (decimal): -7581043 or 9261708. OLE color: 9261708.
HSL color Cylindrical-coordinate representation of color #8C528D: hue angle of 298.98º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C528D is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 141 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.45 |
| HSL | 298.98º | 0.26% | 0.44% | - |
| HSV(B) | 298.98º | 0.42% | 0.55% | - |
| XYZ | 18.64 | 13.53 | 26.83 | - |
| YUV | 106.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 141 | 0.01 | 0.42 | 0 | 0.45 | 298.98 | 0.26 | 0.44 |
| Hex | 8C | 52 | 8D | 1 | 2A | 0 | 2D | 12B | 1A | 2C |
| Octal | 214 | 122 | 215 | 1 | 52 | 0 | 55 | 453 | 32 | 54 |
| Binary | 10001100 | 1010010 | 10001101 | 1 | 101010 | 0 | 101101 | 100101011 | 11010 | 101100 |
Color Harmonies of #8C528D
Complementary color
Monochromatic Colors of #8C528D
Black with #8C528D
Text Example
Text Example
White with #8C528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C528D; }
p { color: rgb(140,82,141); }
H1.HeaderClassName
{
color: #8C528D;
}
.AnyTagClassName
{
color: #8C528D;
}
</style>
background-color css
<style>
a { background-color: #8C528D; }
a { background-color: rgb(140,82,141); }
div.DivClassName
{
background-color: #8C528D;
}
.BgClassName
{
background-color: #8C528D;
}
</style>
border-color css
<style>
span { border-color: #8C528D; }
span { border-color: rgb(140,82,141); }
td.TdClassName
{
border-color: #8C528D;
}
.TagClassName
{
border-color: #8C528D;
}
</style>