Shades of Monsoon #8A7286
Tints of Monsoon #8A7286
RGB
CMYK
RGB Variations
Color information
#8A7286 (or 0x8A7286) is known color: Monsoon. HEX triplet: 8A, 72 and 86. RGB value is (138,114,134). Sum of RGB (Red+Green+Blue) = 138+114+134=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7286 is #758D79. Grayscale: #7B7B7B. Windows color (decimal): -7703930 or 8811146. OLE color: 8811146.
HSL color Cylindrical-coordinate representation of color #8A7286: hue angle of 310º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7286 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 134 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.46 |
| HSL | 310º | 0.1% | 0.49% | - |
| HSV(B) | 310º | 0.17% | 0.54% | - |
| XYZ | 20.8 | 19.16 | 25.16 | - |
| YUV | 123.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 134 | 0 | 0.17 | 0.03 | 0.46 | 310 | 0.1 | 0.49 |
| Hex | 8A | 72 | 86 | 0 | 11 | 3 | 2E | 136 | A | 31 |
| Octal | 212 | 162 | 206 | 0 | 21 | 3 | 56 | 466 | 12 | 61 |
| Binary | 10001010 | 1110010 | 10000110 | 0 | 10001 | 11 | 101110 | 100110110 | 1010 | 110001 |
Color Harmonies of #8A7286
Complementary color
Monochromatic Colors of #8A7286
Black with #8A7286
Text Example
Text Example
White with #8A7286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7286; }
p { color: rgb(138,114,134); }
H1.HeaderClassName
{
color: #8A7286;
}
.AnyTagClassName
{
color: #8A7286;
}
</style>
background-color css
<style>
a { background-color: #8A7286; }
a { background-color: rgb(138,114,134); }
div.DivClassName
{
background-color: #8A7286;
}
.BgClassName
{
background-color: #8A7286;
}
</style>
border-color css
<style>
span { border-color: #8A7286; }
span { border-color: rgb(138,114,134); }
td.TdClassName
{
border-color: #8A7286;
}
.TagClassName
{
border-color: #8A7286;
}
</style>