Shades of Monsoon #8B6B85
Tints of Monsoon #8B6B85
RGB
CMYK
RGB Variations
Color information
#8B6B85 (or 0x8B6B85) is known color: Monsoon. HEX triplet: 8B, 6B and 85. RGB value is (139,107,133). Sum of RGB (Red+Green+Blue) = 139+107+133=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6B85 is #74947A. Grayscale: #777777. Windows color (decimal): -7640187 or 8743819. OLE color: 8743819.
HSL color Cylindrical-coordinate representation of color #8B6B85: hue angle of 311.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6B85 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 133 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.45 |
| HSL | 311.25º | 0.13% | 0.48% | - |
| HSV(B) | 311.25º | 0.23% | 0.55% | - |
| XYZ | 20.14 | 17.7 | 24.54 | - |
| YUV | 119.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 133 | 0 | 0.23 | 0.04 | 0.45 | 311.25 | 0.13 | 0.48 |
| Hex | 8B | 6B | 85 | 0 | 17 | 4 | 2D | 137 | D | 30 |
| Octal | 213 | 153 | 205 | 0 | 27 | 4 | 55 | 467 | 15 | 60 |
| Binary | 10001011 | 1101011 | 10000101 | 0 | 10111 | 100 | 101101 | 100110111 | 1101 | 110000 |
Color Harmonies of #8B6B85
Complementary color
Monochromatic Colors of #8B6B85
Black with #8B6B85
Text Example
Text Example
White with #8B6B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B85; }
p { color: rgb(139,107,133); }
H1.HeaderClassName
{
color: #8B6B85;
}
.AnyTagClassName
{
color: #8B6B85;
}
</style>
background-color css
<style>
a { background-color: #8B6B85; }
a { background-color: rgb(139,107,133); }
div.DivClassName
{
background-color: #8B6B85;
}
.BgClassName
{
background-color: #8B6B85;
}
</style>
border-color css
<style>
span { border-color: #8B6B85; }
span { border-color: rgb(139,107,133); }
td.TdClassName
{
border-color: #8B6B85;
}
.TagClassName
{
border-color: #8B6B85;
}
</style>