Shades of Amethyst Smoke #92899D
Tints of Amethyst Smoke #92899D
RGB
CMYK
RGB Variations
Color information
#92899D (or 0x92899D) is known color: Amethyst Smoke. HEX triplet: 92, 89 and 9D. RGB value is (146,137,157). Sum of RGB (Red+Green+Blue) = 146+137+157=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #92899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92899D is #6D7662. Grayscale: #8D8D8D. Windows color (decimal): -7173731 or 10324370. OLE color: 10324370.
HSL color Cylindrical-coordinate representation of color #92899D: hue angle of 267º degrees, saturation: 0.09, 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 #92899D is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 137 | 157 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.38 |
| HSL | 267º | 0.09% | 0.58% | - |
| HSV(B) | 267º | 0.13% | 0.62% | - |
| XYZ | 26.89 | 26.44 | 35.58 | - |
| YUV | 141.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 157 | 0.07 | 0.13 | 0 | 0.38 | 267 | 0.09 | 0.58 |
| Hex | 92 | 89 | 9D | 7 | D | 0 | 26 | 10B | 9 | 3A |
| Octal | 222 | 211 | 235 | 7 | 15 | 0 | 46 | 413 | 11 | 72 |
| Binary | 10010010 | 10001001 | 10011101 | 111 | 1101 | 0 | 100110 | 100001011 | 1001 | 111010 |
Color Harmonies of #92899D
Complementary color
Monochromatic Colors of #92899D
Black with #92899D
Text Example
Text Example
White with #92899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92899D; }
p { color: rgb(146,137,157); }
H1.HeaderClassName
{
color: #92899D;
}
.AnyTagClassName
{
color: #92899D;
}
</style>
background-color css
<style>
a { background-color: #92899D; }
a { background-color: rgb(146,137,157); }
div.DivClassName
{
background-color: #92899D;
}
.BgClassName
{
background-color: #92899D;
}
</style>
border-color css
<style>
span { border-color: #92899D; }
span { border-color: rgb(146,137,157); }
td.TdClassName
{
border-color: #92899D;
}
.TagClassName
{
border-color: #92899D;
}
</style>