Shades of Amethyst Smoke #9E90A1
Tints of Amethyst Smoke #9E90A1
RGB
CMYK
RGB Variations
Color information
#9E90A1 (or 0x9E90A1) is known color: Amethyst Smoke. HEX triplet: 9E, 90 and A1. RGB value is (158,144,161). Sum of RGB (Red+Green+Blue) = 158+144+161=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 161 - color contains mainly: blue. Hex color #9E90A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E90A1 is #616F5E. Grayscale: #969696. Windows color (decimal): -6385503 or 10588318. OLE color: 10588318.
HSL color Cylindrical-coordinate representation of color #9E90A1: hue angle of 289.41º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E90A1 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 158 | 144 | 161 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.37 |
| HSL | 289.41º | 0.08% | 0.6% | - |
| HSV(B) | 289.41º | 0.11% | 0.63% | - |
| XYZ | 30.51 | 29.79 | 37.86 | - |
| YUV | 150.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 161 | 0.02 | 0.11 | 0 | 0.37 | 289.41 | 0.08 | 0.6 |
| Hex | 9E | 90 | A1 | 2 | B | 0 | 25 | 121 | 8 | 3C |
| Octal | 236 | 220 | 241 | 2 | 13 | 0 | 45 | 441 | 10 | 74 |
| Binary | 10011110 | 10010000 | 10100001 | 10 | 1011 | 0 | 100101 | 100100001 | 1000 | 111100 |
Color Harmonies of #9E90A1
Complementary color
Monochromatic Colors of #9E90A1
Black with #9E90A1
Text Example
Text Example
White with #9E90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90A1; }
p { color: rgb(158,144,161); }
H1.HeaderClassName
{
color: #9E90A1;
}
.AnyTagClassName
{
color: #9E90A1;
}
</style>
background-color css
<style>
a { background-color: #9E90A1; }
a { background-color: rgb(158,144,161); }
div.DivClassName
{
background-color: #9E90A1;
}
.BgClassName
{
background-color: #9E90A1;
}
</style>
border-color css
<style>
span { border-color: #9E90A1; }
span { border-color: rgb(158,144,161); }
td.TdClassName
{
border-color: #9E90A1;
}
.TagClassName
{
border-color: #9E90A1;
}
</style>