Shades of Trendy Pink #84508B
Tints of Trendy Pink #84508B
RGB
CMYK
RGB Variations
Color information
#84508B (or 0x84508B) is known color: Trendy Pink. HEX triplet: 84, 50 and 8B. RGB value is (132,80,139). Sum of RGB (Red+Green+Blue) = 132+80+139=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #84508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84508B is #7BAF74. Grayscale: #666666. Windows color (decimal): -8105845 or 9130116. OLE color: 9130116.
HSL color Cylindrical-coordinate representation of color #84508B: hue angle of 292.88º 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 #84508B is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 80 | 139 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.45 |
| HSL | 292.88º | 0.27% | 0.43% | - |
| HSV(B) | 292.88º | 0.42% | 0.55% | - |
| XYZ | 17.04 | 12.51 | 25.94 | - |
| YUV | 102.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 139 | 0.05 | 0.42 | 0 | 0.45 | 292.88 | 0.27 | 0.43 |
| Hex | 84 | 50 | 8B | 5 | 2A | 0 | 2D | 125 | 1B | 2B |
| Octal | 204 | 120 | 213 | 5 | 52 | 0 | 55 | 445 | 33 | 53 |
| Binary | 10000100 | 1010000 | 10001011 | 101 | 101010 | 0 | 101101 | 100100101 | 11011 | 101011 |
Color Harmonies of #84508B
Complementary color
Monochromatic Colors of #84508B
Black with #84508B
Text Example
Text Example
White with #84508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84508B; }
p { color: rgb(132,80,139); }
H1.HeaderClassName
{
color: #84508B;
}
.AnyTagClassName
{
color: #84508B;
}
</style>
background-color css
<style>
a { background-color: #84508B; }
a { background-color: rgb(132,80,139); }
div.DivClassName
{
background-color: #84508B;
}
.BgClassName
{
background-color: #84508B;
}
</style>
border-color css
<style>
span { border-color: #84508B; }
span { border-color: rgb(132,80,139); }
td.TdClassName
{
border-color: #84508B;
}
.TagClassName
{
border-color: #84508B;
}
</style>