Shades of Amethyst Smoke #9C929D
Tints of Amethyst Smoke #9C929D
RGB
CMYK
RGB Variations
Color information
#9C929D (or 0x9C929D) is known color: Amethyst Smoke. HEX triplet: 9C, 92 and 9D. RGB value is (156,146,157). Sum of RGB (Red+Green+Blue) = 156+146+157=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C929D is #636D62. Grayscale: #969696. Windows color (decimal): -6516067 or 10326684. OLE color: 10326684.
HSL color Cylindrical-coordinate representation of color #9C929D: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9C929D is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 146 | 157 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.38 |
| HSL | 294.55º | 0.05% | 0.59% | - |
| HSV(B) | 294.55º | 0.07% | 0.62% | - |
| XYZ | 30.07 | 30.06 | 36.12 | - |
| YUV | 150.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 157 | 0.01 | 0.07 | 0 | 0.38 | 294.55 | 0.05 | 0.59 |
| Hex | 9C | 92 | 9D | 1 | 7 | 0 | 26 | 127 | 5 | 3B |
| Octal | 234 | 222 | 235 | 1 | 7 | 0 | 46 | 447 | 5 | 73 |
| Binary | 10011100 | 10010010 | 10011101 | 1 | 111 | 0 | 100110 | 100100111 | 101 | 111011 |
Color Harmonies of #9C929D
Complementary color
Monochromatic Colors of #9C929D
Black with #9C929D
Text Example
Text Example
White with #9C929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C929D; }
p { color: rgb(156,146,157); }
H1.HeaderClassName
{
color: #9C929D;
}
.AnyTagClassName
{
color: #9C929D;
}
</style>
background-color css
<style>
a { background-color: #9C929D; }
a { background-color: rgb(156,146,157); }
div.DivClassName
{
background-color: #9C929D;
}
.BgClassName
{
background-color: #9C929D;
}
</style>
border-color css
<style>
span { border-color: #9C929D; }
span { border-color: rgb(156,146,157); }
td.TdClassName
{
border-color: #9C929D;
}
.TagClassName
{
border-color: #9C929D;
}
</style>