Shades of Trendy Pink #836C88
Tints of Trendy Pink #836C88
RGB
CMYK
RGB Variations
Color information
#836C88 (or 0x836C88) is known color: Trendy Pink. HEX triplet: 83, 6C and 88. RGB value is (131,108,136). Sum of RGB (Red+Green+Blue) = 131+108+136=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 136 - color contains mainly: blue. Hex color #836C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C88 is #7C9377. Grayscale: #757575. Windows color (decimal): -8164216 or 8940675. OLE color: 8940675.
HSL color Cylindrical-coordinate representation of color #836C88: hue angle of 289.29º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836C88 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 108 | 136 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.47 |
| HSL | 289.29º | 0.11% | 0.48% | - |
| HSV(B) | 289.29º | 0.21% | 0.53% | - |
| XYZ | 19.17 | 17.33 | 25.63 | - |
| YUV | 118.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 136 | 0.04 | 0.21 | 0 | 0.47 | 289.29 | 0.11 | 0.48 |
| Hex | 83 | 6C | 88 | 4 | 15 | 0 | 2F | 121 | B | 30 |
| Octal | 203 | 154 | 210 | 4 | 25 | 0 | 57 | 441 | 13 | 60 |
| Binary | 10000011 | 1101100 | 10001000 | 100 | 10101 | 0 | 101111 | 100100001 | 1011 | 110000 |
Color Harmonies of #836C88
Complementary color
Monochromatic Colors of #836C88
Black with #836C88
Text Example
Text Example
White with #836C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C88; }
p { color: rgb(131,108,136); }
H1.HeaderClassName
{
color: #836C88;
}
.AnyTagClassName
{
color: #836C88;
}
</style>
background-color css
<style>
a { background-color: #836C88; }
a { background-color: rgb(131,108,136); }
div.DivClassName
{
background-color: #836C88;
}
.BgClassName
{
background-color: #836C88;
}
</style>
border-color css
<style>
span { border-color: #836C88; }
span { border-color: rgb(131,108,136); }
td.TdClassName
{
border-color: #836C88;
}
.TagClassName
{
border-color: #836C88;
}
</style>