Shades of Amethyst Smoke #8A8090
Tints of Amethyst Smoke #8A8090
RGB
CMYK
RGB Variations
Color information
#8A8090 (or 0x8A8090) is known color: Amethyst Smoke. HEX triplet: 8A, 80 and 90. RGB value is (138,128,144). Sum of RGB (Red+Green+Blue) = 138+128+144=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A8090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8090 is #757F6F. Grayscale: #848484. Windows color (decimal): -7700336 or 9470090. OLE color: 9470090.
HSL color Cylindrical-coordinate representation of color #8A8090: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A8090 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 128 | 144 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.44 |
| HSL | 277.5º | 0.07% | 0.53% | - |
| HSV(B) | 277.5º | 0.11% | 0.56% | - |
| XYZ | 23.23 | 22.86 | 29.57 | - |
| YUV | 132.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 128 | 144 | 0.04 | 0.11 | 0 | 0.44 | 277.5 | 0.07 | 0.53 |
| Hex | 8A | 80 | 90 | 4 | B | 0 | 2C | 116 | 7 | 35 |
| Octal | 212 | 200 | 220 | 4 | 13 | 0 | 54 | 426 | 7 | 65 |
| Binary | 10001010 | 10000000 | 10010000 | 100 | 1011 | 0 | 101100 | 100010110 | 111 | 110101 |
Color Harmonies of #8A8090
Complementary color
Monochromatic Colors of #8A8090
Black with #8A8090
Text Example
Text Example
White with #8A8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8090; }
p { color: rgb(138,128,144); }
H1.HeaderClassName
{
color: #8A8090;
}
.AnyTagClassName
{
color: #8A8090;
}
</style>
background-color css
<style>
a { background-color: #8A8090; }
a { background-color: rgb(138,128,144); }
div.DivClassName
{
background-color: #8A8090;
}
.BgClassName
{
background-color: #8A8090;
}
</style>
border-color css
<style>
span { border-color: #8A8090; }
span { border-color: rgb(138,128,144); }
td.TdClassName
{
border-color: #8A8090;
}
.TagClassName
{
border-color: #8A8090;
}
</style>