Shades of Trendy Pink #844986
Tints of Trendy Pink #844986
RGB
CMYK
RGB Variations
Color information
#844986 (or 0x844986) is known color: Trendy Pink. HEX triplet: 84, 49 and 86. RGB value is (132,73,134). Sum of RGB (Red+Green+Blue) = 132+73+134=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #844986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844986 is #7BB679. Grayscale: #616161. Windows color (decimal): -8107642 or 8800644. OLE color: 8800644.
HSL color Cylindrical-coordinate representation of color #844986: hue angle of 298.03º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844986 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 73 | 134 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.47 |
| HSL | 298.03º | 0.29% | 0.41% | - |
| HSV(B) | 298.03º | 0.46% | 0.53% | - |
| XYZ | 16.2 | 11.39 | 23.9 | - |
| YUV | 97.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 134 | 0.01 | 0.46 | 0 | 0.47 | 298.03 | 0.29 | 0.41 |
| Hex | 84 | 49 | 86 | 1 | 2E | 0 | 2F | 12A | 1D | 29 |
| Octal | 204 | 111 | 206 | 1 | 56 | 0 | 57 | 452 | 35 | 51 |
| Binary | 10000100 | 1001001 | 10000110 | 1 | 101110 | 0 | 101111 | 100101010 | 11101 | 101001 |
Color Harmonies of #844986
Complementary color
Monochromatic Colors of #844986
Black with #844986
Text Example
Text Example
White with #844986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844986; }
p { color: rgb(132,73,134); }
H1.HeaderClassName
{
color: #844986;
}
.AnyTagClassName
{
color: #844986;
}
</style>
background-color css
<style>
a { background-color: #844986; }
a { background-color: rgb(132,73,134); }
div.DivClassName
{
background-color: #844986;
}
.BgClassName
{
background-color: #844986;
}
</style>
border-color css
<style>
span { border-color: #844986; }
span { border-color: rgb(132,73,134); }
td.TdClassName
{
border-color: #844986;
}
.TagClassName
{
border-color: #844986;
}
</style>