Shades of Amethyst Smoke #928C93
Tints of Amethyst Smoke #928C93
RGB
CMYK
RGB Variations
Color information
#928C93 (or 0x928C93) is known color: Amethyst Smoke. HEX triplet: 92, 8C and 93. RGB value is (146,140,147). Sum of RGB (Red+Green+Blue) = 146+140+147=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 147 - color contains mainly: blue. Hex color #928C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928C93 is #6D736C. Grayscale: #8E8E8E. Windows color (decimal): -7172973 or 9669778. OLE color: 9669778.
HSL color Cylindrical-coordinate representation of color #928C93: hue angle of 291.43º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #928C93 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 140 | 147 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.42 |
| HSL | 291.43º | 0.03% | 0.56% | - |
| HSV(B) | 291.43º | 0.05% | 0.58% | - |
| XYZ | 26.5 | 26.97 | 31.41 | - |
| YUV | 142.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 147 | 0.01 | 0.05 | 0 | 0.42 | 291.43 | 0.03 | 0.56 |
| Hex | 92 | 8C | 93 | 1 | 5 | 0 | 2A | 123 | 3 | 38 |
| Octal | 222 | 214 | 223 | 1 | 5 | 0 | 52 | 443 | 3 | 70 |
| Binary | 10010010 | 10001100 | 10010011 | 1 | 101 | 0 | 101010 | 100100011 | 11 | 111000 |
Color Harmonies of #928C93
Complementary color
Monochromatic Colors of #928C93
Black with #928C93
Text Example
Text Example
White with #928C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C93; }
p { color: rgb(146,140,147); }
H1.HeaderClassName
{
color: #928C93;
}
.AnyTagClassName
{
color: #928C93;
}
</style>
background-color css
<style>
a { background-color: #928C93; }
a { background-color: rgb(146,140,147); }
div.DivClassName
{
background-color: #928C93;
}
.BgClassName
{
background-color: #928C93;
}
</style>
border-color css
<style>
span { border-color: #928C93; }
span { border-color: rgb(146,140,147); }
td.TdClassName
{
border-color: #928C93;
}
.TagClassName
{
border-color: #928C93;
}
</style>