Shades of Trendy Pink #84548B
Tints of Trendy Pink #84548B
RGB
CMYK
RGB Variations
Color information
#84548B (or 0x84548B) is known color: Trendy Pink. HEX triplet: 84, 54 and 8B. RGB value is (132,84,139). Sum of RGB (Red+Green+Blue) = 132+84+139=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #84548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84548B is #7BAB74. Grayscale: #686868. Windows color (decimal): -8104821 or 9131140. OLE color: 9131140.
HSL color Cylindrical-coordinate representation of color #84548B: hue angle of 292.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84548B is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 84 | 139 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.45 |
| HSL | 292.36º | 0.25% | 0.44% | - |
| HSV(B) | 292.36º | 0.4% | 0.55% | - |
| XYZ | 17.35 | 13.11 | 26.04 | - |
| YUV | 104.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 139 | 0.05 | 0.40 | 0 | 0.45 | 292.36 | 0.25 | 0.44 |
| Hex | 84 | 54 | 8B | 5 | 28 | 0 | 2D | 124 | 19 | 2C |
| Octal | 204 | 124 | 213 | 5 | 50 | 0 | 55 | 444 | 31 | 54 |
| Binary | 10000100 | 1010100 | 10001011 | 101 | 101000 | 0 | 101101 | 100100100 | 11001 | 101100 |
Color Harmonies of #84548B
Complementary color
Monochromatic Colors of #84548B
Black with #84548B
Text Example
Text Example
White with #84548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84548B; }
p { color: rgb(132,84,139); }
H1.HeaderClassName
{
color: #84548B;
}
.AnyTagClassName
{
color: #84548B;
}
</style>
background-color css
<style>
a { background-color: #84548B; }
a { background-color: rgb(132,84,139); }
div.DivClassName
{
background-color: #84548B;
}
.BgClassName
{
background-color: #84548B;
}
</style>
border-color css
<style>
span { border-color: #84548B; }
span { border-color: rgb(132,84,139); }
td.TdClassName
{
border-color: #84548B;
}
.TagClassName
{
border-color: #84548B;
}
</style>