Shades of Amethyst Smoke #928D99
Tints of Amethyst Smoke #928D99
RGB
CMYK
RGB Variations
Color information
#928D99 (or 0x928D99) is known color: Amethyst Smoke. HEX triplet: 92, 8D and 99. RGB value is (146,141,153). Sum of RGB (Red+Green+Blue) = 146+141+153=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 153 - color contains mainly: blue. Hex color #928D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928D99 is #6D7266. Grayscale: #8F8F8F. Windows color (decimal): -7172711 or 10063250. OLE color: 10063250.
HSL color Cylindrical-coordinate representation of color #928D99: hue angle of 265º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #928D99 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 141 | 153 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.4 |
| HSL | 265º | 0.06% | 0.58% | - |
| HSV(B) | 265º | 0.08% | 0.6% | - |
| XYZ | 27.13 | 27.46 | 34.01 | - |
| YUV | 143.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 153 | 0.05 | 0.08 | 0 | 0.4 | 265 | 0.06 | 0.58 |
| Hex | 92 | 8D | 99 | 5 | 8 | 0 | 28 | 109 | 6 | 3A |
| Octal | 222 | 215 | 231 | 5 | 10 | 0 | 50 | 411 | 6 | 72 |
| Binary | 10010010 | 10001101 | 10011001 | 101 | 1000 | 0 | 101000 | 100001001 | 110 | 111010 |
Color Harmonies of #928D99
Complementary color
Monochromatic Colors of #928D99
Black with #928D99
Text Example
Text Example
White with #928D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D99; }
p { color: rgb(146,141,153); }
H1.HeaderClassName
{
color: #928D99;
}
.AnyTagClassName
{
color: #928D99;
}
</style>
background-color css
<style>
a { background-color: #928D99; }
a { background-color: rgb(146,141,153); }
div.DivClassName
{
background-color: #928D99;
}
.BgClassName
{
background-color: #928D99;
}
</style>
border-color css
<style>
span { border-color: #928D99; }
span { border-color: rgb(146,141,153); }
td.TdClassName
{
border-color: #928D99;
}
.TagClassName
{
border-color: #928D99;
}
</style>