Shades of Amethyst Smoke #9E979F
Tints of Amethyst Smoke #9E979F
RGB
CMYK
RGB Variations
Color information
#9E979F (or 0x9E979F) is known color: Amethyst Smoke. HEX triplet: 9E, 97 and 9F. RGB value is (158,151,159). Sum of RGB (Red+Green+Blue) = 158+151+159=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E979F is #616860. Grayscale: #999999. Windows color (decimal): -6383713 or 10459038. OLE color: 10459038.
HSL color Cylindrical-coordinate representation of color #9E979F: hue angle of 292.5º 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 #9E979F is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 159 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.38 |
| HSL | 292.5º | 0.04% | 0.61% | - |
| HSV(B) | 292.5º | 0.05% | 0.62% | - |
| XYZ | 31.43 | 31.91 | 37.3 | - |
| YUV | 154.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 159 | 0.01 | 0.05 | 0 | 0.38 | 292.5 | 0.04 | 0.61 |
| Hex | 9E | 97 | 9F | 1 | 5 | 0 | 26 | 124 | 4 | 3D |
| Octal | 236 | 227 | 237 | 1 | 5 | 0 | 46 | 444 | 4 | 75 |
| Binary | 10011110 | 10010111 | 10011111 | 1 | 101 | 0 | 100110 | 100100100 | 100 | 111101 |
Color Harmonies of #9E979F
Complementary color
Monochromatic Colors of #9E979F
Black with #9E979F
Text Example
Text Example
White with #9E979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E979F; }
p { color: rgb(158,151,159); }
H1.HeaderClassName
{
color: #9E979F;
}
.AnyTagClassName
{
color: #9E979F;
}
</style>
background-color css
<style>
a { background-color: #9E979F; }
a { background-color: rgb(158,151,159); }
div.DivClassName
{
background-color: #9E979F;
}
.BgClassName
{
background-color: #9E979F;
}
</style>
border-color css
<style>
span { border-color: #9E979F; }
span { border-color: rgb(158,151,159); }
td.TdClassName
{
border-color: #9E979F;
}
.TagClassName
{
border-color: #9E979F;
}
</style>