Shades of Amethyst Smoke #9B939D
Tints of Amethyst Smoke #9B939D
RGB
CMYK
RGB Variations
Color information
#9B939D (or 0x9B939D) is known color: Amethyst Smoke. HEX triplet: 9B, 93 and 9D. RGB value is (155,147,157). Sum of RGB (Red+Green+Blue) = 155+147+157=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B939D is #646C62. Grayscale: #969696. Windows color (decimal): -6581347 or 10326939. OLE color: 10326939.
HSL color Cylindrical-coordinate representation of color #9B939D: hue angle of 288º 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 #9B939D is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 147 | 157 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.38 |
| HSL | 288º | 0.05% | 0.6% | - |
| HSV(B) | 288º | 0.06% | 0.62% | - |
| XYZ | 30.04 | 30.27 | 36.16 | - |
| YUV | 150.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 157 | 0.01 | 0.06 | 0 | 0.38 | 288 | 0.05 | 0.6 |
| Hex | 9B | 93 | 9D | 1 | 6 | 0 | 26 | 120 | 5 | 3C |
| Octal | 233 | 223 | 235 | 1 | 6 | 0 | 46 | 440 | 5 | 74 |
| Binary | 10011011 | 10010011 | 10011101 | 1 | 110 | 0 | 100110 | 100100000 | 101 | 111100 |
Color Harmonies of #9B939D
Complementary color
Monochromatic Colors of #9B939D
Black with #9B939D
Text Example
Text Example
White with #9B939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B939D; }
p { color: rgb(155,147,157); }
H1.HeaderClassName
{
color: #9B939D;
}
.AnyTagClassName
{
color: #9B939D;
}
</style>
background-color css
<style>
a { background-color: #9B939D; }
a { background-color: rgb(155,147,157); }
div.DivClassName
{
background-color: #9B939D;
}
.BgClassName
{
background-color: #9B939D;
}
</style>
border-color css
<style>
span { border-color: #9B939D; }
span { border-color: rgb(155,147,157); }
td.TdClassName
{
border-color: #9B939D;
}
.TagClassName
{
border-color: #9B939D;
}
</style>