Shades of Amethyst Smoke #9D94A0
Tints of Amethyst Smoke #9D94A0
RGB
CMYK
RGB Variations
Color information
#9D94A0 (or 0x9D94A0) is known color: Amethyst Smoke. HEX triplet: 9D, 94 and A0. RGB value is (157,148,160). Sum of RGB (Red+Green+Blue) = 157+148+160=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 160 - color contains mainly: blue. Hex color #9D94A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D94A0 is #626B5F. Grayscale: #989898. Windows color (decimal): -6450016 or 10523805. OLE color: 10523805.
HSL color Cylindrical-coordinate representation of color #9D94A0: hue angle of 285º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9D94A0 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 148 | 160 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.37 |
| HSL | 285º | 0.06% | 0.6% | - |
| HSV(B) | 285º | 0.07% | 0.63% | - |
| XYZ | 30.84 | 30.89 | 37.59 | - |
| YUV | 152.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 160 | 0.02 | 0.07 | 0 | 0.37 | 285 | 0.06 | 0.6 |
| Hex | 9D | 94 | A0 | 2 | 7 | 0 | 25 | 11D | 6 | 3C |
| Octal | 235 | 224 | 240 | 2 | 7 | 0 | 45 | 435 | 6 | 74 |
| Binary | 10011101 | 10010100 | 10100000 | 10 | 111 | 0 | 100101 | 100011101 | 110 | 111100 |
Color Harmonies of #9D94A0
Complementary color
Monochromatic Colors of #9D94A0
Black with #9D94A0
Text Example
Text Example
White with #9D94A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D94A0; }
p { color: rgb(157,148,160); }
H1.HeaderClassName
{
color: #9D94A0;
}
.AnyTagClassName
{
color: #9D94A0;
}
</style>
background-color css
<style>
a { background-color: #9D94A0; }
a { background-color: rgb(157,148,160); }
div.DivClassName
{
background-color: #9D94A0;
}
.BgClassName
{
background-color: #9D94A0;
}
</style>
border-color css
<style>
span { border-color: #9D94A0; }
span { border-color: rgb(157,148,160); }
td.TdClassName
{
border-color: #9D94A0;
}
.TagClassName
{
border-color: #9D94A0;
}
</style>