Shades of Amethyst Smoke #908D92
Tints of Amethyst Smoke #908D92
RGB
CMYK
RGB Variations
Color information
#908D92 (or 0x908D92) is known color: Amethyst Smoke. HEX triplet: 90, 8D and 92. RGB value is (144,141,146). Sum of RGB (Red+Green+Blue) = 144+141+146=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 146 - color contains mainly: blue. Hex color #908D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D92 is #6F726D. Grayscale: #8E8E8E. Windows color (decimal): -7303790 or 9604496. OLE color: 9604496.
HSL color Cylindrical-coordinate representation of color #908D92: hue angle of 276º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908D92 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 144 | 141 | 146 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.43 |
| HSL | 276º | 0.02% | 0.56% | - |
| HSV(B) | 276º | 0.03% | 0.57% | - |
| XYZ | 26.21 | 27.05 | 31.03 | - |
| YUV | 142.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 146 | 0.01 | 0.03 | 0 | 0.43 | 276 | 0.02 | 0.56 |
| Hex | 90 | 8D | 92 | 1 | 3 | 0 | 2B | 114 | 2 | 38 |
| Octal | 220 | 215 | 222 | 1 | 3 | 0 | 53 | 424 | 2 | 70 |
| Binary | 10010000 | 10001101 | 10010010 | 1 | 11 | 0 | 101011 | 100010100 | 10 | 111000 |
Color Harmonies of #908D92
Complementary color
Monochromatic Colors of #908D92
Black with #908D92
Text Example
Text Example
White with #908D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D92; }
p { color: rgb(144,141,146); }
H1.HeaderClassName
{
color: #908D92;
}
.AnyTagClassName
{
color: #908D92;
}
</style>
background-color css
<style>
a { background-color: #908D92; }
a { background-color: rgb(144,141,146); }
div.DivClassName
{
background-color: #908D92;
}
.BgClassName
{
background-color: #908D92;
}
</style>
border-color css
<style>
span { border-color: #908D92; }
span { border-color: rgb(144,141,146); }
td.TdClassName
{
border-color: #908D92;
}
.TagClassName
{
border-color: #908D92;
}
</style>