Shades of Amethyst Smoke #928F96
Tints of Amethyst Smoke #928F96
RGB
CMYK
RGB Variations
Color information
#928F96 (or 0x928F96) is known color: Amethyst Smoke. HEX triplet: 92, 8F and 96. RGB value is (146,143,150). Sum of RGB (Red+Green+Blue) = 146+143+150=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 150 - color contains mainly: blue. Hex color #928F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928F96 is #6D7069. Grayscale: #909090. Windows color (decimal): -7172202 or 9867154. OLE color: 9867154.
HSL color Cylindrical-coordinate representation of color #928F96: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #928F96 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 143 | 150 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.41 |
| HSL | 265.71º | 0.03% | 0.57% | - |
| HSV(B) | 265.71º | 0.05% | 0.59% | - |
| XYZ | 27.18 | 27.96 | 32.82 | - |
| YUV | 144.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 150 | 0.03 | 0.05 | 0 | 0.41 | 265.71 | 0.03 | 0.57 |
| Hex | 92 | 8F | 96 | 3 | 5 | 0 | 29 | 10A | 3 | 39 |
| Octal | 222 | 217 | 226 | 3 | 5 | 0 | 51 | 412 | 3 | 71 |
| Binary | 10010010 | 10001111 | 10010110 | 11 | 101 | 0 | 101001 | 100001010 | 11 | 111001 |
Color Harmonies of #928F96
Complementary color
Monochromatic Colors of #928F96
Black with #928F96
Text Example
Text Example
White with #928F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F96; }
p { color: rgb(146,143,150); }
H1.HeaderClassName
{
color: #928F96;
}
.AnyTagClassName
{
color: #928F96;
}
</style>
background-color css
<style>
a { background-color: #928F96; }
a { background-color: rgb(146,143,150); }
div.DivClassName
{
background-color: #928F96;
}
.BgClassName
{
background-color: #928F96;
}
</style>
border-color css
<style>
span { border-color: #928F96; }
span { border-color: rgb(146,143,150); }
td.TdClassName
{
border-color: #928F96;
}
.TagClassName
{
border-color: #928F96;
}
</style>