Shades of Trendy Pink #845089
Tints of Trendy Pink #845089
RGB
CMYK
RGB Variations
Color information
#845089 (or 0x845089) is known color: Trendy Pink. HEX triplet: 84, 50 and 89. RGB value is (132,80,137). Sum of RGB (Red+Green+Blue) = 132+80+137=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #845089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845089 is #7BAF76. Grayscale: #656565. Windows color (decimal): -8105847 or 8999044. OLE color: 8999044.
HSL color Cylindrical-coordinate representation of color #845089: hue angle of 294.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845089 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 80 | 137 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.46 |
| HSL | 294.74º | 0.26% | 0.43% | - |
| HSV(B) | 294.74º | 0.42% | 0.54% | - |
| XYZ | 16.9 | 12.45 | 25.18 | - |
| YUV | 102.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 137 | 0.04 | 0.42 | 0 | 0.46 | 294.74 | 0.26 | 0.43 |
| Hex | 84 | 50 | 89 | 4 | 2A | 0 | 2E | 127 | 1A | 2B |
| Octal | 204 | 120 | 211 | 4 | 52 | 0 | 56 | 447 | 32 | 53 |
| Binary | 10000100 | 1010000 | 10001001 | 100 | 101010 | 0 | 101110 | 100100111 | 11010 | 101011 |
Color Harmonies of #845089
Complementary color
Monochromatic Colors of #845089
Black with #845089
Text Example
Text Example
White with #845089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845089; }
p { color: rgb(132,80,137); }
H1.HeaderClassName
{
color: #845089;
}
.AnyTagClassName
{
color: #845089;
}
</style>
background-color css
<style>
a { background-color: #845089; }
a { background-color: rgb(132,80,137); }
div.DivClassName
{
background-color: #845089;
}
.BgClassName
{
background-color: #845089;
}
</style>
border-color css
<style>
span { border-color: #845089; }
span { border-color: rgb(132,80,137); }
td.TdClassName
{
border-color: #845089;
}
.TagClassName
{
border-color: #845089;
}
</style>