Shades of Trendy Pink #844582
Tints of Trendy Pink #844582
RGB
CMYK
RGB Variations
Color information
#844582 (or 0x844582) is known color: Trendy Pink. HEX triplet: 84, 45 and 82. RGB value is (132,69,130). Sum of RGB (Red+Green+Blue) = 132+69+130=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #844582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844582 is #7BBA7D. Grayscale: #5E5E5E. Windows color (decimal): -8108670 or 8537476. OLE color: 8537476.
HSL color Cylindrical-coordinate representation of color #844582: hue angle of 301.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844582 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 130 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.48 |
| HSL | 301.9º | 0.31% | 0.39% | - |
| HSV(B) | 301.9º | 0.48% | 0.52% | - |
| XYZ | 15.67 | 10.77 | 22.37 | - |
| YUV | 94.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 130 | 0 | 0.48 | 0.02 | 0.48 | 301.9 | 0.31 | 0.39 |
| Hex | 84 | 45 | 82 | 0 | 30 | 2 | 30 | 12E | 1F | 27 |
| Octal | 204 | 105 | 202 | 0 | 60 | 2 | 60 | 456 | 37 | 47 |
| Binary | 10000100 | 1000101 | 10000010 | 0 | 110000 | 10 | 110000 | 100101110 | 11111 | 100111 |
Color Harmonies of #844582
Complementary color
Monochromatic Colors of #844582
Black with #844582
Text Example
Text Example
White with #844582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844582; }
p { color: rgb(132,69,130); }
H1.HeaderClassName
{
color: #844582;
}
.AnyTagClassName
{
color: #844582;
}
</style>
background-color css
<style>
a { background-color: #844582; }
a { background-color: rgb(132,69,130); }
div.DivClassName
{
background-color: #844582;
}
.BgClassName
{
background-color: #844582;
}
</style>
border-color css
<style>
span { border-color: #844582; }
span { border-color: rgb(132,69,130); }
td.TdClassName
{
border-color: #844582;
}
.TagClassName
{
border-color: #844582;
}
</style>