Shades of Trendy Pink #8C507E
Tints of Trendy Pink #8C507E
RGB
CMYK
RGB Variations
Color information
#8C507E (or 0x8C507E) is known color: Trendy Pink. HEX triplet: 8C, 50 and 7E. RGB value is (140,80,126). Sum of RGB (Red+Green+Blue) = 140+80+126=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C507E is #73AF81. Grayscale: #676767. Windows color (decimal): -7581570 or 8278156. OLE color: 8278156.
HSL color Cylindrical-coordinate representation of color #8C507E: hue angle of 314º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C507E is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 126 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.45 |
| HSL | 314º | 0.27% | 0.43% | - |
| HSV(B) | 314º | 0.43% | 0.55% | - |
| XYZ | 17.45 | 12.82 | 21.29 | - |
| YUV | 103.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 126 | 0 | 0.43 | 0.10 | 0.45 | 314 | 0.27 | 0.43 |
| Hex | 8C | 50 | 7E | 0 | 2B | A | 2D | 13A | 1B | 2B |
| Octal | 214 | 120 | 176 | 0 | 53 | 12 | 55 | 472 | 33 | 53 |
| Binary | 10001100 | 1010000 | 1111110 | 0 | 101011 | 1010 | 101101 | 100111010 | 11011 | 101011 |
Color Harmonies of #8C507E
Complementary color
Monochromatic Colors of #8C507E
Black with #8C507E
Text Example
Text Example
White with #8C507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C507E; }
p { color: rgb(140,80,126); }
H1.HeaderClassName
{
color: #8C507E;
}
.AnyTagClassName
{
color: #8C507E;
}
</style>
background-color css
<style>
a { background-color: #8C507E; }
a { background-color: rgb(140,80,126); }
div.DivClassName
{
background-color: #8C507E;
}
.BgClassName
{
background-color: #8C507E;
}
</style>
border-color css
<style>
span { border-color: #8C507E; }
span { border-color: rgb(140,80,126); }
td.TdClassName
{
border-color: #8C507E;
}
.TagClassName
{
border-color: #8C507E;
}
</style>