Shades of Amethyst Smoke #8D8391
Tints of Amethyst Smoke #8D8391
RGB
CMYK
RGB Variations
Color information
#8D8391 (or 0x8D8391) is known color: Amethyst Smoke. HEX triplet: 8D, 83 and 91. RGB value is (141,131,145). Sum of RGB (Red+Green+Blue) = 141+131+145=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 145 - color contains mainly: blue. Hex color #8D8391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8391 is #727C6E. Grayscale: #878787. Windows color (decimal): -7502959 or 9536397. OLE color: 9536397.
HSL color Cylindrical-coordinate representation of color #8D8391: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D8391 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 131 | 145 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.43 |
| HSL | 282.86º | 0.06% | 0.54% | - |
| HSV(B) | 282.86º | 0.1% | 0.57% | - |
| XYZ | 24.21 | 23.94 | 30.13 | - |
| YUV | 135.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 145 | 0.03 | 0.10 | 0 | 0.43 | 282.86 | 0.06 | 0.54 |
| Hex | 8D | 83 | 91 | 3 | A | 0 | 2B | 11B | 6 | 36 |
| Octal | 215 | 203 | 221 | 3 | 12 | 0 | 53 | 433 | 6 | 66 |
| Binary | 10001101 | 10000011 | 10010001 | 11 | 1010 | 0 | 101011 | 100011011 | 110 | 110110 |
Color Harmonies of #8D8391
Complementary color
Monochromatic Colors of #8D8391
Black with #8D8391
Text Example
Text Example
White with #8D8391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8391; }
p { color: rgb(141,131,145); }
H1.HeaderClassName
{
color: #8D8391;
}
.AnyTagClassName
{
color: #8D8391;
}
</style>
background-color css
<style>
a { background-color: #8D8391; }
a { background-color: rgb(141,131,145); }
div.DivClassName
{
background-color: #8D8391;
}
.BgClassName
{
background-color: #8D8391;
}
</style>
border-color css
<style>
span { border-color: #8D8391; }
span { border-color: rgb(141,131,145); }
td.TdClassName
{
border-color: #8D8391;
}
.TagClassName
{
border-color: #8D8391;
}
</style>