Shades of Trendy Pink #845D8C
Tints of Trendy Pink #845D8C
RGB
CMYK
RGB Variations
Color information
#845D8C (or 0x845D8C) is known color: Trendy Pink. HEX triplet: 84, 5D and 8C. RGB value is (132,93,140). Sum of RGB (Red+Green+Blue) = 132+93+140=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #845D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D8C is #7BA273. Grayscale: #6D6D6D. Windows color (decimal): -8102516 or 9198980. OLE color: 9198980.
HSL color Cylindrical-coordinate representation of color #845D8C: hue angle of 289.79º degrees, saturation: 0.2, 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 #845D8C is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 93 | 140 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.45 |
| HSL | 289.79º | 0.2% | 0.46% | - |
| HSV(B) | 289.79º | 0.34% | 0.55% | - |
| XYZ | 18.16 | 14.63 | 26.68 | - |
| YUV | 110.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 140 | 0.06 | 0.34 | 0 | 0.45 | 289.79 | 0.2 | 0.46 |
| Hex | 84 | 5D | 8C | 6 | 22 | 0 | 2D | 122 | 14 | 2E |
| Octal | 204 | 135 | 214 | 6 | 42 | 0 | 55 | 442 | 24 | 56 |
| Binary | 10000100 | 1011101 | 10001100 | 110 | 100010 | 0 | 101101 | 100100010 | 10100 | 101110 |
Color Harmonies of #845D8C
Complementary color
Monochromatic Colors of #845D8C
Black with #845D8C
Text Example
Text Example
White with #845D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D8C; }
p { color: rgb(132,93,140); }
H1.HeaderClassName
{
color: #845D8C;
}
.AnyTagClassName
{
color: #845D8C;
}
</style>
background-color css
<style>
a { background-color: #845D8C; }
a { background-color: rgb(132,93,140); }
div.DivClassName
{
background-color: #845D8C;
}
.BgClassName
{
background-color: #845D8C;
}
</style>
border-color css
<style>
span { border-color: #845D8C; }
span { border-color: rgb(132,93,140); }
td.TdClassName
{
border-color: #845D8C;
}
.TagClassName
{
border-color: #845D8C;
}
</style>