Shades of Amethyst Smoke #928A98
Tints of Amethyst Smoke #928A98
RGB
CMYK
RGB Variations
Color information
#928A98 (or 0x928A98) is known color: Amethyst Smoke. HEX triplet: 92, 8A and 98. RGB value is (146,138,152). Sum of RGB (Red+Green+Blue) = 146+138+152=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 152 - color contains mainly: blue. Hex color #928A98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928A98 is #6D7567. Grayscale: #8D8D8D. Windows color (decimal): -7173480 or 9996946. OLE color: 9996946.
HSL color Cylindrical-coordinate representation of color #928A98: hue angle of 274.29º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #928A98 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 138 | 152 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.40 |
| HSL | 274.29º | 0.06% | 0.57% | - |
| HSV(B) | 274.29º | 0.09% | 0.6% | - |
| XYZ | 26.61 | 26.55 | 33.43 | - |
| YUV | 141.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 152 | 0.04 | 0.09 | 0 | 0.40 | 274.29 | 0.06 | 0.57 |
| Hex | 92 | 8A | 98 | 4 | 9 | 0 | 28 | 112 | 6 | 39 |
| Octal | 222 | 212 | 230 | 4 | 11 | 0 | 50 | 422 | 6 | 71 |
| Binary | 10010010 | 10001010 | 10011000 | 100 | 1001 | 0 | 101000 | 100010010 | 110 | 111001 |
Color Harmonies of #928A98
Complementary color
Monochromatic Colors of #928A98
Black with #928A98
Text Example
Text Example
White with #928A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A98; }
p { color: rgb(146,138,152); }
H1.HeaderClassName
{
color: #928A98;
}
.AnyTagClassName
{
color: #928A98;
}
</style>
background-color css
<style>
a { background-color: #928A98; }
a { background-color: rgb(146,138,152); }
div.DivClassName
{
background-color: #928A98;
}
.BgClassName
{
background-color: #928A98;
}
</style>
border-color css
<style>
span { border-color: #928A98; }
span { border-color: rgb(146,138,152); }
td.TdClassName
{
border-color: #928A98;
}
.TagClassName
{
border-color: #928A98;
}
</style>