Shades of Trendy Pink #845D85
Tints of Trendy Pink #845D85
RGB
CMYK
RGB Variations
Color information
#845D85 (or 0x845D85) is known color: Trendy Pink. HEX triplet: 84, 5D and 85. RGB value is (132,93,133). Sum of RGB (Red+Green+Blue) = 132+93+133=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #845D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D85 is #7BA27A. Grayscale: #6D6D6D. Windows color (decimal): -8102523 or 8740228. OLE color: 8740228.
HSL color Cylindrical-coordinate representation of color #845D85: hue angle of 298.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 #845D85 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 133 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.48 |
| HSL | 298.5º | 0.18% | 0.44% | - |
| HSV(B) | 298.5º | 0.3% | 0.52% | - |
| XYZ | 17.66 | 14.43 | 24.04 | - |
| YUV | 109.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 133 | 0.01 | 0.30 | 0 | 0.48 | 298.5 | 0.18 | 0.44 |
| Hex | 84 | 5D | 85 | 1 | 1E | 0 | 30 | 12A | 12 | 2C |
| Octal | 204 | 135 | 205 | 1 | 36 | 0 | 60 | 452 | 22 | 54 |
| Binary | 10000100 | 1011101 | 10000101 | 1 | 11110 | 0 | 110000 | 100101010 | 10010 | 101100 |
Color Harmonies of #845D85
Complementary color
Monochromatic Colors of #845D85
Black with #845D85
Text Example
Text Example
White with #845D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D85; }
p { color: rgb(132,93,133); }
H1.HeaderClassName
{
color: #845D85;
}
.AnyTagClassName
{
color: #845D85;
}
</style>
background-color css
<style>
a { background-color: #845D85; }
a { background-color: rgb(132,93,133); }
div.DivClassName
{
background-color: #845D85;
}
.BgClassName
{
background-color: #845D85;
}
</style>
border-color css
<style>
span { border-color: #845D85; }
span { border-color: rgb(132,93,133); }
td.TdClassName
{
border-color: #845D85;
}
.TagClassName
{
border-color: #845D85;
}
</style>