Shades of Trendy Pink #845C89
Tints of Trendy Pink #845C89
RGB
CMYK
RGB Variations
Color information
#845C89 (or 0x845C89) is known color: Trendy Pink. HEX triplet: 84, 5C and 89. RGB value is (132,92,137). Sum of RGB (Red+Green+Blue) = 132+92+137=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #845C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845C89 is #7BA376. Grayscale: #6C6C6C. Windows color (decimal): -8102775 or 9002116. OLE color: 9002116.
HSL color Cylindrical-coordinate representation of color #845C89: hue angle of 293.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845C89 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 92 | 137 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.46 |
| HSL | 293.33º | 0.2% | 0.45% | - |
| HSV(B) | 293.33º | 0.33% | 0.54% | - |
| XYZ | 17.86 | 14.37 | 25.5 | - |
| YUV | 109.09 | 143.75 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 137 | 0.04 | 0.33 | 0 | 0.46 | 293.33 | 0.2 | 0.45 |
| Hex | 84 | 5C | 89 | 4 | 21 | 0 | 2E | 125 | 14 | 2D |
| Octal | 204 | 134 | 211 | 4 | 41 | 0 | 56 | 445 | 24 | 55 |
| Binary | 10000100 | 1011100 | 10001001 | 100 | 100001 | 0 | 101110 | 100100101 | 10100 | 101101 |
Color Harmonies of #845C89
Complementary color
Monochromatic Colors of #845C89
Black with #845C89
Text Example
Text Example
White with #845C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C89; }
p { color: rgb(132,92,137); }
H1.HeaderClassName
{
color: #845C89;
}
.AnyTagClassName
{
color: #845C89;
}
</style>
background-color css
<style>
a { background-color: #845C89; }
a { background-color: rgb(132,92,137); }
div.DivClassName
{
background-color: #845C89;
}
.BgClassName
{
background-color: #845C89;
}
</style>
border-color css
<style>
span { border-color: #845C89; }
span { border-color: rgb(132,92,137); }
td.TdClassName
{
border-color: #845C89;
}
.TagClassName
{
border-color: #845C89;
}
</style>