Shades of Trendy Pink #836080
Tints of Trendy Pink #836080
RGB
CMYK
RGB Variations
Color information
#836080 (or 0x836080) is known color: Trendy Pink. HEX triplet: 83, 60 and 80. RGB value is (131,96,128). Sum of RGB (Red+Green+Blue) = 131+96+128=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #836080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836080 is #7C9F7F. Grayscale: #6E6E6E. Windows color (decimal): -8167296 or 8413315. OLE color: 8413315.
HSL color Cylindrical-coordinate representation of color #836080: hue angle of 305.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #836080 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 96 | 128 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.49 |
| HSL | 305.14º | 0.15% | 0.45% | - |
| HSV(B) | 305.14º | 0.27% | 0.51% | - |
| XYZ | 17.44 | 14.75 | 22.35 | - |
| YUV | 110.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 128 | 0 | 0.27 | 0.02 | 0.49 | 305.14 | 0.15 | 0.45 |
| Hex | 83 | 60 | 80 | 0 | 1B | 2 | 31 | 131 | F | 2D |
| Octal | 203 | 140 | 200 | 0 | 33 | 2 | 61 | 461 | 17 | 55 |
| Binary | 10000011 | 1100000 | 10000000 | 0 | 11011 | 10 | 110001 | 100110001 | 1111 | 101101 |
Color Harmonies of #836080
Complementary color
Monochromatic Colors of #836080
Black with #836080
Text Example
Text Example
White with #836080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836080; }
p { color: rgb(131,96,128); }
H1.HeaderClassName
{
color: #836080;
}
.AnyTagClassName
{
color: #836080;
}
</style>
background-color css
<style>
a { background-color: #836080; }
a { background-color: rgb(131,96,128); }
div.DivClassName
{
background-color: #836080;
}
.BgClassName
{
background-color: #836080;
}
</style>
border-color css
<style>
span { border-color: #836080; }
span { border-color: rgb(131,96,128); }
td.TdClassName
{
border-color: #836080;
}
.TagClassName
{
border-color: #836080;
}
</style>