Shades of Amethyst Smoke #9E94A6
Tints of Amethyst Smoke #9E94A6
RGB
CMYK
RGB Variations
Color information
#9E94A6 (or 0x9E94A6) is known color: Amethyst Smoke. HEX triplet: 9E, 94 and A6. RGB value is (158,148,166). Sum of RGB (Red+Green+Blue) = 158+148+166=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 166 - color contains mainly: blue. Hex color #9E94A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E94A6 is #616B59. Grayscale: #989898. Windows color (decimal): -6384474 or 10917022. OLE color: 10917022.
HSL color Cylindrical-coordinate representation of color #9E94A6: hue angle of 273.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E94A6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 148 | 166 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.35 |
| HSL | 273.33º | 0.09% | 0.62% | - |
| HSV(B) | 273.33º | 0.11% | 0.65% | - |
| XYZ | 31.57 | 31.2 | 40.43 | - |
| YUV | 153.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 166 | 0.05 | 0.11 | 0 | 0.35 | 273.33 | 0.09 | 0.62 |
| Hex | 9E | 94 | A6 | 5 | B | 0 | 23 | 111 | 9 | 3E |
| Octal | 236 | 224 | 246 | 5 | 13 | 0 | 43 | 421 | 11 | 76 |
| Binary | 10011110 | 10010100 | 10100110 | 101 | 1011 | 0 | 100011 | 100010001 | 1001 | 111110 |
Color Harmonies of #9E94A6
Complementary color
Monochromatic Colors of #9E94A6
Black with #9E94A6
Text Example
Text Example
White with #9E94A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E94A6; }
p { color: rgb(158,148,166); }
H1.HeaderClassName
{
color: #9E94A6;
}
.AnyTagClassName
{
color: #9E94A6;
}
</style>
background-color css
<style>
a { background-color: #9E94A6; }
a { background-color: rgb(158,148,166); }
div.DivClassName
{
background-color: #9E94A6;
}
.BgClassName
{
background-color: #9E94A6;
}
</style>
border-color css
<style>
span { border-color: #9E94A6; }
span { border-color: rgb(158,148,166); }
td.TdClassName
{
border-color: #9E94A6;
}
.TagClassName
{
border-color: #9E94A6;
}
</style>