Shades of Amethyst Smoke #949394
Tints of Amethyst Smoke #949394
RGB
CMYK
RGB Variations
Color information
#949394 (or 0x949394) is known color: Amethyst Smoke. HEX triplet: 94, 93 and 94. RGB value is (148,147,148). Sum of RGB (Red+Green+Blue) = 148+147+148=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #949394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949394 is #6B6C6B. Grayscale: #939393. Windows color (decimal): -7040108 or 9737108. OLE color: 9737108.
HSL color Cylindrical-coordinate representation of color #949394: hue angle of 300º degrees, saturation: 0, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #949394 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 148 | - |
| CMYK | 0 | 0.01 | 0 | 0.42 |
| HSL | 300º | 0% | 0.58% | - |
| HSV(B) | 300º | 0.01% | 0.58% | - |
| XYZ | 27.99 | 29.3 | 32.2 | - |
| YUV | 147.41 | 128.33 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 148 | 0 | 0.01 | 0 | 0.42 | 300 | 0 | 0.58 |
| Hex | 94 | 93 | 94 | 0 | 1 | 0 | 2A | 12C | 0 | 3A |
| Octal | 224 | 223 | 224 | 0 | 1 | 0 | 52 | 454 | 0 | 72 |
| Binary | 10010100 | 10010011 | 10010100 | 0 | 1 | 0 | 101010 | 100101100 | 0 | 111010 |
Color Harmonies of #949394
Complementary color
Monochromatic Colors of #949394
Black with #949394
Text Example
Text Example
White with #949394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949394; }
p { color: rgb(148,147,148); }
H1.HeaderClassName
{
color: #949394;
}
.AnyTagClassName
{
color: #949394;
}
</style>
background-color css
<style>
a { background-color: #949394; }
a { background-color: rgb(148,147,148); }
div.DivClassName
{
background-color: #949394;
}
.BgClassName
{
background-color: #949394;
}
</style>
border-color css
<style>
span { border-color: #949394; }
span { border-color: rgb(148,147,148); }
td.TdClassName
{
border-color: #949394;
}
.TagClassName
{
border-color: #949394;
}
</style>