Shades of Monsoon #896C83
Tints of Monsoon #896C83
RGB
CMYK
RGB Variations
Color information
#896C83 (or 0x896C83) is known color: Monsoon. HEX triplet: 89, 6C and 83. RGB value is (137,108,131). Sum of RGB (Red+Green+Blue) = 137+108+131=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 137 - color contains mainly: red. Hex color #896C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C83 is #76937C. Grayscale: #777777. Windows color (decimal): -7771005 or 8613001. OLE color: 8613001.
HSL color Cylindrical-coordinate representation of color #896C83: hue angle of 312.41º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C83 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 131 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.46 |
| HSL | 312.41º | 0.12% | 0.48% | - |
| HSV(B) | 312.41º | 0.21% | 0.54% | - |
| XYZ | 19.78 | 17.68 | 23.84 | - |
| YUV | 119.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 131 | 0 | 0.21 | 0.04 | 0.46 | 312.41 | 0.12 | 0.48 |
| Hex | 89 | 6C | 83 | 0 | 15 | 4 | 2E | 138 | C | 30 |
| Octal | 211 | 154 | 203 | 0 | 25 | 4 | 56 | 470 | 14 | 60 |
| Binary | 10001001 | 1101100 | 10000011 | 0 | 10101 | 100 | 101110 | 100111000 | 1100 | 110000 |
Color Harmonies of #896C83
Complementary color
Monochromatic Colors of #896C83
Black with #896C83
Text Example
Text Example
White with #896C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C83; }
p { color: rgb(137,108,131); }
H1.HeaderClassName
{
color: #896C83;
}
.AnyTagClassName
{
color: #896C83;
}
</style>
background-color css
<style>
a { background-color: #896C83; }
a { background-color: rgb(137,108,131); }
div.DivClassName
{
background-color: #896C83;
}
.BgClassName
{
background-color: #896C83;
}
</style>
border-color css
<style>
span { border-color: #896C83; }
span { border-color: rgb(137,108,131); }
td.TdClassName
{
border-color: #896C83;
}
.TagClassName
{
border-color: #896C83;
}
</style>