Shades of Trendy Pink #836A82
Tints of Trendy Pink #836A82
RGB
CMYK
RGB Variations
Color information
#836A82 (or 0x836A82) is known color: Trendy Pink. HEX triplet: 83, 6A and 82. RGB value is (131,106,130). Sum of RGB (Red+Green+Blue) = 131+106+130=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 131 - color contains mainly: red. Hex color #836A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A82 is #7C957D. Grayscale: #747474. Windows color (decimal): -8164734 or 8546947. OLE color: 8546947.
HSL color Cylindrical-coordinate representation of color #836A82: hue angle of 302.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #836A82 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 130 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.49 |
| HSL | 302.4º | 0.11% | 0.46% | - |
| HSV(B) | 302.4º | 0.19% | 0.51% | - |
| XYZ | 18.54 | 16.75 | 23.37 | - |
| YUV | 116.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 130 | 0 | 0.19 | 0.01 | 0.49 | 302.4 | 0.11 | 0.46 |
| Hex | 83 | 6A | 82 | 0 | 13 | 1 | 31 | 12E | B | 2E |
| Octal | 203 | 152 | 202 | 0 | 23 | 1 | 61 | 456 | 13 | 56 |
| Binary | 10000011 | 1101010 | 10000010 | 0 | 10011 | 1 | 110001 | 100101110 | 1011 | 101110 |
Color Harmonies of #836A82
Complementary color
Monochromatic Colors of #836A82
Black with #836A82
Text Example
Text Example
White with #836A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A82; }
p { color: rgb(131,106,130); }
H1.HeaderClassName
{
color: #836A82;
}
.AnyTagClassName
{
color: #836A82;
}
</style>
background-color css
<style>
a { background-color: #836A82; }
a { background-color: rgb(131,106,130); }
div.DivClassName
{
background-color: #836A82;
}
.BgClassName
{
background-color: #836A82;
}
</style>
border-color css
<style>
span { border-color: #836A82; }
span { border-color: rgb(131,106,130); }
td.TdClassName
{
border-color: #836A82;
}
.TagClassName
{
border-color: #836A82;
}
</style>