Shades of Amethyst Smoke #8E8095
Tints of Amethyst Smoke #8E8095
RGB
CMYK
RGB Variations
Color information
#8E8095 (or 0x8E8095) is known color: Amethyst Smoke. HEX triplet: 8E, 80 and 95. RGB value is (142,128,149). Sum of RGB (Red+Green+Blue) = 142+128+149=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #8E8095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8095 is #717F6A. Grayscale: #868686. Windows color (decimal): -7438187 or 9797774. OLE color: 9797774.
HSL color Cylindrical-coordinate representation of color #8E8095: hue angle of 280º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E8095 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 128 | 149 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.42 |
| HSL | 280º | 0.09% | 0.54% | - |
| HSV(B) | 280º | 0.14% | 0.58% | - |
| XYZ | 24.3 | 23.36 | 31.66 | - |
| YUV | 134.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 149 | 0.05 | 0.14 | 0 | 0.42 | 280 | 0.09 | 0.54 |
| Hex | 8E | 80 | 95 | 5 | E | 0 | 2A | 118 | 9 | 36 |
| Octal | 216 | 200 | 225 | 5 | 16 | 0 | 52 | 430 | 11 | 66 |
| Binary | 10001110 | 10000000 | 10010101 | 101 | 1110 | 0 | 101010 | 100011000 | 1001 | 110110 |
Color Harmonies of #8E8095
Complementary color
Monochromatic Colors of #8E8095
Black with #8E8095
Text Example
Text Example
White with #8E8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8095; }
p { color: rgb(142,128,149); }
H1.HeaderClassName
{
color: #8E8095;
}
.AnyTagClassName
{
color: #8E8095;
}
</style>
background-color css
<style>
a { background-color: #8E8095; }
a { background-color: rgb(142,128,149); }
div.DivClassName
{
background-color: #8E8095;
}
.BgClassName
{
background-color: #8E8095;
}
</style>
border-color css
<style>
span { border-color: #8E8095; }
span { border-color: rgb(142,128,149); }
td.TdClassName
{
border-color: #8E8095;
}
.TagClassName
{
border-color: #8E8095;
}
</style>