Shades of Amethyst Smoke #928198
Tints of Amethyst Smoke #928198
RGB
CMYK
RGB Variations
Color information
#928198 (or 0x928198) is known color: Amethyst Smoke. HEX triplet: 92, 81 and 98. RGB value is (146,129,152). Sum of RGB (Red+Green+Blue) = 146+129+152=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 152 - color contains mainly: blue. Hex color #928198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928198 is #6D7E67. Grayscale: #888888. Windows color (decimal): -7175784 or 9994642. OLE color: 9994642.
HSL color Cylindrical-coordinate representation of color #928198: hue angle of 284.35º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #928198 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 129 | 152 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.40 |
| HSL | 284.35º | 0.1% | 0.55% | - |
| HSV(B) | 284.35º | 0.15% | 0.6% | - |
| XYZ | 25.37 | 24.08 | 33.02 | - |
| YUV | 136.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 152 | 0.04 | 0.15 | 0 | 0.40 | 284.35 | 0.1 | 0.55 |
| Hex | 92 | 81 | 98 | 4 | F | 0 | 28 | 11C | A | 37 |
| Octal | 222 | 201 | 230 | 4 | 17 | 0 | 50 | 434 | 12 | 67 |
| Binary | 10010010 | 10000001 | 10011000 | 100 | 1111 | 0 | 101000 | 100011100 | 1010 | 110111 |
Color Harmonies of #928198
Complementary color
Monochromatic Colors of #928198
Black with #928198
Text Example
Text Example
White with #928198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928198; }
p { color: rgb(146,129,152); }
H1.HeaderClassName
{
color: #928198;
}
.AnyTagClassName
{
color: #928198;
}
</style>
background-color css
<style>
a { background-color: #928198; }
a { background-color: rgb(146,129,152); }
div.DivClassName
{
background-color: #928198;
}
.BgClassName
{
background-color: #928198;
}
</style>
border-color css
<style>
span { border-color: #928198; }
span { border-color: rgb(146,129,152); }
td.TdClassName
{
border-color: #928198;
}
.TagClassName
{
border-color: #928198;
}
</style>