Shades of Trendy Pink #845D88
Tints of Trendy Pink #845D88
RGB
CMYK
RGB Variations
Color information
#845D88 (or 0x845D88) is known color: Trendy Pink. HEX triplet: 84, 5D and 88. RGB value is (132,93,136). Sum of RGB (Red+Green+Blue) = 132+93+136=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #845D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845D88 is #7BA277. Grayscale: #6D6D6D. Windows color (decimal): -8102520 or 8936836. OLE color: 8936836.
HSL color Cylindrical-coordinate representation of color #845D88: hue angle of 294.42º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845D88 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 93 | 136 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.47 |
| HSL | 294.42º | 0.19% | 0.45% | - |
| HSV(B) | 294.42º | 0.32% | 0.53% | - |
| XYZ | 17.87 | 14.51 | 25.15 | - |
| YUV | 109.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 136 | 0.03 | 0.32 | 0 | 0.47 | 294.42 | 0.19 | 0.45 |
| Hex | 84 | 5D | 88 | 3 | 20 | 0 | 2F | 126 | 13 | 2D |
| Octal | 204 | 135 | 210 | 3 | 40 | 0 | 57 | 446 | 23 | 55 |
| Binary | 10000100 | 1011101 | 10001000 | 11 | 100000 | 0 | 101111 | 100100110 | 10011 | 101101 |
Color Harmonies of #845D88
Complementary color
Monochromatic Colors of #845D88
Black with #845D88
Text Example
Text Example
White with #845D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D88; }
p { color: rgb(132,93,136); }
H1.HeaderClassName
{
color: #845D88;
}
.AnyTagClassName
{
color: #845D88;
}
</style>
background-color css
<style>
a { background-color: #845D88; }
a { background-color: rgb(132,93,136); }
div.DivClassName
{
background-color: #845D88;
}
.BgClassName
{
background-color: #845D88;
}
</style>
border-color css
<style>
span { border-color: #845D88; }
span { border-color: rgb(132,93,136); }
td.TdClassName
{
border-color: #845D88;
}
.TagClassName
{
border-color: #845D88;
}
</style>