Shades of Amethyst Smoke #8D878E
Tints of Amethyst Smoke #8D878E
RGB
CMYK
RGB Variations
Color information
#8D878E (or 0x8D878E) is known color: Amethyst Smoke. HEX triplet: 8D, 87 and 8E. RGB value is (141,135,142). Sum of RGB (Red+Green+Blue) = 141+135+142=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D878E is #727871. Grayscale: #898989. Windows color (decimal): -7501938 or 9340813. OLE color: 9340813.
HSL color Cylindrical-coordinate representation of color #8D878E: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8D878E is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 135 | 142 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.44 |
| HSL | 291.43º | 0.03% | 0.54% | - |
| HSV(B) | 291.43º | 0.05% | 0.56% | - |
| XYZ | 24.53 | 24.94 | 29.11 | - |
| YUV | 137.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 142 | 0.01 | 0.05 | 0 | 0.44 | 291.43 | 0.03 | 0.54 |
| Hex | 8D | 87 | 8E | 1 | 5 | 0 | 2C | 123 | 3 | 36 |
| Octal | 215 | 207 | 216 | 1 | 5 | 0 | 54 | 443 | 3 | 66 |
| Binary | 10001101 | 10000111 | 10001110 | 1 | 101 | 0 | 101100 | 100100011 | 11 | 110110 |
Color Harmonies of #8D878E
Complementary color
Monochromatic Colors of #8D878E
Black with #8D878E
Text Example
Text Example
White with #8D878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D878E; }
p { color: rgb(141,135,142); }
H1.HeaderClassName
{
color: #8D878E;
}
.AnyTagClassName
{
color: #8D878E;
}
</style>
background-color css
<style>
a { background-color: #8D878E; }
a { background-color: rgb(141,135,142); }
div.DivClassName
{
background-color: #8D878E;
}
.BgClassName
{
background-color: #8D878E;
}
</style>
border-color css
<style>
span { border-color: #8D878E; }
span { border-color: rgb(141,135,142); }
td.TdClassName
{
border-color: #8D878E;
}
.TagClassName
{
border-color: #8D878E;
}
</style>