Shades of Amethyst Smoke #9D979F
Tints of Amethyst Smoke #9D979F
RGB
CMYK
RGB Variations
Color information
#9D979F (or 0x9D979F) is known color: Amethyst Smoke. HEX triplet: 9D, 97 and 9F. RGB value is (157,151,159). Sum of RGB (Red+Green+Blue) = 157+151+159=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D979F is #626860. Grayscale: #999999. Windows color (decimal): -6449249 or 10459037. OLE color: 10459037.
HSL color Cylindrical-coordinate representation of color #9D979F: hue angle of 285º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9D979F is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 159 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.38 |
| HSL | 285º | 0.04% | 0.61% | - |
| HSV(B) | 285º | 0.05% | 0.62% | - |
| XYZ | 31.23 | 31.8 | 37.29 | - |
| YUV | 153.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 159 | 0.01 | 0.05 | 0 | 0.38 | 285 | 0.04 | 0.61 |
| Hex | 9D | 97 | 9F | 1 | 5 | 0 | 26 | 11D | 4 | 3D |
| Octal | 235 | 227 | 237 | 1 | 5 | 0 | 46 | 435 | 4 | 75 |
| Binary | 10011101 | 10010111 | 10011111 | 1 | 101 | 0 | 100110 | 100011101 | 100 | 111101 |
Color Harmonies of #9D979F
Complementary color
Monochromatic Colors of #9D979F
Black with #9D979F
Text Example
Text Example
White with #9D979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D979F; }
p { color: rgb(157,151,159); }
H1.HeaderClassName
{
color: #9D979F;
}
.AnyTagClassName
{
color: #9D979F;
}
</style>
background-color css
<style>
a { background-color: #9D979F; }
a { background-color: rgb(157,151,159); }
div.DivClassName
{
background-color: #9D979F;
}
.BgClassName
{
background-color: #9D979F;
}
</style>
border-color css
<style>
span { border-color: #9D979F; }
span { border-color: rgb(157,151,159); }
td.TdClassName
{
border-color: #9D979F;
}
.TagClassName
{
border-color: #9D979F;
}
</style>