Shades of Trendy Pink #835E8C
Tints of Trendy Pink #835E8C
RGB
CMYK
RGB Variations
Color information
#835E8C (or 0x835E8C) is known color: Trendy Pink. HEX triplet: 83, 5E and 8C. RGB value is (131,94,140). Sum of RGB (Red+Green+Blue) = 131+94+140=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #835E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835E8C is #7CA173. Grayscale: #6E6E6E. Windows color (decimal): -8167796 or 9199235. OLE color: 9199235.
HSL color Cylindrical-coordinate representation of color #835E8C: hue angle of 288.26º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835E8C is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 94 | 140 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.45 |
| HSL | 288.26º | 0.2% | 0.46% | - |
| HSV(B) | 288.26º | 0.33% | 0.55% | - |
| XYZ | 18.1 | 14.72 | 26.7 | - |
| YUV | 110.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 94 | 140 | 0.06 | 0.33 | 0 | 0.45 | 288.26 | 0.2 | 0.46 |
| Hex | 83 | 5E | 8C | 6 | 21 | 0 | 2D | 120 | 14 | 2E |
| Octal | 203 | 136 | 214 | 6 | 41 | 0 | 55 | 440 | 24 | 56 |
| Binary | 10000011 | 1011110 | 10001100 | 110 | 100001 | 0 | 101101 | 100100000 | 10100 | 101110 |
Color Harmonies of #835E8C
Complementary color
Monochromatic Colors of #835E8C
Black with #835E8C
Text Example
Text Example
White with #835E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835E8C; }
p { color: rgb(131,94,140); }
H1.HeaderClassName
{
color: #835E8C;
}
.AnyTagClassName
{
color: #835E8C;
}
</style>
background-color css
<style>
a { background-color: #835E8C; }
a { background-color: rgb(131,94,140); }
div.DivClassName
{
background-color: #835E8C;
}
.BgClassName
{
background-color: #835E8C;
}
</style>
border-color css
<style>
span { border-color: #835E8C; }
span { border-color: rgb(131,94,140); }
td.TdClassName
{
border-color: #835E8C;
}
.TagClassName
{
border-color: #835E8C;
}
</style>