Shades of Amethyst Smoke #928B94
Tints of Amethyst Smoke #928B94
RGB
CMYK
RGB Variations
Color information
#928B94 (or 0x928B94) is known color: Amethyst Smoke. HEX triplet: 92, 8B and 94. RGB value is (146,139,148). Sum of RGB (Red+Green+Blue) = 146+139+148=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 148 - color contains mainly: blue. Hex color #928B94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B94 is #6D746B. Grayscale: #8E8E8E. Windows color (decimal): -7173228 or 9735058. OLE color: 9735058.
HSL color Cylindrical-coordinate representation of color #928B94: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #928B94 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 139 | 148 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.42 |
| HSL | 286.67º | 0.04% | 0.56% | - |
| HSV(B) | 286.67º | 0.06% | 0.58% | - |
| XYZ | 26.43 | 26.71 | 31.78 | - |
| YUV | 142.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 148 | 0.01 | 0.06 | 0 | 0.42 | 286.67 | 0.04 | 0.56 |
| Hex | 92 | 8B | 94 | 1 | 6 | 0 | 2A | 11F | 4 | 38 |
| Octal | 222 | 213 | 224 | 1 | 6 | 0 | 52 | 437 | 4 | 70 |
| Binary | 10010010 | 10001011 | 10010100 | 1 | 110 | 0 | 101010 | 100011111 | 100 | 111000 |
Color Harmonies of #928B94
Complementary color
Monochromatic Colors of #928B94
Black with #928B94
Text Example
Text Example
White with #928B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B94; }
p { color: rgb(146,139,148); }
H1.HeaderClassName
{
color: #928B94;
}
.AnyTagClassName
{
color: #928B94;
}
</style>
background-color css
<style>
a { background-color: #928B94; }
a { background-color: rgb(146,139,148); }
div.DivClassName
{
background-color: #928B94;
}
.BgClassName
{
background-color: #928B94;
}
</style>
border-color css
<style>
span { border-color: #928B94; }
span { border-color: rgb(146,139,148); }
td.TdClassName
{
border-color: #928B94;
}
.TagClassName
{
border-color: #928B94;
}
</style>