Shades of Trendy Pink #835E7C
Tints of Trendy Pink #835E7C
RGB
CMYK
RGB Variations
Color information
#835E7C (or 0x835E7C) is known color: Trendy Pink. HEX triplet: 83, 5E and 7C. RGB value is (131,94,124). Sum of RGB (Red+Green+Blue) = 131+94+124=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #835E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835E7C is #7CA183. Grayscale: #6C6C6C. Windows color (decimal): -8167812 or 8150659. OLE color: 8150659.
HSL color Cylindrical-coordinate representation of color #835E7C: hue angle of 311.35º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #835E7C is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 94 | 124 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.49 |
| HSL | 311.35º | 0.16% | 0.44% | - |
| HSV(B) | 311.35º | 0.28% | 0.51% | - |
| XYZ | 17 | 14.29 | 20.93 | - |
| YUV | 108.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 124 | 0 | 0.28 | 0.05 | 0.49 | 311.35 | 0.16 | 0.44 |
| Hex | 83 | 5E | 7C | 0 | 1C | 5 | 31 | 137 | 10 | 2C |
| Octal | 203 | 136 | 174 | 0 | 34 | 5 | 61 | 467 | 20 | 54 |
| Binary | 10000011 | 1011110 | 1111100 | 0 | 11100 | 101 | 110001 | 100110111 | 10000 | 101100 |
Color Harmonies of #835E7C
Complementary color
Monochromatic Colors of #835E7C
Black with #835E7C
Text Example
Text Example
White with #835E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835E7C; }
p { color: rgb(131,94,124); }
H1.HeaderClassName
{
color: #835E7C;
}
.AnyTagClassName
{
color: #835E7C;
}
</style>
background-color css
<style>
a { background-color: #835E7C; }
a { background-color: rgb(131,94,124); }
div.DivClassName
{
background-color: #835E7C;
}
.BgClassName
{
background-color: #835E7C;
}
</style>
border-color css
<style>
span { border-color: #835E7C; }
span { border-color: rgb(131,94,124); }
td.TdClassName
{
border-color: #835E7C;
}
.TagClassName
{
border-color: #835E7C;
}
</style>