Shades of Amethyst Smoke #8A818E
Tints of Amethyst Smoke #8A818E
RGB
CMYK
RGB Variations
Color information
#8A818E (or 0x8A818E) is known color: Amethyst Smoke. HEX triplet: 8A, 81 and 8E. RGB value is (138,129,142). Sum of RGB (Red+Green+Blue) = 138+129+142=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A818E is #757E71. Grayscale: #858585. Windows color (decimal): -7700082 or 9339274. OLE color: 9339274.
HSL color Cylindrical-coordinate representation of color #8A818E: hue angle of 281.54º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A818E is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 129 | 142 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.44 |
| HSL | 281.54º | 0.05% | 0.53% | - |
| HSV(B) | 281.54º | 0.09% | 0.56% | - |
| XYZ | 23.21 | 23.06 | 28.82 | - |
| YUV | 133.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 142 | 0.03 | 0.09 | 0 | 0.44 | 281.54 | 0.05 | 0.53 |
| Hex | 8A | 81 | 8E | 3 | 9 | 0 | 2C | 11A | 5 | 35 |
| Octal | 212 | 201 | 216 | 3 | 11 | 0 | 54 | 432 | 5 | 65 |
| Binary | 10001010 | 10000001 | 10001110 | 11 | 1001 | 0 | 101100 | 100011010 | 101 | 110101 |
Color Harmonies of #8A818E
Complementary color
Monochromatic Colors of #8A818E
Black with #8A818E
Text Example
Text Example
White with #8A818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A818E; }
p { color: rgb(138,129,142); }
H1.HeaderClassName
{
color: #8A818E;
}
.AnyTagClassName
{
color: #8A818E;
}
</style>
background-color css
<style>
a { background-color: #8A818E; }
a { background-color: rgb(138,129,142); }
div.DivClassName
{
background-color: #8A818E;
}
.BgClassName
{
background-color: #8A818E;
}
</style>
border-color css
<style>
span { border-color: #8A818E; }
span { border-color: rgb(138,129,142); }
td.TdClassName
{
border-color: #8A818E;
}
.TagClassName
{
border-color: #8A818E;
}
</style>