Shades of Trendy Pink #8C528E
Tints of Trendy Pink #8C528E
RGB
CMYK
RGB Variations
Color information
#8C528E (or 0x8C528E) is known color: Trendy Pink. HEX triplet: 8C, 52 and 8E. RGB value is (140,82,142). Sum of RGB (Red+Green+Blue) = 140+82+142=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C528E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C528E is #73AD71. Grayscale: #6A6A6A. Windows color (decimal): -7581042 or 9327244. OLE color: 9327244.
HSL color Cylindrical-coordinate representation of color #8C528E: hue angle of 298º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C528E is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 82 | 142 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.44 |
| HSL | 298º | 0.27% | 0.44% | - |
| HSV(B) | 298º | 0.42% | 0.56% | - |
| XYZ | 18.72 | 13.56 | 27.22 | - |
| YUV | 106.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 142 | 0.01 | 0.42 | 0 | 0.44 | 298 | 0.27 | 0.44 |
| Hex | 8C | 52 | 8E | 1 | 2A | 0 | 2C | 12A | 1B | 2C |
| Octal | 214 | 122 | 216 | 1 | 52 | 0 | 54 | 452 | 33 | 54 |
| Binary | 10001100 | 1010010 | 10001110 | 1 | 101010 | 0 | 101100 | 100101010 | 11011 | 101100 |
Color Harmonies of #8C528E
Complementary color
Monochromatic Colors of #8C528E
Black with #8C528E
Text Example
Text Example
White with #8C528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C528E; }
p { color: rgb(140,82,142); }
H1.HeaderClassName
{
color: #8C528E;
}
.AnyTagClassName
{
color: #8C528E;
}
</style>
background-color css
<style>
a { background-color: #8C528E; }
a { background-color: rgb(140,82,142); }
div.DivClassName
{
background-color: #8C528E;
}
.BgClassName
{
background-color: #8C528E;
}
</style>
border-color css
<style>
span { border-color: #8C528E; }
span { border-color: rgb(140,82,142); }
td.TdClassName
{
border-color: #8C528E;
}
.TagClassName
{
border-color: #8C528E;
}
</style>