Shades of Amethyst Smoke #9D909F
Tints of Amethyst Smoke #9D909F
RGB
CMYK
RGB Variations
Color information
#9D909F (or 0x9D909F) is known color: Amethyst Smoke. HEX triplet: 9D, 90 and 9F. RGB value is (157,144,159). Sum of RGB (Red+Green+Blue) = 157+144+159=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D909F is #626F60. Grayscale: #959595. Windows color (decimal): -6451041 or 10457245. OLE color: 10457245.
HSL color Cylindrical-coordinate representation of color #9D909F: hue angle of 292º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9D909F is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 159 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.38 |
| HSL | 292º | 0.07% | 0.59% | - |
| HSV(B) | 292º | 0.09% | 0.62% | - |
| XYZ | 30.14 | 29.62 | 36.93 | - |
| YUV | 149.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 159 | 0.01 | 0.09 | 0 | 0.38 | 292 | 0.07 | 0.59 |
| Hex | 9D | 90 | 9F | 1 | 9 | 0 | 26 | 124 | 7 | 3B |
| Octal | 235 | 220 | 237 | 1 | 11 | 0 | 46 | 444 | 7 | 73 |
| Binary | 10011101 | 10010000 | 10011111 | 1 | 1001 | 0 | 100110 | 100100100 | 111 | 111011 |
Color Harmonies of #9D909F
Complementary color
Monochromatic Colors of #9D909F
Black with #9D909F
Text Example
Text Example
White with #9D909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D909F; }
p { color: rgb(157,144,159); }
H1.HeaderClassName
{
color: #9D909F;
}
.AnyTagClassName
{
color: #9D909F;
}
</style>
background-color css
<style>
a { background-color: #9D909F; }
a { background-color: rgb(157,144,159); }
div.DivClassName
{
background-color: #9D909F;
}
.BgClassName
{
background-color: #9D909F;
}
</style>
border-color css
<style>
span { border-color: #9D909F; }
span { border-color: rgb(157,144,159); }
td.TdClassName
{
border-color: #9D909F;
}
.TagClassName
{
border-color: #9D909F;
}
</style>