Shades of Monsoon #83667C
Tints of Monsoon #83667C
RGB
CMYK
RGB Variations
Color information
#83667C (or 0x83667C) is known color: Monsoon. HEX triplet: 83, 66 and 7C. RGB value is (131,102,124). Sum of RGB (Red+Green+Blue) = 131+102+124=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 131 - color contains mainly: red. Hex color #83667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83667C is #7C9983. Grayscale: #717171. Windows color (decimal): -8165764 or 8152707. OLE color: 8152707.
HSL color Cylindrical-coordinate representation of color #83667C: hue angle of 314.48º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83667C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 102 | 124 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.49 |
| HSL | 314.48º | 0.12% | 0.46% | - |
| HSV(B) | 314.48º | 0.22% | 0.51% | - |
| XYZ | 17.75 | 15.78 | 21.18 | - |
| YUV | 113.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 124 | 0 | 0.22 | 0.05 | 0.49 | 314.48 | 0.12 | 0.46 |
| Hex | 83 | 66 | 7C | 0 | 16 | 5 | 31 | 13A | C | 2E |
| Octal | 203 | 146 | 174 | 0 | 26 | 5 | 61 | 472 | 14 | 56 |
| Binary | 10000011 | 1100110 | 1111100 | 0 | 10110 | 101 | 110001 | 100111010 | 1100 | 101110 |
Color Harmonies of #83667C
Complementary color
Monochromatic Colors of #83667C
Black with #83667C
Text Example
Text Example
White with #83667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83667C; }
p { color: rgb(131,102,124); }
H1.HeaderClassName
{
color: #83667C;
}
.AnyTagClassName
{
color: #83667C;
}
</style>
background-color css
<style>
a { background-color: #83667C; }
a { background-color: rgb(131,102,124); }
div.DivClassName
{
background-color: #83667C;
}
.BgClassName
{
background-color: #83667C;
}
</style>
border-color css
<style>
span { border-color: #83667C; }
span { border-color: rgb(131,102,124); }
td.TdClassName
{
border-color: #83667C;
}
.TagClassName
{
border-color: #83667C;
}
</style>