Shades of Trendy Pink #844982
Tints of Trendy Pink #844982
RGB
CMYK
RGB Variations
Color information
#844982 (or 0x844982) is known color: Trendy Pink. HEX triplet: 84, 49 and 82. RGB value is (132,73,130). Sum of RGB (Red+Green+Blue) = 132+73+130=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #844982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844982 is #7BB67D. Grayscale: #606060. Windows color (decimal): -8107646 or 8538500. OLE color: 8538500.
HSL color Cylindrical-coordinate representation of color #844982: hue angle of 302.03º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844982 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 130 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.48 |
| HSL | 302.03º | 0.29% | 0.4% | - |
| HSV(B) | 302.03º | 0.45% | 0.52% | - |
| XYZ | 15.93 | 11.28 | 22.46 | - |
| YUV | 97.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 130 | 0 | 0.45 | 0.02 | 0.48 | 302.03 | 0.29 | 0.4 |
| Hex | 84 | 49 | 82 | 0 | 2D | 2 | 30 | 12E | 1D | 28 |
| Octal | 204 | 111 | 202 | 0 | 55 | 2 | 60 | 456 | 35 | 50 |
| Binary | 10000100 | 1001001 | 10000010 | 0 | 101101 | 10 | 110000 | 100101110 | 11101 | 101000 |
Color Harmonies of #844982
Complementary color
Monochromatic Colors of #844982
Black with #844982
Text Example
Text Example
White with #844982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844982; }
p { color: rgb(132,73,130); }
H1.HeaderClassName
{
color: #844982;
}
.AnyTagClassName
{
color: #844982;
}
</style>
background-color css
<style>
a { background-color: #844982; }
a { background-color: rgb(132,73,130); }
div.DivClassName
{
background-color: #844982;
}
.BgClassName
{
background-color: #844982;
}
</style>
border-color css
<style>
span { border-color: #844982; }
span { border-color: rgb(132,73,130); }
td.TdClassName
{
border-color: #844982;
}
.TagClassName
{
border-color: #844982;
}
</style>