Shades of Amethyst Smoke #9A939D
Tints of Amethyst Smoke #9A939D
RGB
CMYK
RGB Variations
Color information
#9A939D (or 0x9A939D) is known color: Amethyst Smoke. HEX triplet: 9A, 93 and 9D. RGB value is (154,147,157). Sum of RGB (Red+Green+Blue) = 154+147+157=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A939D is #656C62. Grayscale: #969696. Windows color (decimal): -6646883 or 10326938. OLE color: 10326938.
HSL color Cylindrical-coordinate representation of color #9A939D: hue angle of 282º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9A939D is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 147 | 157 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.38 |
| HSL | 282º | 0.05% | 0.6% | - |
| HSV(B) | 282º | 0.06% | 0.62% | - |
| XYZ | 29.85 | 30.17 | 36.15 | - |
| YUV | 150.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 157 | 0.02 | 0.06 | 0 | 0.38 | 282 | 0.05 | 0.6 |
| Hex | 9A | 93 | 9D | 2 | 6 | 0 | 26 | 11A | 5 | 3C |
| Octal | 232 | 223 | 235 | 2 | 6 | 0 | 46 | 432 | 5 | 74 |
| Binary | 10011010 | 10010011 | 10011101 | 10 | 110 | 0 | 100110 | 100011010 | 101 | 111100 |
Color Harmonies of #9A939D
Complementary color
Monochromatic Colors of #9A939D
Black with #9A939D
Text Example
Text Example
White with #9A939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A939D; }
p { color: rgb(154,147,157); }
H1.HeaderClassName
{
color: #9A939D;
}
.AnyTagClassName
{
color: #9A939D;
}
</style>
background-color css
<style>
a { background-color: #9A939D; }
a { background-color: rgb(154,147,157); }
div.DivClassName
{
background-color: #9A939D;
}
.BgClassName
{
background-color: #9A939D;
}
</style>
border-color css
<style>
span { border-color: #9A939D; }
span { border-color: rgb(154,147,157); }
td.TdClassName
{
border-color: #9A939D;
}
.TagClassName
{
border-color: #9A939D;
}
</style>