Shades of Amethyst Smoke #92899E
Tints of Amethyst Smoke #92899E
RGB
CMYK
RGB Variations
Color information
#92899E (or 0x92899E) is known color: Amethyst Smoke. HEX triplet: 92, 89 and 9E. RGB value is (146,137,158). Sum of RGB (Red+Green+Blue) = 146+137+158=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 158 - color contains mainly: blue. Hex color #92899E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92899E is #6D7661. Grayscale: #8E8E8E. Windows color (decimal): -7173730 or 10389906. OLE color: 10389906.
HSL color Cylindrical-coordinate representation of color #92899E: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92899E is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 137 | 158 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.38 |
| HSL | 265.71º | 0.1% | 0.58% | - |
| HSV(B) | 265.71º | 0.13% | 0.62% | - |
| XYZ | 26.97 | 26.47 | 36.04 | - |
| YUV | 142.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 158 | 0.08 | 0.13 | 0 | 0.38 | 265.71 | 0.1 | 0.58 |
| Hex | 92 | 89 | 9E | 8 | D | 0 | 26 | 10A | A | 3A |
| Octal | 222 | 211 | 236 | 10 | 15 | 0 | 46 | 412 | 12 | 72 |
| Binary | 10010010 | 10001001 | 10011110 | 1000 | 1101 | 0 | 100110 | 100001010 | 1010 | 111010 |
Color Harmonies of #92899E
Complementary color
Monochromatic Colors of #92899E
Black with #92899E
Text Example
Text Example
White with #92899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92899E; }
p { color: rgb(146,137,158); }
H1.HeaderClassName
{
color: #92899E;
}
.AnyTagClassName
{
color: #92899E;
}
</style>
background-color css
<style>
a { background-color: #92899E; }
a { background-color: rgb(146,137,158); }
div.DivClassName
{
background-color: #92899E;
}
.BgClassName
{
background-color: #92899E;
}
</style>
border-color css
<style>
span { border-color: #92899E; }
span { border-color: rgb(146,137,158); }
td.TdClassName
{
border-color: #92899E;
}
.TagClassName
{
border-color: #92899E;
}
</style>