Shades of Amethyst Smoke #9C899E
Tints of Amethyst Smoke #9C899E
RGB
CMYK
RGB Variations
Color information
#9C899E (or 0x9C899E) is known color: Amethyst Smoke. HEX triplet: 9C, 89 and 9E. RGB value is (156,137,158). Sum of RGB (Red+Green+Blue) = 156+137+158=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 158 - color contains mainly: blue. Hex color #9C899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C899E is #637661. Grayscale: #919191. Windows color (decimal): -6518370 or 10389916. OLE color: 10389916.
HSL color Cylindrical-coordinate representation of color #9C899E: hue angle of 294.29º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C899E is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 137 | 158 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.38 |
| HSL | 294.29º | 0.1% | 0.58% | - |
| HSV(B) | 294.29º | 0.13% | 0.62% | - |
| XYZ | 28.83 | 27.43 | 36.12 | - |
| YUV | 145.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 158 | 0.01 | 0.13 | 0 | 0.38 | 294.29 | 0.1 | 0.58 |
| Hex | 9C | 89 | 9E | 1 | D | 0 | 26 | 126 | A | 3A |
| Octal | 234 | 211 | 236 | 1 | 15 | 0 | 46 | 446 | 12 | 72 |
| Binary | 10011100 | 10001001 | 10011110 | 1 | 1101 | 0 | 100110 | 100100110 | 1010 | 111010 |
Color Harmonies of #9C899E
Complementary color
Monochromatic Colors of #9C899E
Black with #9C899E
Text Example
Text Example
White with #9C899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C899E; }
p { color: rgb(156,137,158); }
H1.HeaderClassName
{
color: #9C899E;
}
.AnyTagClassName
{
color: #9C899E;
}
</style>
background-color css
<style>
a { background-color: #9C899E; }
a { background-color: rgb(156,137,158); }
div.DivClassName
{
background-color: #9C899E;
}
.BgClassName
{
background-color: #9C899E;
}
</style>
border-color css
<style>
span { border-color: #9C899E; }
span { border-color: rgb(156,137,158); }
td.TdClassName
{
border-color: #9C899E;
}
.TagClassName
{
border-color: #9C899E;
}
</style>