Shades of Amethyst Smoke #928999
Tints of Amethyst Smoke #928999
RGB
CMYK
RGB Variations
Color information
#928999 (or 0x928999) is known color: Amethyst Smoke. HEX triplet: 92, 89 and 99. RGB value is (146,137,153). Sum of RGB (Red+Green+Blue) = 146+137+153=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 153 - color contains mainly: blue. Hex color #928999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928999 is #6D7666. Grayscale: #8D8D8D. Windows color (decimal): -7173735 or 10062226. OLE color: 10062226.
HSL color Cylindrical-coordinate representation of color #928999: hue angle of 273.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928999 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 137 | 153 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.4 |
| HSL | 273.75º | 0.07% | 0.57% | - |
| HSV(B) | 273.75º | 0.1% | 0.6% | - |
| XYZ | 26.55 | 26.3 | 33.81 | - |
| YUV | 141.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 153 | 0.05 | 0.10 | 0 | 0.4 | 273.75 | 0.07 | 0.57 |
| Hex | 92 | 89 | 99 | 5 | A | 0 | 28 | 112 | 7 | 39 |
| Octal | 222 | 211 | 231 | 5 | 12 | 0 | 50 | 422 | 7 | 71 |
| Binary | 10010010 | 10001001 | 10011001 | 101 | 1010 | 0 | 101000 | 100010010 | 111 | 111001 |
Color Harmonies of #928999
Complementary color
Monochromatic Colors of #928999
Black with #928999
Text Example
Text Example
White with #928999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928999; }
p { color: rgb(146,137,153); }
H1.HeaderClassName
{
color: #928999;
}
.AnyTagClassName
{
color: #928999;
}
</style>
background-color css
<style>
a { background-color: #928999; }
a { background-color: rgb(146,137,153); }
div.DivClassName
{
background-color: #928999;
}
.BgClassName
{
background-color: #928999;
}
</style>
border-color css
<style>
span { border-color: #928999; }
span { border-color: rgb(146,137,153); }
td.TdClassName
{
border-color: #928999;
}
.TagClassName
{
border-color: #928999;
}
</style>