Shades of Trendy Pink #84617E
Tints of Trendy Pink #84617E
RGB
CMYK
RGB Variations
Color information
#84617E (or 0x84617E) is known color: Trendy Pink. HEX triplet: 84, 61 and 7E. RGB value is (132,97,126). Sum of RGB (Red+Green+Blue) = 132+97+126=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84617E is #7B9E81. Grayscale: #6E6E6E. Windows color (decimal): -8101506 or 8282500. OLE color: 8282500.
HSL color Cylindrical-coordinate representation of color #84617E: hue angle of 310.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84617E is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 126 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.48 |
| HSL | 310.29º | 0.15% | 0.45% | - |
| HSV(B) | 310.29º | 0.27% | 0.52% | - |
| XYZ | 17.56 | 14.96 | 21.7 | - |
| YUV | 110.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 126 | 0 | 0.27 | 0.05 | 0.48 | 310.29 | 0.15 | 0.45 |
| Hex | 84 | 61 | 7E | 0 | 1B | 5 | 30 | 136 | F | 2D |
| Octal | 204 | 141 | 176 | 0 | 33 | 5 | 60 | 466 | 17 | 55 |
| Binary | 10000100 | 1100001 | 1111110 | 0 | 11011 | 101 | 110000 | 100110110 | 1111 | 101101 |
Color Harmonies of #84617E
Complementary color
Monochromatic Colors of #84617E
Black with #84617E
Text Example
Text Example
White with #84617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84617E; }
p { color: rgb(132,97,126); }
H1.HeaderClassName
{
color: #84617E;
}
.AnyTagClassName
{
color: #84617E;
}
</style>
background-color css
<style>
a { background-color: #84617E; }
a { background-color: rgb(132,97,126); }
div.DivClassName
{
background-color: #84617E;
}
.BgClassName
{
background-color: #84617E;
}
</style>
border-color css
<style>
span { border-color: #84617E; }
span { border-color: rgb(132,97,126); }
td.TdClassName
{
border-color: #84617E;
}
.TagClassName
{
border-color: #84617E;
}
</style>