Shades of Trendy Pink #845C83
Tints of Trendy Pink #845C83
RGB
CMYK
RGB Variations
Color information
#845C83 (or 0x845C83) is known color: Trendy Pink. HEX triplet: 84, 5C and 83. RGB value is (132,92,131). Sum of RGB (Red+Green+Blue) = 132+92+131=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #845C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845C83 is #7BA37C. Grayscale: #6C6C6C. Windows color (decimal): -8102781 or 8608900. OLE color: 8608900.
HSL color Cylindrical-coordinate representation of color #845C83: hue angle of 301.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 #845C83 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 131 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.48 |
| HSL | 301.5º | 0.18% | 0.44% | - |
| HSV(B) | 301.5º | 0.3% | 0.52% | - |
| XYZ | 17.44 | 14.2 | 23.29 | - |
| YUV | 108.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 131 | 0 | 0.30 | 0.01 | 0.48 | 301.5 | 0.18 | 0.44 |
| Hex | 84 | 5C | 83 | 0 | 1E | 1 | 30 | 12E | 12 | 2C |
| Octal | 204 | 134 | 203 | 0 | 36 | 1 | 60 | 456 | 22 | 54 |
| Binary | 10000100 | 1011100 | 10000011 | 0 | 11110 | 1 | 110000 | 100101110 | 10010 | 101100 |
Color Harmonies of #845C83
Complementary color
Monochromatic Colors of #845C83
Black with #845C83
Text Example
Text Example
White with #845C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C83; }
p { color: rgb(132,92,131); }
H1.HeaderClassName
{
color: #845C83;
}
.AnyTagClassName
{
color: #845C83;
}
</style>
background-color css
<style>
a { background-color: #845C83; }
a { background-color: rgb(132,92,131); }
div.DivClassName
{
background-color: #845C83;
}
.BgClassName
{
background-color: #845C83;
}
</style>
border-color css
<style>
span { border-color: #845C83; }
span { border-color: rgb(132,92,131); }
td.TdClassName
{
border-color: #845C83;
}
.TagClassName
{
border-color: #845C83;
}
</style>