Shades of Amethyst Smoke #908496
Tints of Amethyst Smoke #908496
RGB
CMYK
RGB Variations
Color information
#908496 (or 0x908496) is known color: Amethyst Smoke. HEX triplet: 90, 84 and 96. RGB value is (144,132,150). Sum of RGB (Red+Green+Blue) = 144+132+150=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #908496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908496 is #6F7B69. Grayscale: #898989. Windows color (decimal): -7306090 or 9864336. OLE color: 9864336.
HSL color Cylindrical-coordinate representation of color #908496: hue angle of 280º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908496 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 132 | 150 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.41 |
| HSL | 280º | 0.08% | 0.55% | - |
| HSV(B) | 280º | 0.12% | 0.59% | - |
| XYZ | 25.26 | 24.63 | 32.28 | - |
| YUV | 137.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 150 | 0.04 | 0.12 | 0 | 0.41 | 280 | 0.08 | 0.55 |
| Hex | 90 | 84 | 96 | 4 | C | 0 | 29 | 118 | 8 | 37 |
| Octal | 220 | 204 | 226 | 4 | 14 | 0 | 51 | 430 | 10 | 67 |
| Binary | 10010000 | 10000100 | 10010110 | 100 | 1100 | 0 | 101001 | 100011000 | 1000 | 110111 |
Color Harmonies of #908496
Complementary color
Monochromatic Colors of #908496
Black with #908496
Text Example
Text Example
White with #908496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908496; }
p { color: rgb(144,132,150); }
H1.HeaderClassName
{
color: #908496;
}
.AnyTagClassName
{
color: #908496;
}
</style>
background-color css
<style>
a { background-color: #908496; }
a { background-color: rgb(144,132,150); }
div.DivClassName
{
background-color: #908496;
}
.BgClassName
{
background-color: #908496;
}
</style>
border-color css
<style>
span { border-color: #908496; }
span { border-color: rgb(144,132,150); }
td.TdClassName
{
border-color: #908496;
}
.TagClassName
{
border-color: #908496;
}
</style>