Shades of Amethyst Smoke #8E888F
Tints of Amethyst Smoke #8E888F
RGB
CMYK
RGB Variations
Color information
#8E888F (or 0x8E888F) is known color: Amethyst Smoke. HEX triplet: 8E, 88 and 8F. RGB value is (142,136,143). Sum of RGB (Red+Green+Blue) = 142+136+143=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 143 - color contains mainly: blue. Hex color #8E888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E888F is #717770. Grayscale: #8A8A8A. Windows color (decimal): -7436145 or 9406606. OLE color: 9406606.
HSL color Cylindrical-coordinate representation of color #8E888F: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E888F is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 136 | 143 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.44 |
| HSL | 291.43º | 0.03% | 0.55% | - |
| HSV(B) | 291.43º | 0.05% | 0.56% | - |
| XYZ | 24.92 | 25.34 | 29.56 | - |
| YUV | 138.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 143 | 0.01 | 0.05 | 0 | 0.44 | 291.43 | 0.03 | 0.55 |
| Hex | 8E | 88 | 8F | 1 | 5 | 0 | 2C | 123 | 3 | 37 |
| Octal | 216 | 210 | 217 | 1 | 5 | 0 | 54 | 443 | 3 | 67 |
| Binary | 10001110 | 10001000 | 10001111 | 1 | 101 | 0 | 101100 | 100100011 | 11 | 110111 |
Color Harmonies of #8E888F
Complementary color
Monochromatic Colors of #8E888F
Black with #8E888F
Text Example
Text Example
White with #8E888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E888F; }
p { color: rgb(142,136,143); }
H1.HeaderClassName
{
color: #8E888F;
}
.AnyTagClassName
{
color: #8E888F;
}
</style>
background-color css
<style>
a { background-color: #8E888F; }
a { background-color: rgb(142,136,143); }
div.DivClassName
{
background-color: #8E888F;
}
.BgClassName
{
background-color: #8E888F;
}
</style>
border-color css
<style>
span { border-color: #8E888F; }
span { border-color: rgb(142,136,143); }
td.TdClassName
{
border-color: #8E888F;
}
.TagClassName
{
border-color: #8E888F;
}
</style>