Shades of Trendy Pink #8C518C
Tints of Trendy Pink #8C518C
RGB
CMYK
RGB Variations
Color information
#8C518C (or 0x8C518C) is known color: Trendy Pink. HEX triplet: 8C, 51 and 8C. RGB value is (140,81,140). Sum of RGB (Red+Green+Blue) = 140+81+140=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C518C is #73AE73. Grayscale: #696969. Windows color (decimal): -7581300 or 9195916. OLE color: 9195916.
HSL color Cylindrical-coordinate representation of color #8C518C: hue angle of 300º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C518C is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 140 | - |
| CMYK | 0 | 0.42 | 0 | 0.45 |
| HSL | 300º | 0.27% | 0.43% | - |
| HSV(B) | 300º | 0.42% | 0.55% | - |
| XYZ | 18.49 | 13.35 | 26.41 | - |
| YUV | 105.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 140 | 0 | 0.42 | 0 | 0.45 | 300 | 0.27 | 0.43 |
| Hex | 8C | 51 | 8C | 0 | 2A | 0 | 2D | 12C | 1B | 2B |
| Octal | 214 | 121 | 214 | 0 | 52 | 0 | 55 | 454 | 33 | 53 |
| Binary | 10001100 | 1010001 | 10001100 | 0 | 101010 | 0 | 101101 | 100101100 | 11011 | 101011 |
Color Harmonies of #8C518C
Complementary color
Monochromatic Colors of #8C518C
Black with #8C518C
Text Example
Text Example
White with #8C518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C518C; }
p { color: rgb(140,81,140); }
H1.HeaderClassName
{
color: #8C518C;
}
.AnyTagClassName
{
color: #8C518C;
}
</style>
background-color css
<style>
a { background-color: #8C518C; }
a { background-color: rgb(140,81,140); }
div.DivClassName
{
background-color: #8C518C;
}
.BgClassName
{
background-color: #8C518C;
}
</style>
border-color css
<style>
span { border-color: #8C518C; }
span { border-color: rgb(140,81,140); }
td.TdClassName
{
border-color: #8C518C;
}
.TagClassName
{
border-color: #8C518C;
}
</style>