Shades of Amethyst Smoke #928098
Tints of Amethyst Smoke #928098
RGB
CMYK
RGB Variations
Color information
#928098 (or 0x928098) is known color: Amethyst Smoke. HEX triplet: 92, 80 and 98. RGB value is (146,128,152). Sum of RGB (Red+Green+Blue) = 146+128+152=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #928098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928098 is #6D7F67. Grayscale: #888888. Windows color (decimal): -7176040 or 9994386. OLE color: 9994386.
HSL color Cylindrical-coordinate representation of color #928098: hue angle of 285º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #928098 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 128 | 152 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.40 |
| HSL | 285º | 0.1% | 0.55% | - |
| HSV(B) | 285º | 0.16% | 0.6% | - |
| XYZ | 25.24 | 23.82 | 32.97 | - |
| YUV | 136.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 152 | 0.04 | 0.16 | 0 | 0.40 | 285 | 0.1 | 0.55 |
| Hex | 92 | 80 | 98 | 4 | 10 | 0 | 28 | 11D | A | 37 |
| Octal | 222 | 200 | 230 | 4 | 20 | 0 | 50 | 435 | 12 | 67 |
| Binary | 10010010 | 10000000 | 10011000 | 100 | 10000 | 0 | 101000 | 100011101 | 1010 | 110111 |
Color Harmonies of #928098
Complementary color
Monochromatic Colors of #928098
Black with #928098
Text Example
Text Example
White with #928098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928098; }
p { color: rgb(146,128,152); }
H1.HeaderClassName
{
color: #928098;
}
.AnyTagClassName
{
color: #928098;
}
</style>
background-color css
<style>
a { background-color: #928098; }
a { background-color: rgb(146,128,152); }
div.DivClassName
{
background-color: #928098;
}
.BgClassName
{
background-color: #928098;
}
</style>
border-color css
<style>
span { border-color: #928098; }
span { border-color: rgb(146,128,152); }
td.TdClassName
{
border-color: #928098;
}
.TagClassName
{
border-color: #928098;
}
</style>