Shades of Amethyst Smoke #928A9D
Tints of Amethyst Smoke #928A9D
RGB
CMYK
RGB Variations
Color information
#928A9D (or 0x928A9D) is known color: Amethyst Smoke. HEX triplet: 92, 8A and 9D. RGB value is (146,138,157). Sum of RGB (Red+Green+Blue) = 146+138+157=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #928A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928A9D is #6D7562. Grayscale: #8E8E8E. Windows color (decimal): -7173475 or 10324626. OLE color: 10324626.
HSL color Cylindrical-coordinate representation of color #928A9D: hue angle of 265.26º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928A9D is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 138 | 157 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.38 |
| HSL | 265.26º | 0.09% | 0.58% | - |
| HSV(B) | 265.26º | 0.12% | 0.62% | - |
| XYZ | 27.03 | 26.72 | 35.63 | - |
| YUV | 142.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 157 | 0.07 | 0.12 | 0 | 0.38 | 265.26 | 0.09 | 0.58 |
| Hex | 92 | 8A | 9D | 7 | C | 0 | 26 | 109 | 9 | 3A |
| Octal | 222 | 212 | 235 | 7 | 14 | 0 | 46 | 411 | 11 | 72 |
| Binary | 10010010 | 10001010 | 10011101 | 111 | 1100 | 0 | 100110 | 100001001 | 1001 | 111010 |
Color Harmonies of #928A9D
Complementary color
Monochromatic Colors of #928A9D
Black with #928A9D
Text Example
Text Example
White with #928A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A9D; }
p { color: rgb(146,138,157); }
H1.HeaderClassName
{
color: #928A9D;
}
.AnyTagClassName
{
color: #928A9D;
}
</style>
background-color css
<style>
a { background-color: #928A9D; }
a { background-color: rgb(146,138,157); }
div.DivClassName
{
background-color: #928A9D;
}
.BgClassName
{
background-color: #928A9D;
}
</style>
border-color css
<style>
span { border-color: #928A9D; }
span { border-color: rgb(146,138,157); }
td.TdClassName
{
border-color: #928A9D;
}
.TagClassName
{
border-color: #928A9D;
}
</style>