Shades of Trendy Pink #84618A
Tints of Trendy Pink #84618A
RGB
CMYK
RGB Variations
Color information
#84618A (or 0x84618A) is known color: Trendy Pink. HEX triplet: 84, 61 and 8A. RGB value is (132,97,138). Sum of RGB (Red+Green+Blue) = 132+97+138=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #84618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84618A is #7B9E75. Grayscale: #707070. Windows color (decimal): -8101494 or 9068932. OLE color: 9068932.
HSL color Cylindrical-coordinate representation of color #84618A: hue angle of 291.22º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84618A is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 97 | 138 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.46 |
| HSL | 291.22º | 0.17% | 0.46% | - |
| HSV(B) | 291.22º | 0.3% | 0.54% | - |
| XYZ | 18.38 | 15.29 | 26.03 | - |
| YUV | 112.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 138 | 0.04 | 0.30 | 0 | 0.46 | 291.22 | 0.17 | 0.46 |
| Hex | 84 | 61 | 8A | 4 | 1E | 0 | 2E | 123 | 11 | 2E |
| Octal | 204 | 141 | 212 | 4 | 36 | 0 | 56 | 443 | 21 | 56 |
| Binary | 10000100 | 1100001 | 10001010 | 100 | 11110 | 0 | 101110 | 100100011 | 10001 | 101110 |
Color Harmonies of #84618A
Complementary color
Monochromatic Colors of #84618A
Black with #84618A
Text Example
Text Example
White with #84618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84618A; }
p { color: rgb(132,97,138); }
H1.HeaderClassName
{
color: #84618A;
}
.AnyTagClassName
{
color: #84618A;
}
</style>
background-color css
<style>
a { background-color: #84618A; }
a { background-color: rgb(132,97,138); }
div.DivClassName
{
background-color: #84618A;
}
.BgClassName
{
background-color: #84618A;
}
</style>
border-color css
<style>
span { border-color: #84618A; }
span { border-color: rgb(132,97,138); }
td.TdClassName
{
border-color: #84618A;
}
.TagClassName
{
border-color: #84618A;
}
</style>