Shades of Amethyst Smoke #9D969F
Tints of Amethyst Smoke #9D969F
RGB
CMYK
RGB Variations
Color information
#9D969F (or 0x9D969F) is known color: Amethyst Smoke. HEX triplet: 9D, 96 and 9F. RGB value is (157,150,159). Sum of RGB (Red+Green+Blue) = 157+150+159=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D969F is #626960. Grayscale: #999999. Windows color (decimal): -6449505 or 10458781. OLE color: 10458781.
HSL color Cylindrical-coordinate representation of color #9D969F: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9D969F is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 159 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.38 |
| HSL | 286.67º | 0.04% | 0.61% | - |
| HSV(B) | 286.67º | 0.06% | 0.62% | - |
| XYZ | 31.07 | 31.48 | 37.24 | - |
| YUV | 153.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 159 | 0.01 | 0.06 | 0 | 0.38 | 286.67 | 0.04 | 0.61 |
| Hex | 9D | 96 | 9F | 1 | 6 | 0 | 26 | 11F | 4 | 3D |
| Octal | 235 | 226 | 237 | 1 | 6 | 0 | 46 | 437 | 4 | 75 |
| Binary | 10011101 | 10010110 | 10011111 | 1 | 110 | 0 | 100110 | 100011111 | 100 | 111101 |
Color Harmonies of #9D969F
Complementary color
Monochromatic Colors of #9D969F
Black with #9D969F
Text Example
Text Example
White with #9D969F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D969F; }
p { color: rgb(157,150,159); }
H1.HeaderClassName
{
color: #9D969F;
}
.AnyTagClassName
{
color: #9D969F;
}
</style>
background-color css
<style>
a { background-color: #9D969F; }
a { background-color: rgb(157,150,159); }
div.DivClassName
{
background-color: #9D969F;
}
.BgClassName
{
background-color: #9D969F;
}
</style>
border-color css
<style>
span { border-color: #9D969F; }
span { border-color: rgb(157,150,159); }
td.TdClassName
{
border-color: #9D969F;
}
.TagClassName
{
border-color: #9D969F;
}
</style>