Shades of Amethyst Smoke #908492
Tints of Amethyst Smoke #908492
RGB
CMYK
RGB Variations
Color information
#908492 (or 0x908492) is known color: Amethyst Smoke. HEX triplet: 90, 84 and 92. RGB value is (144,132,146). Sum of RGB (Red+Green+Blue) = 144+132+146=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 146 - color contains mainly: blue. Hex color #908492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908492 is #6F7B6D. Grayscale: #898989. Windows color (decimal): -7306094 or 9602192. OLE color: 9602192.
HSL color Cylindrical-coordinate representation of color #908492: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908492 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 132 | 146 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.43 |
| HSL | 291.43º | 0.06% | 0.55% | - |
| HSV(B) | 291.43º | 0.1% | 0.57% | - |
| XYZ | 24.94 | 24.51 | 30.61 | - |
| YUV | 137.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 146 | 0.01 | 0.10 | 0 | 0.43 | 291.43 | 0.06 | 0.55 |
| Hex | 90 | 84 | 92 | 1 | A | 0 | 2B | 123 | 6 | 37 |
| Octal | 220 | 204 | 222 | 1 | 12 | 0 | 53 | 443 | 6 | 67 |
| Binary | 10010000 | 10000100 | 10010010 | 1 | 1010 | 0 | 101011 | 100100011 | 110 | 110111 |
Color Harmonies of #908492
Complementary color
Monochromatic Colors of #908492
Black with #908492
Text Example
Text Example
White with #908492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908492; }
p { color: rgb(144,132,146); }
H1.HeaderClassName
{
color: #908492;
}
.AnyTagClassName
{
color: #908492;
}
</style>
background-color css
<style>
a { background-color: #908492; }
a { background-color: rgb(144,132,146); }
div.DivClassName
{
background-color: #908492;
}
.BgClassName
{
background-color: #908492;
}
</style>
border-color css
<style>
span { border-color: #908492; }
span { border-color: rgb(144,132,146); }
td.TdClassName
{
border-color: #908492;
}
.TagClassName
{
border-color: #908492;
}
</style>