Shades of Trendy Pink #845683
Tints of Trendy Pink #845683
RGB
CMYK
RGB Variations
Color information
#845683 (or 0x845683) is known color: Trendy Pink. HEX triplet: 84, 56 and 83. RGB value is (132,86,131). Sum of RGB (Red+Green+Blue) = 132+86+131=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #845683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845683 is #7BA97C. Grayscale: #686868. Windows color (decimal): -8104317 or 8607364. OLE color: 8607364.
HSL color Cylindrical-coordinate representation of color #845683: hue angle of 301.3º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #845683 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 86 | 131 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.48 |
| HSL | 301.3º | 0.21% | 0.43% | - |
| HSV(B) | 301.3º | 0.35% | 0.52% | - |
| XYZ | 16.94 | 13.2 | 23.13 | - |
| YUV | 104.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 131 | 0 | 0.35 | 0.01 | 0.48 | 301.3 | 0.21 | 0.43 |
| Hex | 84 | 56 | 83 | 0 | 23 | 1 | 30 | 12D | 15 | 2B |
| Octal | 204 | 126 | 203 | 0 | 43 | 1 | 60 | 455 | 25 | 53 |
| Binary | 10000100 | 1010110 | 10000011 | 0 | 100011 | 1 | 110000 | 100101101 | 10101 | 101011 |
Color Harmonies of #845683
Complementary color
Monochromatic Colors of #845683
Black with #845683
Text Example
Text Example
White with #845683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845683; }
p { color: rgb(132,86,131); }
H1.HeaderClassName
{
color: #845683;
}
.AnyTagClassName
{
color: #845683;
}
</style>
background-color css
<style>
a { background-color: #845683; }
a { background-color: rgb(132,86,131); }
div.DivClassName
{
background-color: #845683;
}
.BgClassName
{
background-color: #845683;
}
</style>
border-color css
<style>
span { border-color: #845683; }
span { border-color: rgb(132,86,131); }
td.TdClassName
{
border-color: #845683;
}
.TagClassName
{
border-color: #845683;
}
</style>