Shades of Trendy Pink #845E8D
Tints of Trendy Pink #845E8D
RGB
CMYK
RGB Variations
Color information
#845E8D (or 0x845E8D) is known color: Trendy Pink. HEX triplet: 84, 5E and 8D. RGB value is (132,94,141). Sum of RGB (Red+Green+Blue) = 132+94+141=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #845E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845E8D is #7BA172. Grayscale: #6E6E6E. Windows color (decimal): -8102259 or 9264772. OLE color: 9264772.
HSL color Cylindrical-coordinate representation of color #845E8D: hue angle of 288.51º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #845E8D is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 94 | 141 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.45 |
| HSL | 288.51º | 0.2% | 0.46% | - |
| HSV(B) | 288.51º | 0.33% | 0.55% | - |
| XYZ | 18.33 | 14.83 | 27.1 | - |
| YUV | 110.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 141 | 0.06 | 0.33 | 0 | 0.45 | 288.51 | 0.2 | 0.46 |
| Hex | 84 | 5E | 8D | 6 | 21 | 0 | 2D | 121 | 14 | 2E |
| Octal | 204 | 136 | 215 | 6 | 41 | 0 | 55 | 441 | 24 | 56 |
| Binary | 10000100 | 1011110 | 10001101 | 110 | 100001 | 0 | 101101 | 100100001 | 10100 | 101110 |
Color Harmonies of #845E8D
Complementary color
Monochromatic Colors of #845E8D
Black with #845E8D
Text Example
Text Example
White with #845E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E8D; }
p { color: rgb(132,94,141); }
H1.HeaderClassName
{
color: #845E8D;
}
.AnyTagClassName
{
color: #845E8D;
}
</style>
background-color css
<style>
a { background-color: #845E8D; }
a { background-color: rgb(132,94,141); }
div.DivClassName
{
background-color: #845E8D;
}
.BgClassName
{
background-color: #845E8D;
}
</style>
border-color css
<style>
span { border-color: #845E8D; }
span { border-color: rgb(132,94,141); }
td.TdClassName
{
border-color: #845E8D;
}
.TagClassName
{
border-color: #845E8D;
}
</style>