Shades of Amethyst Smoke #92839A
Tints of Amethyst Smoke #92839A
RGB
CMYK
RGB Variations
Color information
#92839A (or 0x92839A) is known color: Amethyst Smoke. HEX triplet: 92, 83 and 9A. RGB value is (146,131,154). Sum of RGB (Red+Green+Blue) = 146+131+154=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 154 - color contains mainly: blue. Hex color #92839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92839A is #6D7C65. Grayscale: #8A8A8A. Windows color (decimal): -7175270 or 10126226. OLE color: 10126226.
HSL color Cylindrical-coordinate representation of color #92839A: hue angle of 279.13º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92839A is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 131 | 154 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.40 |
| HSL | 279.13º | 0.1% | 0.56% | - |
| HSV(B) | 279.13º | 0.15% | 0.6% | - |
| XYZ | 25.8 | 24.68 | 33.97 | - |
| YUV | 138.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 154 | 0.05 | 0.15 | 0 | 0.40 | 279.13 | 0.1 | 0.56 |
| Hex | 92 | 83 | 9A | 5 | F | 0 | 28 | 117 | A | 38 |
| Octal | 222 | 203 | 232 | 5 | 17 | 0 | 50 | 427 | 12 | 70 |
| Binary | 10010010 | 10000011 | 10011010 | 101 | 1111 | 0 | 101000 | 100010111 | 1010 | 111000 |
Color Harmonies of #92839A
Complementary color
Monochromatic Colors of #92839A
Black with #92839A
Text Example
Text Example
White with #92839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92839A; }
p { color: rgb(146,131,154); }
H1.HeaderClassName
{
color: #92839A;
}
.AnyTagClassName
{
color: #92839A;
}
</style>
background-color css
<style>
a { background-color: #92839A; }
a { background-color: rgb(146,131,154); }
div.DivClassName
{
background-color: #92839A;
}
.BgClassName
{
background-color: #92839A;
}
</style>
border-color css
<style>
span { border-color: #92839A; }
span { border-color: rgb(146,131,154); }
td.TdClassName
{
border-color: #92839A;
}
.TagClassName
{
border-color: #92839A;
}
</style>