Shades of Amethyst Smoke #928295
Tints of Amethyst Smoke #928295
RGB
CMYK
RGB Variations
Color information
#928295 (or 0x928295) is known color: Amethyst Smoke. HEX triplet: 92, 82 and 95. RGB value is (146,130,149). Sum of RGB (Red+Green+Blue) = 146+130+149=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #928295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928295 is #6D7D6A. Grayscale: #888888. Windows color (decimal): -7175531 or 9798290. OLE color: 9798290.
HSL color Cylindrical-coordinate representation of color #928295: hue angle of 290.53º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #928295 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 130 | 149 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.42 |
| HSL | 290.53º | 0.08% | 0.55% | - |
| HSV(B) | 290.53º | 0.13% | 0.58% | - |
| XYZ | 25.26 | 24.25 | 31.78 | - |
| YUV | 136.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 149 | 0.02 | 0.13 | 0 | 0.42 | 290.53 | 0.08 | 0.55 |
| Hex | 92 | 82 | 95 | 2 | D | 0 | 2A | 123 | 8 | 37 |
| Octal | 222 | 202 | 225 | 2 | 15 | 0 | 52 | 443 | 10 | 67 |
| Binary | 10010010 | 10000010 | 10010101 | 10 | 1101 | 0 | 101010 | 100100011 | 1000 | 110111 |
Color Harmonies of #928295
Complementary color
Monochromatic Colors of #928295
Black with #928295
Text Example
Text Example
White with #928295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928295; }
p { color: rgb(146,130,149); }
H1.HeaderClassName
{
color: #928295;
}
.AnyTagClassName
{
color: #928295;
}
</style>
background-color css
<style>
a { background-color: #928295; }
a { background-color: rgb(146,130,149); }
div.DivClassName
{
background-color: #928295;
}
.BgClassName
{
background-color: #928295;
}
</style>
border-color css
<style>
span { border-color: #928295; }
span { border-color: rgb(146,130,149); }
td.TdClassName
{
border-color: #928295;
}
.TagClassName
{
border-color: #928295;
}
</style>