Shades of Trendy Pink #835485
Tints of Trendy Pink #835485
RGB
CMYK
RGB Variations
Color information
#835485 (or 0x835485) is known color: Trendy Pink. HEX triplet: 83, 54 and 85. RGB value is (131,84,133). Sum of RGB (Red+Green+Blue) = 131+84+133=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #835485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835485 is #7CAB7A. Grayscale: #676767. Windows color (decimal): -8170363 or 8737923. OLE color: 8737923.
HSL color Cylindrical-coordinate representation of color #835485: hue angle of 297.55º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835485 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 84 | 133 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.48 |
| HSL | 297.55º | 0.23% | 0.43% | - |
| HSV(B) | 297.55º | 0.37% | 0.52% | - |
| XYZ | 16.76 | 12.86 | 23.79 | - |
| YUV | 103.64 | 144.57 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 133 | 0.02 | 0.37 | 0 | 0.48 | 297.55 | 0.23 | 0.43 |
| Hex | 83 | 54 | 85 | 2 | 25 | 0 | 30 | 12A | 17 | 2B |
| Octal | 203 | 124 | 205 | 2 | 45 | 0 | 60 | 452 | 27 | 53 |
| Binary | 10000011 | 1010100 | 10000101 | 10 | 100101 | 0 | 110000 | 100101010 | 10111 | 101011 |
Color Harmonies of #835485
Complementary color
Monochromatic Colors of #835485
Black with #835485
Text Example
Text Example
White with #835485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835485; }
p { color: rgb(131,84,133); }
H1.HeaderClassName
{
color: #835485;
}
.AnyTagClassName
{
color: #835485;
}
</style>
background-color css
<style>
a { background-color: #835485; }
a { background-color: rgb(131,84,133); }
div.DivClassName
{
background-color: #835485;
}
.BgClassName
{
background-color: #835485;
}
</style>
border-color css
<style>
span { border-color: #835485; }
span { border-color: rgb(131,84,133); }
td.TdClassName
{
border-color: #835485;
}
.TagClassName
{
border-color: #835485;
}
</style>