Shades of Trendy Pink #835785
Tints of Trendy Pink #835785
RGB
CMYK
RGB Variations
Color information
#835785 (or 0x835785) is known color: Trendy Pink. HEX triplet: 83, 57 and 85. RGB value is (131,87,133). Sum of RGB (Red+Green+Blue) = 131+87+133=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #835785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835785 is #7CA87A. Grayscale: #696969. Windows color (decimal): -8169595 or 8738691. OLE color: 8738691.
HSL color Cylindrical-coordinate representation of color #835785: hue angle of 297.39º 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 #835785 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 87 | 133 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.48 |
| HSL | 297.39º | 0.21% | 0.43% | - |
| HSV(B) | 297.39º | 0.35% | 0.52% | - |
| XYZ | 17 | 13.34 | 23.87 | - |
| YUV | 105.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 133 | 0.02 | 0.35 | 0 | 0.48 | 297.39 | 0.21 | 0.43 |
| Hex | 83 | 57 | 85 | 2 | 23 | 0 | 30 | 129 | 15 | 2B |
| Octal | 203 | 127 | 205 | 2 | 43 | 0 | 60 | 451 | 25 | 53 |
| Binary | 10000011 | 1010111 | 10000101 | 10 | 100011 | 0 | 110000 | 100101001 | 10101 | 101011 |
Color Harmonies of #835785
Complementary color
Monochromatic Colors of #835785
Black with #835785
Text Example
Text Example
White with #835785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835785; }
p { color: rgb(131,87,133); }
H1.HeaderClassName
{
color: #835785;
}
.AnyTagClassName
{
color: #835785;
}
</style>
background-color css
<style>
a { background-color: #835785; }
a { background-color: rgb(131,87,133); }
div.DivClassName
{
background-color: #835785;
}
.BgClassName
{
background-color: #835785;
}
</style>
border-color css
<style>
span { border-color: #835785; }
span { border-color: rgb(131,87,133); }
td.TdClassName
{
border-color: #835785;
}
.TagClassName
{
border-color: #835785;
}
</style>