Shades of Trendy Pink #84528C
Tints of Trendy Pink #84528C
RGB
CMYK
RGB Variations
Color information
#84528C (or 0x84528C) is known color: Trendy Pink. HEX triplet: 84, 52 and 8C. RGB value is (132,82,140). Sum of RGB (Red+Green+Blue) = 132+82+140=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 140 - color contains mainly: blue. Hex color #84528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84528C is #7BAD73. Grayscale: #676767. Windows color (decimal): -8105332 or 9196164. OLE color: 9196164.
HSL color Cylindrical-coordinate representation of color #84528C: hue angle of 291.72º 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 #84528C is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 82 | 140 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.45 |
| HSL | 291.72º | 0.26% | 0.44% | - |
| HSV(B) | 291.72º | 0.41% | 0.55% | - |
| XYZ | 17.27 | 12.83 | 26.38 | - |
| YUV | 103.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 140 | 0.06 | 0.41 | 0 | 0.45 | 291.72 | 0.26 | 0.44 |
| Hex | 84 | 52 | 8C | 6 | 29 | 0 | 2D | 124 | 1A | 2C |
| Octal | 204 | 122 | 214 | 6 | 51 | 0 | 55 | 444 | 32 | 54 |
| Binary | 10000100 | 1010010 | 10001100 | 110 | 101001 | 0 | 101101 | 100100100 | 11010 | 101100 |
Color Harmonies of #84528C
Complementary color
Monochromatic Colors of #84528C
Black with #84528C
Text Example
Text Example
White with #84528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84528C; }
p { color: rgb(132,82,140); }
H1.HeaderClassName
{
color: #84528C;
}
.AnyTagClassName
{
color: #84528C;
}
</style>
background-color css
<style>
a { background-color: #84528C; }
a { background-color: rgb(132,82,140); }
div.DivClassName
{
background-color: #84528C;
}
.BgClassName
{
background-color: #84528C;
}
</style>
border-color css
<style>
span { border-color: #84528C; }
span { border-color: rgb(132,82,140); }
td.TdClassName
{
border-color: #84528C;
}
.TagClassName
{
border-color: #84528C;
}
</style>