Shades of Trendy Pink #844782
Tints of Trendy Pink #844782
RGB
CMYK
RGB Variations
Color information
#844782 (or 0x844782) is known color: Trendy Pink. HEX triplet: 84, 47 and 82. RGB value is (132,71,130). Sum of RGB (Red+Green+Blue) = 132+71+130=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #844782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844782 is #7BB87D. Grayscale: #5F5F5F. Windows color (decimal): -8108158 or 8537988. OLE color: 8537988.
HSL color Cylindrical-coordinate representation of color #844782: hue angle of 301.97º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844782 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 130 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.48 |
| HSL | 301.97º | 0.3% | 0.4% | - |
| HSV(B) | 301.97º | 0.46% | 0.52% | - |
| XYZ | 15.8 | 11.02 | 22.41 | - |
| YUV | 95.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 130 | 0 | 0.46 | 0.02 | 0.48 | 301.97 | 0.3 | 0.4 |
| Hex | 84 | 47 | 82 | 0 | 2E | 2 | 30 | 12E | 1E | 28 |
| Octal | 204 | 107 | 202 | 0 | 56 | 2 | 60 | 456 | 36 | 50 |
| Binary | 10000100 | 1000111 | 10000010 | 0 | 101110 | 10 | 110000 | 100101110 | 11110 | 101000 |
Color Harmonies of #844782
Complementary color
Monochromatic Colors of #844782
Black with #844782
Text Example
Text Example
White with #844782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844782; }
p { color: rgb(132,71,130); }
H1.HeaderClassName
{
color: #844782;
}
.AnyTagClassName
{
color: #844782;
}
</style>
background-color css
<style>
a { background-color: #844782; }
a { background-color: rgb(132,71,130); }
div.DivClassName
{
background-color: #844782;
}
.BgClassName
{
background-color: #844782;
}
</style>
border-color css
<style>
span { border-color: #844782; }
span { border-color: rgb(132,71,130); }
td.TdClassName
{
border-color: #844782;
}
.TagClassName
{
border-color: #844782;
}
</style>