Shades of Amethyst Smoke #9D989F
Tints of Amethyst Smoke #9D989F
RGB
CMYK
RGB Variations
Color information
#9D989F (or 0x9D989F) is known color: Amethyst Smoke. HEX triplet: 9D, 98 and 9F. RGB value is (157,152,159). Sum of RGB (Red+Green+Blue) = 157+152+159=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D989F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D989F is #626760. Grayscale: #9A9A9A. Windows color (decimal): -6448993 or 10459293. OLE color: 10459293.
HSL color Cylindrical-coordinate representation of color #9D989F: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9D989F is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 159 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.38 |
| HSL | 282.86º | 0.04% | 0.61% | - |
| HSV(B) | 282.86º | 0.04% | 0.62% | - |
| XYZ | 31.39 | 32.13 | 37.35 | - |
| YUV | 154.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 159 | 0.01 | 0.04 | 0 | 0.38 | 282.86 | 0.04 | 0.61 |
| Hex | 9D | 98 | 9F | 1 | 4 | 0 | 26 | 11B | 4 | 3D |
| Octal | 235 | 230 | 237 | 1 | 4 | 0 | 46 | 433 | 4 | 75 |
| Binary | 10011101 | 10011000 | 10011111 | 1 | 100 | 0 | 100110 | 100011011 | 100 | 111101 |
Color Harmonies of #9D989F
Complementary color
Monochromatic Colors of #9D989F
Black with #9D989F
Text Example
Text Example
White with #9D989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D989F; }
p { color: rgb(157,152,159); }
H1.HeaderClassName
{
color: #9D989F;
}
.AnyTagClassName
{
color: #9D989F;
}
</style>
background-color css
<style>
a { background-color: #9D989F; }
a { background-color: rgb(157,152,159); }
div.DivClassName
{
background-color: #9D989F;
}
.BgClassName
{
background-color: #9D989F;
}
</style>
border-color css
<style>
span { border-color: #9D989F; }
span { border-color: rgb(157,152,159); }
td.TdClassName
{
border-color: #9D989F;
}
.TagClassName
{
border-color: #9D989F;
}
</style>