Shades of Monsoon #896A82
Tints of Monsoon #896A82
RGB
CMYK
RGB Variations
Color information
#896A82 (or 0x896A82) is known color: Monsoon. HEX triplet: 89, 6A and 82. RGB value is (137,106,130). Sum of RGB (Red+Green+Blue) = 137+106+130=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #896A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896A82 is #76957D. Grayscale: #757575. Windows color (decimal): -7771518 or 8546953. OLE color: 8546953.
HSL color Cylindrical-coordinate representation of color #896A82: hue angle of 313.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896A82 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 130 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.46 |
| HSL | 313.55º | 0.13% | 0.48% | - |
| HSV(B) | 313.55º | 0.23% | 0.54% | - |
| XYZ | 19.5 | 17.24 | 23.42 | - |
| YUV | 118.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 130 | 0 | 0.23 | 0.05 | 0.46 | 313.55 | 0.13 | 0.48 |
| Hex | 89 | 6A | 82 | 0 | 17 | 5 | 2E | 13A | D | 30 |
| Octal | 211 | 152 | 202 | 0 | 27 | 5 | 56 | 472 | 15 | 60 |
| Binary | 10001001 | 1101010 | 10000010 | 0 | 10111 | 101 | 101110 | 100111010 | 1101 | 110000 |
Color Harmonies of #896A82
Complementary color
Monochromatic Colors of #896A82
Black with #896A82
Text Example
Text Example
White with #896A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A82; }
p { color: rgb(137,106,130); }
H1.HeaderClassName
{
color: #896A82;
}
.AnyTagClassName
{
color: #896A82;
}
</style>
background-color css
<style>
a { background-color: #896A82; }
a { background-color: rgb(137,106,130); }
div.DivClassName
{
background-color: #896A82;
}
.BgClassName
{
background-color: #896A82;
}
</style>
border-color css
<style>
span { border-color: #896A82; }
span { border-color: rgb(137,106,130); }
td.TdClassName
{
border-color: #896A82;
}
.TagClassName
{
border-color: #896A82;
}
</style>