Shades of Amethyst Smoke #8E8891
Tints of Amethyst Smoke #8E8891
RGB
CMYK
RGB Variations
Color information
#8E8891 (or 0x8E8891) is known color: Amethyst Smoke. HEX triplet: 8E, 88 and 91. RGB value is (142,136,145). Sum of RGB (Red+Green+Blue) = 142+136+145=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E8891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8891 is #71776E. Grayscale: #8A8A8A. Windows color (decimal): -7436143 or 9537678. OLE color: 9537678.
HSL color Cylindrical-coordinate representation of color #8E8891: hue angle of 280º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8E8891 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 136 | 145 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.43 |
| HSL | 280º | 0.04% | 0.55% | - |
| HSV(B) | 280º | 0.06% | 0.57% | - |
| XYZ | 25.07 | 25.4 | 30.37 | - |
| YUV | 138.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 145 | 0.02 | 0.06 | 0 | 0.43 | 280 | 0.04 | 0.55 |
| Hex | 8E | 88 | 91 | 2 | 6 | 0 | 2B | 118 | 4 | 37 |
| Octal | 216 | 210 | 221 | 2 | 6 | 0 | 53 | 430 | 4 | 67 |
| Binary | 10001110 | 10001000 | 10010001 | 10 | 110 | 0 | 101011 | 100011000 | 100 | 110111 |
Color Harmonies of #8E8891
Complementary color
Monochromatic Colors of #8E8891
Black with #8E8891
Text Example
Text Example
White with #8E8891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8891; }
p { color: rgb(142,136,145); }
H1.HeaderClassName
{
color: #8E8891;
}
.AnyTagClassName
{
color: #8E8891;
}
</style>
background-color css
<style>
a { background-color: #8E8891; }
a { background-color: rgb(142,136,145); }
div.DivClassName
{
background-color: #8E8891;
}
.BgClassName
{
background-color: #8E8891;
}
</style>
border-color css
<style>
span { border-color: #8E8891; }
span { border-color: rgb(142,136,145); }
td.TdClassName
{
border-color: #8E8891;
}
.TagClassName
{
border-color: #8E8891;
}
</style>