Shades of Amethyst Smoke #9C979E
Tints of Amethyst Smoke #9C979E
RGB
CMYK
RGB Variations
Color information
#9C979E (or 0x9C979E) is known color: Amethyst Smoke. HEX triplet: 9C, 97 and 9E. RGB value is (156,151,158). Sum of RGB (Red+Green+Blue) = 156+151+158=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C979E is #636861. Grayscale: #999999. Windows color (decimal): -6514786 or 10393500. OLE color: 10393500.
HSL color Cylindrical-coordinate representation of color #9C979E: hue angle of 282.86º 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 #9C979E is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 151 | 158 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.38 |
| HSL | 282.86º | 0.03% | 0.61% | - |
| HSV(B) | 282.86º | 0.04% | 0.62% | - |
| XYZ | 30.95 | 31.67 | 36.83 | - |
| YUV | 153.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 151 | 158 | 0.01 | 0.04 | 0 | 0.38 | 282.86 | 0.03 | 0.61 |
| Hex | 9C | 97 | 9E | 1 | 4 | 0 | 26 | 11B | 3 | 3D |
| Octal | 234 | 227 | 236 | 1 | 4 | 0 | 46 | 433 | 3 | 75 |
| Binary | 10011100 | 10010111 | 10011110 | 1 | 100 | 0 | 100110 | 100011011 | 11 | 111101 |
Color Harmonies of #9C979E
Complementary color
Monochromatic Colors of #9C979E
Black with #9C979E
Text Example
Text Example
White with #9C979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C979E; }
p { color: rgb(156,151,158); }
H1.HeaderClassName
{
color: #9C979E;
}
.AnyTagClassName
{
color: #9C979E;
}
</style>
background-color css
<style>
a { background-color: #9C979E; }
a { background-color: rgb(156,151,158); }
div.DivClassName
{
background-color: #9C979E;
}
.BgClassName
{
background-color: #9C979E;
}
</style>
border-color css
<style>
span { border-color: #9C979E; }
span { border-color: rgb(156,151,158); }
td.TdClassName
{
border-color: #9C979E;
}
.TagClassName
{
border-color: #9C979E;
}
</style>