Shades of Amethyst Smoke #929193
Tints of Amethyst Smoke #929193
RGB
CMYK
RGB Variations
Color information
#929193 (or 0x929193) is known color: Amethyst Smoke. HEX triplet: 92, 91 and 93. RGB value is (146,145,147). Sum of RGB (Red+Green+Blue) = 146+145+147=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 147 - color contains mainly: blue. Hex color #929193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929193 is #6D6E6C. Grayscale: #919191. Windows color (decimal): -7171693 or 9671058. OLE color: 9671058.
HSL color Cylindrical-coordinate representation of color #929193: hue angle of 270º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #929193 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 145 | 147 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.42 |
| HSL | 270º | 0.01% | 0.57% | - |
| HSV(B) | 270º | 0.01% | 0.58% | - |
| XYZ | 27.25 | 28.47 | 31.66 | - |
| YUV | 145.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 147 | 0.01 | 0.01 | 0 | 0.42 | 270 | 0.01 | 0.57 |
| Hex | 92 | 91 | 93 | 1 | 1 | 0 | 2A | 10E | 1 | 39 |
| Octal | 222 | 221 | 223 | 1 | 1 | 0 | 52 | 416 | 1 | 71 |
| Binary | 10010010 | 10010001 | 10010011 | 1 | 1 | 0 | 101010 | 100001110 | 1 | 111001 |
Color Harmonies of #929193
Complementary color
Monochromatic Colors of #929193
Black with #929193
Text Example
Text Example
White with #929193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929193; }
p { color: rgb(146,145,147); }
H1.HeaderClassName
{
color: #929193;
}
.AnyTagClassName
{
color: #929193;
}
</style>
background-color css
<style>
a { background-color: #929193; }
a { background-color: rgb(146,145,147); }
div.DivClassName
{
background-color: #929193;
}
.BgClassName
{
background-color: #929193;
}
</style>
border-color css
<style>
span { border-color: #929193; }
span { border-color: rgb(146,145,147); }
td.TdClassName
{
border-color: #929193;
}
.TagClassName
{
border-color: #929193;
}
</style>