Shades of Trendy Pink #845C7D
Tints of Trendy Pink #845C7D
RGB
CMYK
RGB Variations
Color information
#845C7D (or 0x845C7D) is known color: Trendy Pink. HEX triplet: 84, 5C and 7D. RGB value is (132,92,125). Sum of RGB (Red+Green+Blue) = 132+92+125=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #845C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C7D is #7BA382. Grayscale: #6B6B6B. Windows color (decimal): -8102787 or 8215684. OLE color: 8215684.
HSL color Cylindrical-coordinate representation of color #845C7D: hue angle of 310.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845C7D is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 125 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.48 |
| HSL | 310.5º | 0.18% | 0.44% | - |
| HSV(B) | 310.5º | 0.3% | 0.52% | - |
| XYZ | 17.04 | 14.04 | 21.21 | - |
| YUV | 107.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 125 | 0 | 0.30 | 0.05 | 0.48 | 310.5 | 0.18 | 0.44 |
| Hex | 84 | 5C | 7D | 0 | 1E | 5 | 30 | 136 | 12 | 2C |
| Octal | 204 | 134 | 175 | 0 | 36 | 5 | 60 | 466 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1111101 | 0 | 11110 | 101 | 110000 | 100110110 | 10010 | 101100 |
Color Harmonies of #845C7D
Complementary color
Monochromatic Colors of #845C7D
Black with #845C7D
Text Example
Text Example
White with #845C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C7D; }
p { color: rgb(132,92,125); }
H1.HeaderClassName
{
color: #845C7D;
}
.AnyTagClassName
{
color: #845C7D;
}
</style>
background-color css
<style>
a { background-color: #845C7D; }
a { background-color: rgb(132,92,125); }
div.DivClassName
{
background-color: #845C7D;
}
.BgClassName
{
background-color: #845C7D;
}
</style>
border-color css
<style>
span { border-color: #845C7D; }
span { border-color: rgb(132,92,125); }
td.TdClassName
{
border-color: #845C7D;
}
.TagClassName
{
border-color: #845C7D;
}
</style>