Shades of Trendy Pink #845E7D
Tints of Trendy Pink #845E7D
RGB
CMYK
RGB Variations
Color information
#845E7D (or 0x845E7D) is known color: Trendy Pink. HEX triplet: 84, 5E and 7D. RGB value is (132,94,125). Sum of RGB (Red+Green+Blue) = 132+94+125=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #845E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E7D is #7BA182. Grayscale: #6C6C6C. Windows color (decimal): -8102275 or 8216196. OLE color: 8216196.
HSL color Cylindrical-coordinate representation of color #845E7D: hue angle of 311.05º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E7D is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 125 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.48 |
| HSL | 311.05º | 0.17% | 0.44% | - |
| HSV(B) | 311.05º | 0.29% | 0.52% | - |
| XYZ | 17.22 | 14.39 | 21.27 | - |
| YUV | 108.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 125 | 0 | 0.29 | 0.05 | 0.48 | 311.05 | 0.17 | 0.44 |
| Hex | 84 | 5E | 7D | 0 | 1D | 5 | 30 | 137 | 11 | 2C |
| Octal | 204 | 136 | 175 | 0 | 35 | 5 | 60 | 467 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1111101 | 0 | 11101 | 101 | 110000 | 100110111 | 10001 | 101100 |
Color Harmonies of #845E7D
Complementary color
Monochromatic Colors of #845E7D
Black with #845E7D
Text Example
Text Example
White with #845E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E7D; }
p { color: rgb(132,94,125); }
H1.HeaderClassName
{
color: #845E7D;
}
.AnyTagClassName
{
color: #845E7D;
}
</style>
background-color css
<style>
a { background-color: #845E7D; }
a { background-color: rgb(132,94,125); }
div.DivClassName
{
background-color: #845E7D;
}
.BgClassName
{
background-color: #845E7D;
}
</style>
border-color css
<style>
span { border-color: #845E7D; }
span { border-color: rgb(132,94,125); }
td.TdClassName
{
border-color: #845E7D;
}
.TagClassName
{
border-color: #845E7D;
}
</style>