Shades of Monsoon #8C6F87
Tints of Monsoon #8C6F87
RGB
CMYK
RGB Variations
Color information
#8C6F87 (or 0x8C6F87) is known color: Monsoon. HEX triplet: 8C, 6F and 87. RGB value is (140,111,135). Sum of RGB (Red+Green+Blue) = 140+111+135=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6F87 is #739078. Grayscale: #7A7A7A. Windows color (decimal): -7573625 or 8875916. OLE color: 8875916.
HSL color Cylindrical-coordinate representation of color #8C6F87: hue angle of 310.34º 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 #8C6F87 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 111 | 135 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.45 |
| HSL | 310.34º | 0.12% | 0.49% | - |
| HSV(B) | 310.34º | 0.21% | 0.55% | - |
| XYZ | 20.87 | 18.69 | 25.43 | - |
| YUV | 122.41 | 135.11 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 111 | 135 | 0 | 0.21 | 0.04 | 0.45 | 310.34 | 0.12 | 0.49 |
| Hex | 8C | 6F | 87 | 0 | 15 | 4 | 2D | 136 | C | 31 |
| Octal | 214 | 157 | 207 | 0 | 25 | 4 | 55 | 466 | 14 | 61 |
| Binary | 10001100 | 1101111 | 10000111 | 0 | 10101 | 100 | 101101 | 100110110 | 1100 | 110001 |
Color Harmonies of #8C6F87
Complementary color
Monochromatic Colors of #8C6F87
Black with #8C6F87
Text Example
Text Example
White with #8C6F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6F87; }
p { color: rgb(140,111,135); }
H1.HeaderClassName
{
color: #8C6F87;
}
.AnyTagClassName
{
color: #8C6F87;
}
</style>
background-color css
<style>
a { background-color: #8C6F87; }
a { background-color: rgb(140,111,135); }
div.DivClassName
{
background-color: #8C6F87;
}
.BgClassName
{
background-color: #8C6F87;
}
</style>
border-color css
<style>
span { border-color: #8C6F87; }
span { border-color: rgb(140,111,135); }
td.TdClassName
{
border-color: #8C6F87;
}
.TagClassName
{
border-color: #8C6F87;
}
</style>