Shades of Amethyst Smoke #8D818E
Tints of Amethyst Smoke #8D818E
RGB
CMYK
RGB Variations
Color information
#8D818E (or 0x8D818E) is known color: Amethyst Smoke. HEX triplet: 8D, 81 and 8E. RGB value is (141,129,142). Sum of RGB (Red+Green+Blue) = 141+129+142=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D818E is #727E71. Grayscale: #868686. Windows color (decimal): -7503474 or 9339277. OLE color: 9339277.
HSL color Cylindrical-coordinate representation of color #8D818E: hue angle of 295.38º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D818E is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 129 | 142 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.44 |
| HSL | 295.38º | 0.05% | 0.53% | - |
| HSV(B) | 295.38º | 0.09% | 0.56% | - |
| XYZ | 23.72 | 23.32 | 28.84 | - |
| YUV | 134.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 142 | 0.01 | 0.09 | 0 | 0.44 | 295.38 | 0.05 | 0.53 |
| Hex | 8D | 81 | 8E | 1 | 9 | 0 | 2C | 127 | 5 | 35 |
| Octal | 215 | 201 | 216 | 1 | 11 | 0 | 54 | 447 | 5 | 65 |
| Binary | 10001101 | 10000001 | 10001110 | 1 | 1001 | 0 | 101100 | 100100111 | 101 | 110101 |
Color Harmonies of #8D818E
Complementary color
Monochromatic Colors of #8D818E
Black with #8D818E
Text Example
Text Example
White with #8D818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D818E; }
p { color: rgb(141,129,142); }
H1.HeaderClassName
{
color: #8D818E;
}
.AnyTagClassName
{
color: #8D818E;
}
</style>
background-color css
<style>
a { background-color: #8D818E; }
a { background-color: rgb(141,129,142); }
div.DivClassName
{
background-color: #8D818E;
}
.BgClassName
{
background-color: #8D818E;
}
</style>
border-color css
<style>
span { border-color: #8D818E; }
span { border-color: rgb(141,129,142); }
td.TdClassName
{
border-color: #8D818E;
}
.TagClassName
{
border-color: #8D818E;
}
</style>