Shades of Trendy Pink #84618B
Tints of Trendy Pink #84618B
RGB
CMYK
RGB Variations
Color information
#84618B (or 0x84618B) is known color: Trendy Pink. HEX triplet: 84, 61 and 8B. RGB value is (132,97,139). Sum of RGB (Red+Green+Blue) = 132+97+139=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #84618B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84618B is #7B9E74. Grayscale: #707070. Windows color (decimal): -8101493 or 9134468. OLE color: 9134468.
HSL color Cylindrical-coordinate representation of color #84618B: hue angle of 290º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84618B is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 97 | 139 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.45 |
| HSL | 290º | 0.18% | 0.46% | - |
| HSV(B) | 290º | 0.3% | 0.55% | - |
| XYZ | 18.45 | 15.32 | 26.41 | - |
| YUV | 112.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 139 | 0.05 | 0.30 | 0 | 0.45 | 290 | 0.18 | 0.46 |
| Hex | 84 | 61 | 8B | 5 | 1E | 0 | 2D | 122 | 12 | 2E |
| Octal | 204 | 141 | 213 | 5 | 36 | 0 | 55 | 442 | 22 | 56 |
| Binary | 10000100 | 1100001 | 10001011 | 101 | 11110 | 0 | 101101 | 100100010 | 10010 | 101110 |
Color Harmonies of #84618B
Complementary color
Monochromatic Colors of #84618B
Black with #84618B
Text Example
Text Example
White with #84618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84618B; }
p { color: rgb(132,97,139); }
H1.HeaderClassName
{
color: #84618B;
}
.AnyTagClassName
{
color: #84618B;
}
</style>
background-color css
<style>
a { background-color: #84618B; }
a { background-color: rgb(132,97,139); }
div.DivClassName
{
background-color: #84618B;
}
.BgClassName
{
background-color: #84618B;
}
</style>
border-color css
<style>
span { border-color: #84618B; }
span { border-color: rgb(132,97,139); }
td.TdClassName
{
border-color: #84618B;
}
.TagClassName
{
border-color: #84618B;
}
</style>