Shades of Trendy Pink #846882
Tints of Trendy Pink #846882
RGB
CMYK
RGB Variations
Color information
#846882 (or 0x846882) is known color: Trendy Pink. HEX triplet: 84, 68 and 82. RGB value is (132,104,130). Sum of RGB (Red+Green+Blue) = 132+104+130=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #846882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846882 is #7B977D. Grayscale: #737373. Windows color (decimal): -8099710 or 8546436. OLE color: 8546436.
HSL color Cylindrical-coordinate representation of color #846882: hue angle of 304.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846882 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 130 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.48 |
| HSL | 304.29º | 0.12% | 0.46% | - |
| HSV(B) | 304.29º | 0.21% | 0.52% | - |
| XYZ | 18.5 | 16.42 | 23.31 | - |
| YUV | 115.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 130 | 0 | 0.21 | 0.02 | 0.48 | 304.29 | 0.12 | 0.46 |
| Hex | 84 | 68 | 82 | 0 | 15 | 2 | 30 | 130 | C | 2E |
| Octal | 204 | 150 | 202 | 0 | 25 | 2 | 60 | 460 | 14 | 56 |
| Binary | 10000100 | 1101000 | 10000010 | 0 | 10101 | 10 | 110000 | 100110000 | 1100 | 101110 |
Color Harmonies of #846882
Complementary color
Monochromatic Colors of #846882
Black with #846882
Text Example
Text Example
White with #846882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846882; }
p { color: rgb(132,104,130); }
H1.HeaderClassName
{
color: #846882;
}
.AnyTagClassName
{
color: #846882;
}
</style>
background-color css
<style>
a { background-color: #846882; }
a { background-color: rgb(132,104,130); }
div.DivClassName
{
background-color: #846882;
}
.BgClassName
{
background-color: #846882;
}
</style>
border-color css
<style>
span { border-color: #846882; }
span { border-color: rgb(132,104,130); }
td.TdClassName
{
border-color: #846882;
}
.TagClassName
{
border-color: #846882;
}
</style>