Shades of Monsoon #896C82
Tints of Monsoon #896C82
RGB
CMYK
RGB Variations
Color information
#896C82 (or 0x896C82) is known color: Monsoon. HEX triplet: 89, 6C and 82. RGB value is (137,108,130). Sum of RGB (Red+Green+Blue) = 137+108+130=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 137 - color contains mainly: red. Hex color #896C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C82 is #76937D. Grayscale: #777777. Windows color (decimal): -7771006 or 8547465. OLE color: 8547465.
HSL color Cylindrical-coordinate representation of color #896C82: hue angle of 314.48º 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 #896C82 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 130 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.46 |
| HSL | 314.48º | 0.12% | 0.48% | - |
| HSV(B) | 314.48º | 0.21% | 0.54% | - |
| XYZ | 19.71 | 17.66 | 23.49 | - |
| YUV | 119.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 130 | 0 | 0.21 | 0.05 | 0.46 | 314.48 | 0.12 | 0.48 |
| Hex | 89 | 6C | 82 | 0 | 15 | 5 | 2E | 13A | C | 30 |
| Octal | 211 | 154 | 202 | 0 | 25 | 5 | 56 | 472 | 14 | 60 |
| Binary | 10001001 | 1101100 | 10000010 | 0 | 10101 | 101 | 101110 | 100111010 | 1100 | 110000 |
Color Harmonies of #896C82
Complementary color
Monochromatic Colors of #896C82
Black with #896C82
Text Example
Text Example
White with #896C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C82; }
p { color: rgb(137,108,130); }
H1.HeaderClassName
{
color: #896C82;
}
.AnyTagClassName
{
color: #896C82;
}
</style>
background-color css
<style>
a { background-color: #896C82; }
a { background-color: rgb(137,108,130); }
div.DivClassName
{
background-color: #896C82;
}
.BgClassName
{
background-color: #896C82;
}
</style>
border-color css
<style>
span { border-color: #896C82; }
span { border-color: rgb(137,108,130); }
td.TdClassName
{
border-color: #896C82;
}
.TagClassName
{
border-color: #896C82;
}
</style>