Shades of Trendy Pink #845D8D
Tints of Trendy Pink #845D8D
RGB
CMYK
RGB Variations
Color information
#845D8D (or 0x845D8D) is known color: Trendy Pink. HEX triplet: 84, 5D and 8D. RGB value is (132,93,141). Sum of RGB (Red+Green+Blue) = 132+93+141=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #845D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D8D is #7BA272. Grayscale: #6D6D6D. Windows color (decimal): -8102515 or 9264516. OLE color: 9264516.
HSL color Cylindrical-coordinate representation of color #845D8D: hue angle of 288.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #845D8D is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 93 | 141 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.45 |
| HSL | 288.75º | 0.21% | 0.46% | - |
| HSV(B) | 288.75º | 0.34% | 0.55% | - |
| XYZ | 18.24 | 14.66 | 27.07 | - |
| YUV | 110.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 141 | 0.06 | 0.34 | 0 | 0.45 | 288.75 | 0.21 | 0.46 |
| Hex | 84 | 5D | 8D | 6 | 22 | 0 | 2D | 121 | 15 | 2E |
| Octal | 204 | 135 | 215 | 6 | 42 | 0 | 55 | 441 | 25 | 56 |
| Binary | 10000100 | 1011101 | 10001101 | 110 | 100010 | 0 | 101101 | 100100001 | 10101 | 101110 |
Color Harmonies of #845D8D
Complementary color
Monochromatic Colors of #845D8D
Black with #845D8D
Text Example
Text Example
White with #845D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D8D; }
p { color: rgb(132,93,141); }
H1.HeaderClassName
{
color: #845D8D;
}
.AnyTagClassName
{
color: #845D8D;
}
</style>
background-color css
<style>
a { background-color: #845D8D; }
a { background-color: rgb(132,93,141); }
div.DivClassName
{
background-color: #845D8D;
}
.BgClassName
{
background-color: #845D8D;
}
</style>
border-color css
<style>
span { border-color: #845D8D; }
span { border-color: rgb(132,93,141); }
td.TdClassName
{
border-color: #845D8D;
}
.TagClassName
{
border-color: #845D8D;
}
</style>