Shades of Amethyst Smoke #928995
Tints of Amethyst Smoke #928995
RGB
CMYK
RGB Variations
Color information
#928995 (or 0x928995) is known color: Amethyst Smoke. HEX triplet: 92, 89 and 95. RGB value is (146,137,149). Sum of RGB (Red+Green+Blue) = 146+137+149=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: blue. Hex color #928995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928995 is #6D766A. Grayscale: #8D8D8D. Windows color (decimal): -7173739 or 9800082. OLE color: 9800082.
HSL color Cylindrical-coordinate representation of color #928995: hue angle of 285º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #928995 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 137 | 149 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.42 |
| HSL | 285º | 0.05% | 0.56% | - |
| HSV(B) | 285º | 0.08% | 0.58% | - |
| XYZ | 26.22 | 26.17 | 32.1 | - |
| YUV | 141.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 149 | 0.02 | 0.08 | 0 | 0.42 | 285 | 0.05 | 0.56 |
| Hex | 92 | 89 | 95 | 2 | 8 | 0 | 2A | 11D | 5 | 38 |
| Octal | 222 | 211 | 225 | 2 | 10 | 0 | 52 | 435 | 5 | 70 |
| Binary | 10010010 | 10001001 | 10010101 | 10 | 1000 | 0 | 101010 | 100011101 | 101 | 111000 |
Color Harmonies of #928995
Complementary color
Monochromatic Colors of #928995
Black with #928995
Text Example
Text Example
White with #928995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928995; }
p { color: rgb(146,137,149); }
H1.HeaderClassName
{
color: #928995;
}
.AnyTagClassName
{
color: #928995;
}
</style>
background-color css
<style>
a { background-color: #928995; }
a { background-color: rgb(146,137,149); }
div.DivClassName
{
background-color: #928995;
}
.BgClassName
{
background-color: #928995;
}
</style>
border-color css
<style>
span { border-color: #928995; }
span { border-color: rgb(146,137,149); }
td.TdClassName
{
border-color: #928995;
}
.TagClassName
{
border-color: #928995;
}
</style>