Shades of Trendy Pink #84618D
Tints of Trendy Pink #84618D
RGB
CMYK
RGB Variations
Color information
#84618D (or 0x84618D) is known color: Trendy Pink. HEX triplet: 84, 61 and 8D. RGB value is (132,97,141). Sum of RGB (Red+Green+Blue) = 132+97+141=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #84618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84618D is #7B9E72. Grayscale: #707070. Windows color (decimal): -8101491 or 9265540. OLE color: 9265540.
HSL color Cylindrical-coordinate representation of color #84618D: hue angle of 287.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84618D is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 97 | 141 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.45 |
| HSL | 287.73º | 0.18% | 0.47% | - |
| HSV(B) | 287.73º | 0.31% | 0.55% | - |
| XYZ | 18.6 | 15.38 | 27.19 | - |
| YUV | 112.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 141 | 0.06 | 0.31 | 0 | 0.45 | 287.73 | 0.18 | 0.47 |
| Hex | 84 | 61 | 8D | 6 | 1F | 0 | 2D | 120 | 12 | 2F |
| Octal | 204 | 141 | 215 | 6 | 37 | 0 | 55 | 440 | 22 | 57 |
| Binary | 10000100 | 1100001 | 10001101 | 110 | 11111 | 0 | 101101 | 100100000 | 10010 | 101111 |
Color Harmonies of #84618D
Complementary color
Monochromatic Colors of #84618D
Black with #84618D
Text Example
Text Example
White with #84618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84618D; }
p { color: rgb(132,97,141); }
H1.HeaderClassName
{
color: #84618D;
}
.AnyTagClassName
{
color: #84618D;
}
</style>
background-color css
<style>
a { background-color: #84618D; }
a { background-color: rgb(132,97,141); }
div.DivClassName
{
background-color: #84618D;
}
.BgClassName
{
background-color: #84618D;
}
</style>
border-color css
<style>
span { border-color: #84618D; }
span { border-color: rgb(132,97,141); }
td.TdClassName
{
border-color: #84618D;
}
.TagClassName
{
border-color: #84618D;
}
</style>