Shades of Amethyst Smoke #9D989E
Tints of Amethyst Smoke #9D989E
RGB
CMYK
RGB Variations
Color information
#9D989E (or 0x9D989E) is known color: Amethyst Smoke. HEX triplet: 9D, 98 and 9E. RGB value is (157,152,158). Sum of RGB (Red+Green+Blue) = 157+152+158=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D989E is #626761. Grayscale: #9A9A9A. Windows color (decimal): -6448994 or 10393757. OLE color: 10393757.
HSL color Cylindrical-coordinate representation of color #9D989E: hue angle of 290º 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 #9D989E is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 158 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.38 |
| HSL | 290º | 0.03% | 0.61% | - |
| HSV(B) | 290º | 0.04% | 0.62% | - |
| XYZ | 31.3 | 32.09 | 36.89 | - |
| YUV | 154.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 158 | 0.01 | 0.04 | 0 | 0.38 | 290 | 0.03 | 0.61 |
| Hex | 9D | 98 | 9E | 1 | 4 | 0 | 26 | 122 | 3 | 3D |
| Octal | 235 | 230 | 236 | 1 | 4 | 0 | 46 | 442 | 3 | 75 |
| Binary | 10011101 | 10011000 | 10011110 | 1 | 100 | 0 | 100110 | 100100010 | 11 | 111101 |
Color Harmonies of #9D989E
Complementary color
Monochromatic Colors of #9D989E
Black with #9D989E
Text Example
Text Example
White with #9D989E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D989E; }
p { color: rgb(157,152,158); }
H1.HeaderClassName
{
color: #9D989E;
}
.AnyTagClassName
{
color: #9D989E;
}
</style>
background-color css
<style>
a { background-color: #9D989E; }
a { background-color: rgb(157,152,158); }
div.DivClassName
{
background-color: #9D989E;
}
.BgClassName
{
background-color: #9D989E;
}
</style>
border-color css
<style>
span { border-color: #9D989E; }
span { border-color: rgb(157,152,158); }
td.TdClassName
{
border-color: #9D989E;
}
.TagClassName
{
border-color: #9D989E;
}
</style>