Shades of Amethyst Smoke #9A939B
Tints of Amethyst Smoke #9A939B
RGB
CMYK
RGB Variations
Color information
#9A939B (or 0x9A939B) is known color: Amethyst Smoke. HEX triplet: 9A, 93 and 9B. RGB value is (154,147,155). Sum of RGB (Red+Green+Blue) = 154+147+155=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A939B is #656C64. Grayscale: #959595. Windows color (decimal): -6646885 or 10195866. OLE color: 10195866.
HSL color Cylindrical-coordinate representation of color #9A939B: hue angle of 292.5º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9A939B is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 147 | 155 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.39 |
| HSL | 292.5º | 0.04% | 0.59% | - |
| HSV(B) | 292.5º | 0.05% | 0.61% | - |
| XYZ | 29.68 | 30.1 | 35.26 | - |
| YUV | 150.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 155 | 0.01 | 0.05 | 0 | 0.39 | 292.5 | 0.04 | 0.59 |
| Hex | 9A | 93 | 9B | 1 | 5 | 0 | 27 | 124 | 4 | 3B |
| Octal | 232 | 223 | 233 | 1 | 5 | 0 | 47 | 444 | 4 | 73 |
| Binary | 10011010 | 10010011 | 10011011 | 1 | 101 | 0 | 100111 | 100100100 | 100 | 111011 |
Color Harmonies of #9A939B
Complementary color
Monochromatic Colors of #9A939B
Black with #9A939B
Text Example
Text Example
White with #9A939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A939B; }
p { color: rgb(154,147,155); }
H1.HeaderClassName
{
color: #9A939B;
}
.AnyTagClassName
{
color: #9A939B;
}
</style>
background-color css
<style>
a { background-color: #9A939B; }
a { background-color: rgb(154,147,155); }
div.DivClassName
{
background-color: #9A939B;
}
.BgClassName
{
background-color: #9A939B;
}
</style>
border-color css
<style>
span { border-color: #9A939B; }
span { border-color: rgb(154,147,155); }
td.TdClassName
{
border-color: #9A939B;
}
.TagClassName
{
border-color: #9A939B;
}
</style>