Shades of Amethyst Smoke #9B979E
Tints of Amethyst Smoke #9B979E
RGB
CMYK
RGB Variations
Color information
#9B979E (or 0x9B979E) is known color: Amethyst Smoke. HEX triplet: 9B, 97 and 9E. RGB value is (155,151,158). Sum of RGB (Red+Green+Blue) = 155+151+158=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 158 - color contains mainly: blue. Hex color #9B979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B979E is #646861. Grayscale: #989898. Windows color (decimal): -6580322 or 10393499. OLE color: 10393499.
HSL color Cylindrical-coordinate representation of color #9B979E: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9B979E is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 151 | 158 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.38 |
| HSL | 274.29º | 0.03% | 0.61% | - |
| HSV(B) | 274.29º | 0.04% | 0.62% | - |
| XYZ | 30.76 | 31.57 | 36.82 | - |
| YUV | 152.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 158 | 0.02 | 0.04 | 0 | 0.38 | 274.29 | 0.03 | 0.61 |
| Hex | 9B | 97 | 9E | 2 | 4 | 0 | 26 | 112 | 3 | 3D |
| Octal | 233 | 227 | 236 | 2 | 4 | 0 | 46 | 422 | 3 | 75 |
| Binary | 10011011 | 10010111 | 10011110 | 10 | 100 | 0 | 100110 | 100010010 | 11 | 111101 |
Color Harmonies of #9B979E
Complementary color
Monochromatic Colors of #9B979E
Black with #9B979E
Text Example
Text Example
White with #9B979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B979E; }
p { color: rgb(155,151,158); }
H1.HeaderClassName
{
color: #9B979E;
}
.AnyTagClassName
{
color: #9B979E;
}
</style>
background-color css
<style>
a { background-color: #9B979E; }
a { background-color: rgb(155,151,158); }
div.DivClassName
{
background-color: #9B979E;
}
.BgClassName
{
background-color: #9B979E;
}
</style>
border-color css
<style>
span { border-color: #9B979E; }
span { border-color: rgb(155,151,158); }
td.TdClassName
{
border-color: #9B979E;
}
.TagClassName
{
border-color: #9B979E;
}
</style>