Shades of Monsoon #83667B
Tints of Monsoon #83667B
RGB
CMYK
RGB Variations
Color information
#83667B (or 0x83667B) is known color: Monsoon. HEX triplet: 83, 66 and 7B. RGB value is (131,102,123). Sum of RGB (Red+Green+Blue) = 131+102+123=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #83667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83667B is #7C9984. Grayscale: #717171. Windows color (decimal): -8165765 or 8087171. OLE color: 8087171.
HSL color Cylindrical-coordinate representation of color #83667B: hue angle of 316.55º 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 #83667B is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 102 | 123 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.49 |
| HSL | 316.55º | 0.12% | 0.46% | - |
| HSV(B) | 316.55º | 0.22% | 0.51% | - |
| XYZ | 17.69 | 15.76 | 20.85 | - |
| YUV | 113.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 123 | 0 | 0.22 | 0.06 | 0.49 | 316.55 | 0.12 | 0.46 |
| Hex | 83 | 66 | 7B | 0 | 16 | 6 | 31 | 13D | C | 2E |
| Octal | 203 | 146 | 173 | 0 | 26 | 6 | 61 | 475 | 14 | 56 |
| Binary | 10000011 | 1100110 | 1111011 | 0 | 10110 | 110 | 110001 | 100111101 | 1100 | 101110 |
Color Harmonies of #83667B
Complementary color
Monochromatic Colors of #83667B
Black with #83667B
Text Example
Text Example
White with #83667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83667B; }
p { color: rgb(131,102,123); }
H1.HeaderClassName
{
color: #83667B;
}
.AnyTagClassName
{
color: #83667B;
}
</style>
background-color css
<style>
a { background-color: #83667B; }
a { background-color: rgb(131,102,123); }
div.DivClassName
{
background-color: #83667B;
}
.BgClassName
{
background-color: #83667B;
}
</style>
border-color css
<style>
span { border-color: #83667B; }
span { border-color: rgb(131,102,123); }
td.TdClassName
{
border-color: #83667B;
}
.TagClassName
{
border-color: #83667B;
}
</style>