Shades of Amethyst Smoke #8C7F8E
Tints of Amethyst Smoke #8C7F8E
RGB
CMYK
RGB Variations
Color information
#8C7F8E (or 0x8C7F8E) is known color: Amethyst Smoke. HEX triplet: 8C, 7F and 8E. RGB value is (140,127,142). Sum of RGB (Red+Green+Blue) = 140+127+142=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 142 - color contains mainly: blue. Hex color #8C7F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7F8E is #738071. Grayscale: #848484. Windows color (decimal): -7569522 or 9338764. OLE color: 9338764.
HSL color Cylindrical-coordinate representation of color #8C7F8E: hue angle of 292º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C7F8E is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 127 | 142 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.44 |
| HSL | 292º | 0.06% | 0.53% | - |
| HSV(B) | 292º | 0.11% | 0.56% | - |
| XYZ | 23.29 | 22.71 | 28.75 | - |
| YUV | 132.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 142 | 0.01 | 0.11 | 0 | 0.44 | 292 | 0.06 | 0.53 |
| Hex | 8C | 7F | 8E | 1 | B | 0 | 2C | 124 | 6 | 35 |
| Octal | 214 | 177 | 216 | 1 | 13 | 0 | 54 | 444 | 6 | 65 |
| Binary | 10001100 | 1111111 | 10001110 | 1 | 1011 | 0 | 101100 | 100100100 | 110 | 110101 |
Color Harmonies of #8C7F8E
Complementary color
Monochromatic Colors of #8C7F8E
Black with #8C7F8E
Text Example
Text Example
White with #8C7F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F8E; }
p { color: rgb(140,127,142); }
H1.HeaderClassName
{
color: #8C7F8E;
}
.AnyTagClassName
{
color: #8C7F8E;
}
</style>
background-color css
<style>
a { background-color: #8C7F8E; }
a { background-color: rgb(140,127,142); }
div.DivClassName
{
background-color: #8C7F8E;
}
.BgClassName
{
background-color: #8C7F8E;
}
</style>
border-color css
<style>
span { border-color: #8C7F8E; }
span { border-color: rgb(140,127,142); }
td.TdClassName
{
border-color: #8C7F8E;
}
.TagClassName
{
border-color: #8C7F8E;
}
</style>