Shades of Trendy Pink #8C518D
Tints of Trendy Pink #8C518D
RGB
CMYK
RGB Variations
Color information
#8C518D (or 0x8C518D) is known color: Trendy Pink. HEX triplet: 8C, 51 and 8D. RGB value is (140,81,141). Sum of RGB (Red+Green+Blue) = 140+81+141=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C518D is #73AE72. Grayscale: #696969. Windows color (decimal): -7581299 or 9261452. OLE color: 9261452.
HSL color Cylindrical-coordinate representation of color #8C518D: hue angle of 299º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C518D is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 141 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.45 |
| HSL | 299º | 0.27% | 0.44% | - |
| HSV(B) | 299º | 0.43% | 0.55% | - |
| XYZ | 18.57 | 13.38 | 26.8 | - |
| YUV | 105.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 141 | 0.01 | 0.43 | 0 | 0.45 | 299 | 0.27 | 0.44 |
| Hex | 8C | 51 | 8D | 1 | 2B | 0 | 2D | 12B | 1B | 2C |
| Octal | 214 | 121 | 215 | 1 | 53 | 0 | 55 | 453 | 33 | 54 |
| Binary | 10001100 | 1010001 | 10001101 | 1 | 101011 | 0 | 101101 | 100101011 | 11011 | 101100 |
Color Harmonies of #8C518D
Complementary color
Monochromatic Colors of #8C518D
Black with #8C518D
Text Example
Text Example
White with #8C518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C518D; }
p { color: rgb(140,81,141); }
H1.HeaderClassName
{
color: #8C518D;
}
.AnyTagClassName
{
color: #8C518D;
}
</style>
background-color css
<style>
a { background-color: #8C518D; }
a { background-color: rgb(140,81,141); }
div.DivClassName
{
background-color: #8C518D;
}
.BgClassName
{
background-color: #8C518D;
}
</style>
border-color css
<style>
span { border-color: #8C518D; }
span { border-color: rgb(140,81,141); }
td.TdClassName
{
border-color: #8C518D;
}
.TagClassName
{
border-color: #8C518D;
}
</style>