Shades of Trendy Pink #84618E
Tints of Trendy Pink #84618E
RGB
CMYK
RGB Variations
Color information
#84618E (or 0x84618E) is known color: Trendy Pink. HEX triplet: 84, 61 and 8E. RGB value is (132,97,142). Sum of RGB (Red+Green+Blue) = 132+97+142=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #84618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84618E is #7B9E71. Grayscale: #707070. Windows color (decimal): -8101490 or 9331076. OLE color: 9331076.
HSL color Cylindrical-coordinate representation of color #84618E: hue angle of 286.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84618E is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 97 | 142 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.44 |
| HSL | 286.67º | 0.19% | 0.47% | - |
| HSV(B) | 286.67º | 0.32% | 0.56% | - |
| XYZ | 18.67 | 15.41 | 27.58 | - |
| YUV | 112.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 142 | 0.07 | 0.32 | 0 | 0.44 | 286.67 | 0.19 | 0.47 |
| Hex | 84 | 61 | 8E | 7 | 20 | 0 | 2C | 11F | 13 | 2F |
| Octal | 204 | 141 | 216 | 7 | 40 | 0 | 54 | 437 | 23 | 57 |
| Binary | 10000100 | 1100001 | 10001110 | 111 | 100000 | 0 | 101100 | 100011111 | 10011 | 101111 |
Color Harmonies of #84618E
Complementary color
Monochromatic Colors of #84618E
Black with #84618E
Text Example
Text Example
White with #84618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84618E; }
p { color: rgb(132,97,142); }
H1.HeaderClassName
{
color: #84618E;
}
.AnyTagClassName
{
color: #84618E;
}
</style>
background-color css
<style>
a { background-color: #84618E; }
a { background-color: rgb(132,97,142); }
div.DivClassName
{
background-color: #84618E;
}
.BgClassName
{
background-color: #84618E;
}
</style>
border-color css
<style>
span { border-color: #84618E; }
span { border-color: rgb(132,97,142); }
td.TdClassName
{
border-color: #84618E;
}
.TagClassName
{
border-color: #84618E;
}
</style>