Shades of Trendy Pink #836A84
Tints of Trendy Pink #836A84
RGB
CMYK
RGB Variations
Color information
#836A84 (or 0x836A84) is known color: Trendy Pink. HEX triplet: 83, 6A and 84. RGB value is (131,106,132). Sum of RGB (Red+Green+Blue) = 131+106+132=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #836A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A84 is #7C957B. Grayscale: #747474. Windows color (decimal): -8164732 or 8678019. OLE color: 8678019.
HSL color Cylindrical-coordinate representation of color #836A84: hue angle of 297.69º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #836A84 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 106 | 132 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.48 |
| HSL | 297.69º | 0.11% | 0.47% | - |
| HSV(B) | 297.69º | 0.2% | 0.52% | - |
| XYZ | 18.68 | 16.8 | 24.09 | - |
| YUV | 116.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 132 | 0.01 | 0.20 | 0 | 0.48 | 297.69 | 0.11 | 0.47 |
| Hex | 83 | 6A | 84 | 1 | 14 | 0 | 30 | 12A | B | 2F |
| Octal | 203 | 152 | 204 | 1 | 24 | 0 | 60 | 452 | 13 | 57 |
| Binary | 10000011 | 1101010 | 10000100 | 1 | 10100 | 0 | 110000 | 100101010 | 1011 | 101111 |
Color Harmonies of #836A84
Complementary color
Monochromatic Colors of #836A84
Black with #836A84
Text Example
Text Example
White with #836A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A84; }
p { color: rgb(131,106,132); }
H1.HeaderClassName
{
color: #836A84;
}
.AnyTagClassName
{
color: #836A84;
}
</style>
background-color css
<style>
a { background-color: #836A84; }
a { background-color: rgb(131,106,132); }
div.DivClassName
{
background-color: #836A84;
}
.BgClassName
{
background-color: #836A84;
}
</style>
border-color css
<style>
span { border-color: #836A84; }
span { border-color: rgb(131,106,132); }
td.TdClassName
{
border-color: #836A84;
}
.TagClassName
{
border-color: #836A84;
}
</style>