Shades of Amethyst Smoke #949096
Tints of Amethyst Smoke #949096
RGB
CMYK
RGB Variations
Color information
#949096 (or 0x949096) is known color: Amethyst Smoke. HEX triplet: 94, 90 and 96. RGB value is (148,144,150). Sum of RGB (Red+Green+Blue) = 148+144+150=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 150 - color contains mainly: blue. Hex color #949096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949096 is #6B6F69. Grayscale: #919191. Windows color (decimal): -7040874 or 9867412. OLE color: 9867412.
HSL color Cylindrical-coordinate representation of color #949096: hue angle of 280º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #949096 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 144 | 150 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.41 |
| HSL | 280º | 0.03% | 0.58% | - |
| HSV(B) | 280º | 0.04% | 0.59% | - |
| XYZ | 27.69 | 28.44 | 32.89 | - |
| YUV | 145.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 150 | 0.01 | 0.04 | 0 | 0.41 | 280 | 0.03 | 0.58 |
| Hex | 94 | 90 | 96 | 1 | 4 | 0 | 29 | 118 | 3 | 3A |
| Octal | 224 | 220 | 226 | 1 | 4 | 0 | 51 | 430 | 3 | 72 |
| Binary | 10010100 | 10010000 | 10010110 | 1 | 100 | 0 | 101001 | 100011000 | 11 | 111010 |
Color Harmonies of #949096
Complementary color
Monochromatic Colors of #949096
Black with #949096
Text Example
Text Example
White with #949096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949096; }
p { color: rgb(148,144,150); }
H1.HeaderClassName
{
color: #949096;
}
.AnyTagClassName
{
color: #949096;
}
</style>
background-color css
<style>
a { background-color: #949096; }
a { background-color: rgb(148,144,150); }
div.DivClassName
{
background-color: #949096;
}
.BgClassName
{
background-color: #949096;
}
</style>
border-color css
<style>
span { border-color: #949096; }
span { border-color: rgb(148,144,150); }
td.TdClassName
{
border-color: #949096;
}
.TagClassName
{
border-color: #949096;
}
</style>