Shades of Amethyst Smoke #8A808E
Tints of Amethyst Smoke #8A808E
RGB
CMYK
RGB Variations
Color information
#8A808E (or 0x8A808E) is known color: Amethyst Smoke. HEX triplet: 8A, 80 and 8E. RGB value is (138,128,142). Sum of RGB (Red+Green+Blue) = 138+128+142=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A808E is #757F71. Grayscale: #848484. Windows color (decimal): -7700338 or 9339018. OLE color: 9339018.
HSL color Cylindrical-coordinate representation of color #8A808E: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A808E is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 128 | 142 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.44 |
| HSL | 282.86º | 0.06% | 0.53% | - |
| HSV(B) | 282.86º | 0.1% | 0.56% | - |
| XYZ | 23.08 | 22.79 | 28.77 | - |
| YUV | 132.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 142 | 0.03 | 0.10 | 0 | 0.44 | 282.86 | 0.06 | 0.53 |
| Hex | 8A | 80 | 8E | 3 | A | 0 | 2C | 11B | 6 | 35 |
| Octal | 212 | 200 | 216 | 3 | 12 | 0 | 54 | 433 | 6 | 65 |
| Binary | 10001010 | 10000000 | 10001110 | 11 | 1010 | 0 | 101100 | 100011011 | 110 | 110101 |
Color Harmonies of #8A808E
Complementary color
Monochromatic Colors of #8A808E
Black with #8A808E
Text Example
Text Example
White with #8A808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A808E; }
p { color: rgb(138,128,142); }
H1.HeaderClassName
{
color: #8A808E;
}
.AnyTagClassName
{
color: #8A808E;
}
</style>
background-color css
<style>
a { background-color: #8A808E; }
a { background-color: rgb(138,128,142); }
div.DivClassName
{
background-color: #8A808E;
}
.BgClassName
{
background-color: #8A808E;
}
</style>
border-color css
<style>
span { border-color: #8A808E; }
span { border-color: rgb(138,128,142); }
td.TdClassName
{
border-color: #8A808E;
}
.TagClassName
{
border-color: #8A808E;
}
</style>