Shades of Amethyst Smoke #918D94
Tints of Amethyst Smoke #918D94
RGB
CMYK
RGB Variations
Color information
#918D94 (or 0x918D94) is known color: Amethyst Smoke. HEX triplet: 91, 8D and 94. RGB value is (145,141,148). Sum of RGB (Red+Green+Blue) = 145+141+148=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 148 - color contains mainly: blue. Hex color #918D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918D94 is #6E726B. Grayscale: #8E8E8E. Windows color (decimal): -7238252 or 9735569. OLE color: 9735569.
HSL color Cylindrical-coordinate representation of color #918D94: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #918D94 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 141 | 148 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.42 |
| HSL | 274.29º | 0.03% | 0.57% | - |
| HSV(B) | 274.29º | 0.05% | 0.58% | - |
| XYZ | 26.55 | 27.21 | 31.87 | - |
| YUV | 142.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 148 | 0.02 | 0.05 | 0 | 0.42 | 274.29 | 0.03 | 0.57 |
| Hex | 91 | 8D | 94 | 2 | 5 | 0 | 2A | 112 | 3 | 39 |
| Octal | 221 | 215 | 224 | 2 | 5 | 0 | 52 | 422 | 3 | 71 |
| Binary | 10010001 | 10001101 | 10010100 | 10 | 101 | 0 | 101010 | 100010010 | 11 | 111001 |
Color Harmonies of #918D94
Complementary color
Monochromatic Colors of #918D94
Black with #918D94
Text Example
Text Example
White with #918D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D94; }
p { color: rgb(145,141,148); }
H1.HeaderClassName
{
color: #918D94;
}
.AnyTagClassName
{
color: #918D94;
}
</style>
background-color css
<style>
a { background-color: #918D94; }
a { background-color: rgb(145,141,148); }
div.DivClassName
{
background-color: #918D94;
}
.BgClassName
{
background-color: #918D94;
}
</style>
border-color css
<style>
span { border-color: #918D94; }
span { border-color: rgb(145,141,148); }
td.TdClassName
{
border-color: #918D94;
}
.TagClassName
{
border-color: #918D94;
}
</style>