Shades of Trendy Pink #84518C
Tints of Trendy Pink #84518C
RGB
CMYK
RGB Variations
Color information
#84518C (or 0x84518C) is known color: Trendy Pink. HEX triplet: 84, 51 and 8C. RGB value is (132,81,140). Sum of RGB (Red+Green+Blue) = 132+81+140=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #84518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84518C is #7BAE73. Grayscale: #666666. Windows color (decimal): -8105588 or 9195908. OLE color: 9195908.
HSL color Cylindrical-coordinate representation of color #84518C: hue angle of 291.86º 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 #84518C is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 81 | 140 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.45 |
| HSL | 291.86º | 0.27% | 0.43% | - |
| HSV(B) | 291.86º | 0.42% | 0.55% | - |
| XYZ | 17.19 | 12.68 | 26.35 | - |
| YUV | 102.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 140 | 0.06 | 0.42 | 0 | 0.45 | 291.86 | 0.27 | 0.43 |
| Hex | 84 | 51 | 8C | 6 | 2A | 0 | 2D | 124 | 1B | 2B |
| Octal | 204 | 121 | 214 | 6 | 52 | 0 | 55 | 444 | 33 | 53 |
| Binary | 10000100 | 1010001 | 10001100 | 110 | 101010 | 0 | 101101 | 100100100 | 11011 | 101011 |
Color Harmonies of #84518C
Complementary color
Monochromatic Colors of #84518C
Black with #84518C
Text Example
Text Example
White with #84518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84518C; }
p { color: rgb(132,81,140); }
H1.HeaderClassName
{
color: #84518C;
}
.AnyTagClassName
{
color: #84518C;
}
</style>
background-color css
<style>
a { background-color: #84518C; }
a { background-color: rgb(132,81,140); }
div.DivClassName
{
background-color: #84518C;
}
.BgClassName
{
background-color: #84518C;
}
</style>
border-color css
<style>
span { border-color: #84518C; }
span { border-color: rgb(132,81,140); }
td.TdClassName
{
border-color: #84518C;
}
.TagClassName
{
border-color: #84518C;
}
</style>