Shades of Monsoon #8C6E87
Tints of Monsoon #8C6E87
RGB
CMYK
RGB Variations
Color information
#8C6E87 (or 0x8C6E87) is known color: Monsoon. HEX triplet: 8C, 6E and 87. RGB value is (140,110,135). Sum of RGB (Red+Green+Blue) = 140+110+135=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6E87 is #739178. Grayscale: #797979. Windows color (decimal): -7573881 or 8875660. OLE color: 8875660.
HSL color Cylindrical-coordinate representation of color #8C6E87: hue angle of 310º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C6E87 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 135 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.45 |
| HSL | 310º | 0.12% | 0.49% | - |
| HSV(B) | 310º | 0.21% | 0.55% | - |
| XYZ | 20.76 | 18.48 | 25.39 | - |
| YUV | 121.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 135 | 0 | 0.21 | 0.04 | 0.45 | 310 | 0.12 | 0.49 |
| Hex | 8C | 6E | 87 | 0 | 15 | 4 | 2D | 136 | C | 31 |
| Octal | 214 | 156 | 207 | 0 | 25 | 4 | 55 | 466 | 14 | 61 |
| Binary | 10001100 | 1101110 | 10000111 | 0 | 10101 | 100 | 101101 | 100110110 | 1100 | 110001 |
Color Harmonies of #8C6E87
Complementary color
Monochromatic Colors of #8C6E87
Black with #8C6E87
Text Example
Text Example
White with #8C6E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E87; }
p { color: rgb(140,110,135); }
H1.HeaderClassName
{
color: #8C6E87;
}
.AnyTagClassName
{
color: #8C6E87;
}
</style>
background-color css
<style>
a { background-color: #8C6E87; }
a { background-color: rgb(140,110,135); }
div.DivClassName
{
background-color: #8C6E87;
}
.BgClassName
{
background-color: #8C6E87;
}
</style>
border-color css
<style>
span { border-color: #8C6E87; }
span { border-color: rgb(140,110,135); }
td.TdClassName
{
border-color: #8C6E87;
}
.TagClassName
{
border-color: #8C6E87;
}
</style>