Shades of Trendy Pink #8C527D
Tints of Trendy Pink #8C527D
RGB
CMYK
RGB Variations
Color information
#8C527D (or 0x8C527D) is known color: Trendy Pink. HEX triplet: 8C, 52 and 7D. RGB value is (140,82,125). Sum of RGB (Red+Green+Blue) = 140+82+125=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C527D is #73AD82. Grayscale: #686868. Windows color (decimal): -7581059 or 8213132. OLE color: 8213132.
HSL color Cylindrical-coordinate representation of color #8C527D: hue angle of 315.52º 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 #8C527D is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 125 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.45 |
| HSL | 315.52º | 0.26% | 0.44% | - |
| HSV(B) | 315.52º | 0.41% | 0.55% | - |
| XYZ | 17.53 | 13.09 | 21 | - |
| YUV | 104.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 125 | 0 | 0.41 | 0.11 | 0.45 | 315.52 | 0.26 | 0.44 |
| Hex | 8C | 52 | 7D | 0 | 29 | B | 2D | 13C | 1A | 2C |
| Octal | 214 | 122 | 175 | 0 | 51 | 13 | 55 | 474 | 32 | 54 |
| Binary | 10001100 | 1010010 | 1111101 | 0 | 101001 | 1011 | 101101 | 100111100 | 11010 | 101100 |
Color Harmonies of #8C527D
Complementary color
Monochromatic Colors of #8C527D
Black with #8C527D
Text Example
Text Example
White with #8C527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C527D; }
p { color: rgb(140,82,125); }
H1.HeaderClassName
{
color: #8C527D;
}
.AnyTagClassName
{
color: #8C527D;
}
</style>
background-color css
<style>
a { background-color: #8C527D; }
a { background-color: rgb(140,82,125); }
div.DivClassName
{
background-color: #8C527D;
}
.BgClassName
{
background-color: #8C527D;
}
</style>
border-color css
<style>
span { border-color: #8C527D; }
span { border-color: rgb(140,82,125); }
td.TdClassName
{
border-color: #8C527D;
}
.TagClassName
{
border-color: #8C527D;
}
</style>