Shades of Monsoon #836A7B
Tints of Monsoon #836A7B
RGB
CMYK
RGB Variations
Color information
#836A7B (or 0x836A7B) is known color: Monsoon. HEX triplet: 83, 6A and 7B. RGB value is (131,106,123). Sum of RGB (Red+Green+Blue) = 131+106+123=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 131 - color contains mainly: red. Hex color #836A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A7B is #7C9584. Grayscale: #737373. Windows color (decimal): -8164741 or 8088195. OLE color: 8088195.
HSL color Cylindrical-coordinate representation of color #836A7B: hue angle of 319.2º 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 #836A7B is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 123 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.49 |
| HSL | 319.2º | 0.11% | 0.46% | - |
| HSV(B) | 319.2º | 0.19% | 0.51% | - |
| XYZ | 18.09 | 16.56 | 20.98 | - |
| YUV | 115.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 123 | 0 | 0.19 | 0.06 | 0.49 | 319.2 | 0.11 | 0.46 |
| Hex | 83 | 6A | 7B | 0 | 13 | 6 | 31 | 13F | B | 2E |
| Octal | 203 | 152 | 173 | 0 | 23 | 6 | 61 | 477 | 13 | 56 |
| Binary | 10000011 | 1101010 | 1111011 | 0 | 10011 | 110 | 110001 | 100111111 | 1011 | 101110 |
Color Harmonies of #836A7B
Complementary color
Monochromatic Colors of #836A7B
Black with #836A7B
Text Example
Text Example
White with #836A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A7B; }
p { color: rgb(131,106,123); }
H1.HeaderClassName
{
color: #836A7B;
}
.AnyTagClassName
{
color: #836A7B;
}
</style>
background-color css
<style>
a { background-color: #836A7B; }
a { background-color: rgb(131,106,123); }
div.DivClassName
{
background-color: #836A7B;
}
.BgClassName
{
background-color: #836A7B;
}
</style>
border-color css
<style>
span { border-color: #836A7B; }
span { border-color: rgb(131,106,123); }
td.TdClassName
{
border-color: #836A7B;
}
.TagClassName
{
border-color: #836A7B;
}
</style>