Shades of Trendy Pink #835580
Tints of Trendy Pink #835580
RGB
CMYK
RGB Variations
Color information
#835580 (or 0x835580) is known color: Trendy Pink. HEX triplet: 83, 55 and 80. RGB value is (131,85,128). Sum of RGB (Red+Green+Blue) = 131+85+128=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #835580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835580 is #7CAA7F. Grayscale: #676767. Windows color (decimal): -8170112 or 8410499. OLE color: 8410499.
HSL color Cylindrical-coordinate representation of color #835580: hue angle of 303.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835580 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 85 | 128 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.49 |
| HSL | 303.91º | 0.21% | 0.42% | - |
| HSV(B) | 303.91º | 0.35% | 0.51% | - |
| XYZ | 16.5 | 12.88 | 22.04 | - |
| YUV | 103.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 128 | 0 | 0.35 | 0.02 | 0.49 | 303.91 | 0.21 | 0.42 |
| Hex | 83 | 55 | 80 | 0 | 23 | 2 | 31 | 130 | 15 | 2A |
| Octal | 203 | 125 | 200 | 0 | 43 | 2 | 61 | 460 | 25 | 52 |
| Binary | 10000011 | 1010101 | 10000000 | 0 | 100011 | 10 | 110001 | 100110000 | 10101 | 101010 |
Color Harmonies of #835580
Complementary color
Monochromatic Colors of #835580
Black with #835580
Text Example
Text Example
White with #835580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835580; }
p { color: rgb(131,85,128); }
H1.HeaderClassName
{
color: #835580;
}
.AnyTagClassName
{
color: #835580;
}
</style>
background-color css
<style>
a { background-color: #835580; }
a { background-color: rgb(131,85,128); }
div.DivClassName
{
background-color: #835580;
}
.BgClassName
{
background-color: #835580;
}
</style>
border-color css
<style>
span { border-color: #835580; }
span { border-color: rgb(131,85,128); }
td.TdClassName
{
border-color: #835580;
}
.TagClassName
{
border-color: #835580;
}
</style>