Shades of Amethyst Smoke #9C989D
Tints of Amethyst Smoke #9C989D
RGB
CMYK
RGB Variations
Color information
#9C989D (or 0x9C989D) is known color: Amethyst Smoke. HEX triplet: 9C, 98 and 9D. RGB value is (156,152,157). Sum of RGB (Red+Green+Blue) = 156+152+157=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 157 - color contains mainly: blue. Hex color #9C989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C989D is #636762. Grayscale: #999999. Windows color (decimal): -6514531 or 10328220. OLE color: 10328220.
HSL color Cylindrical-coordinate representation of color #9C989D: hue angle of 288º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9C989D is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 152 | 157 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.38 |
| HSL | 288º | 0.02% | 0.61% | - |
| HSV(B) | 288º | 0.03% | 0.62% | - |
| XYZ | 31.02 | 31.96 | 36.43 | - |
| YUV | 153.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 157 | 0.01 | 0.03 | 0 | 0.38 | 288 | 0.02 | 0.61 |
| Hex | 9C | 98 | 9D | 1 | 3 | 0 | 26 | 120 | 2 | 3D |
| Octal | 234 | 230 | 235 | 1 | 3 | 0 | 46 | 440 | 2 | 75 |
| Binary | 10011100 | 10011000 | 10011101 | 1 | 11 | 0 | 100110 | 100100000 | 10 | 111101 |
Color Harmonies of #9C989D
Complementary color
Monochromatic Colors of #9C989D
Black with #9C989D
Text Example
Text Example
White with #9C989D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C989D; }
p { color: rgb(156,152,157); }
H1.HeaderClassName
{
color: #9C989D;
}
.AnyTagClassName
{
color: #9C989D;
}
</style>
background-color css
<style>
a { background-color: #9C989D; }
a { background-color: rgb(156,152,157); }
div.DivClassName
{
background-color: #9C989D;
}
.BgClassName
{
background-color: #9C989D;
}
</style>
border-color css
<style>
span { border-color: #9C989D; }
span { border-color: rgb(156,152,157); }
td.TdClassName
{
border-color: #9C989D;
}
.TagClassName
{
border-color: #9C989D;
}
</style>