Shades of Trendy Pink #845A82
Tints of Trendy Pink #845A82
RGB
CMYK
RGB Variations
Color information
#845A82 (or 0x845A82) is known color: Trendy Pink. HEX triplet: 84, 5A and 82. RGB value is (132,90,130). Sum of RGB (Red+Green+Blue) = 132+90+130=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #845A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845A82 is #7BA57D. Grayscale: #6A6A6A. Windows color (decimal): -8103294 or 8542852. OLE color: 8542852.
HSL color Cylindrical-coordinate representation of color #845A82: hue angle of 302.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A82 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 130 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.48 |
| HSL | 302.86º | 0.19% | 0.44% | - |
| HSV(B) | 302.86º | 0.32% | 0.52% | - |
| XYZ | 17.2 | 13.83 | 22.88 | - |
| YUV | 107.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 130 | 0 | 0.32 | 0.02 | 0.48 | 302.86 | 0.19 | 0.44 |
| Hex | 84 | 5A | 82 | 0 | 20 | 2 | 30 | 12F | 13 | 2C |
| Octal | 204 | 132 | 202 | 0 | 40 | 2 | 60 | 457 | 23 | 54 |
| Binary | 10000100 | 1011010 | 10000010 | 0 | 100000 | 10 | 110000 | 100101111 | 10011 | 101100 |
Color Harmonies of #845A82
Complementary color
Monochromatic Colors of #845A82
Black with #845A82
Text Example
Text Example
White with #845A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A82; }
p { color: rgb(132,90,130); }
H1.HeaderClassName
{
color: #845A82;
}
.AnyTagClassName
{
color: #845A82;
}
</style>
background-color css
<style>
a { background-color: #845A82; }
a { background-color: rgb(132,90,130); }
div.DivClassName
{
background-color: #845A82;
}
.BgClassName
{
background-color: #845A82;
}
</style>
border-color css
<style>
span { border-color: #845A82; }
span { border-color: rgb(132,90,130); }
td.TdClassName
{
border-color: #845A82;
}
.TagClassName
{
border-color: #845A82;
}
</style>