Shades of Trendy Pink #835280
Tints of Trendy Pink #835280
RGB
CMYK
RGB Variations
Color information
#835280 (or 0x835280) is known color: Trendy Pink. HEX triplet: 83, 52 and 80. RGB value is (131,82,128). Sum of RGB (Red+Green+Blue) = 131+82+128=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #835280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835280 is #7CAD7F. Grayscale: #656565. Windows color (decimal): -8170880 or 8409731. OLE color: 8409731.
HSL color Cylindrical-coordinate representation of color #835280: hue angle of 303.67º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835280 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 128 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.49 |
| HSL | 303.67º | 0.23% | 0.42% | - |
| HSV(B) | 303.67º | 0.37% | 0.51% | - |
| XYZ | 16.27 | 12.42 | 21.96 | - |
| YUV | 101.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 128 | 0 | 0.37 | 0.02 | 0.49 | 303.67 | 0.23 | 0.42 |
| Hex | 83 | 52 | 80 | 0 | 25 | 2 | 31 | 130 | 17 | 2A |
| Octal | 203 | 122 | 200 | 0 | 45 | 2 | 61 | 460 | 27 | 52 |
| Binary | 10000011 | 1010010 | 10000000 | 0 | 100101 | 10 | 110001 | 100110000 | 10111 | 101010 |
Color Harmonies of #835280
Complementary color
Monochromatic Colors of #835280
Black with #835280
Text Example
Text Example
White with #835280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835280; }
p { color: rgb(131,82,128); }
H1.HeaderClassName
{
color: #835280;
}
.AnyTagClassName
{
color: #835280;
}
</style>
background-color css
<style>
a { background-color: #835280; }
a { background-color: rgb(131,82,128); }
div.DivClassName
{
background-color: #835280;
}
.BgClassName
{
background-color: #835280;
}
</style>
border-color css
<style>
span { border-color: #835280; }
span { border-color: rgb(131,82,128); }
td.TdClassName
{
border-color: #835280;
}
.TagClassName
{
border-color: #835280;
}
</style>