Shades of Amethyst Smoke #9C939D
Tints of Amethyst Smoke #9C939D
RGB
CMYK
RGB Variations
Color information
#9C939D (or 0x9C939D) is known color: Amethyst Smoke. HEX triplet: 9C, 93 and 9D. RGB value is (156,147,157). Sum of RGB (Red+Green+Blue) = 156+147+157=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C939D is #636C62. Grayscale: #969696. Windows color (decimal): -6515811 or 10326940. OLE color: 10326940.
HSL color Cylindrical-coordinate representation of color #9C939D: hue angle of 294º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9C939D is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 147 | 157 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.38 |
| HSL | 294º | 0.05% | 0.6% | - |
| HSV(B) | 294º | 0.06% | 0.62% | - |
| XYZ | 30.23 | 30.37 | 36.17 | - |
| YUV | 150.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 157 | 0.01 | 0.06 | 0 | 0.38 | 294 | 0.05 | 0.6 |
| Hex | 9C | 93 | 9D | 1 | 6 | 0 | 26 | 126 | 5 | 3C |
| Octal | 234 | 223 | 235 | 1 | 6 | 0 | 46 | 446 | 5 | 74 |
| Binary | 10011100 | 10010011 | 10011101 | 1 | 110 | 0 | 100110 | 100100110 | 101 | 111100 |
Color Harmonies of #9C939D
Complementary color
Monochromatic Colors of #9C939D
Black with #9C939D
Text Example
Text Example
White with #9C939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C939D; }
p { color: rgb(156,147,157); }
H1.HeaderClassName
{
color: #9C939D;
}
.AnyTagClassName
{
color: #9C939D;
}
</style>
background-color css
<style>
a { background-color: #9C939D; }
a { background-color: rgb(156,147,157); }
div.DivClassName
{
background-color: #9C939D;
}
.BgClassName
{
background-color: #9C939D;
}
</style>
border-color css
<style>
span { border-color: #9C939D; }
span { border-color: rgb(156,147,157); }
td.TdClassName
{
border-color: #9C939D;
}
.TagClassName
{
border-color: #9C939D;
}
</style>