Shades of Amethyst Smoke #908D94
Tints of Amethyst Smoke #908D94
RGB
CMYK
RGB Variations
Color information
#908D94 (or 0x908D94) is known color: Amethyst Smoke. HEX triplet: 90, 8D and 94. RGB value is (144,141,148). Sum of RGB (Red+Green+Blue) = 144+141+148=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 148 - color contains mainly: blue. Hex color #908D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D94 is #6F726B. Grayscale: #8E8E8E. Windows color (decimal): -7303788 or 9735568. OLE color: 9735568.
HSL color Cylindrical-coordinate representation of color #908D94: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #908D94 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 141 | 148 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.42 |
| HSL | 265.71º | 0.03% | 0.57% | - |
| HSV(B) | 265.71º | 0.05% | 0.58% | - |
| XYZ | 26.37 | 27.12 | 31.86 | - |
| YUV | 142.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 148 | 0.03 | 0.05 | 0 | 0.42 | 265.71 | 0.03 | 0.57 |
| Hex | 90 | 8D | 94 | 3 | 5 | 0 | 2A | 10A | 3 | 39 |
| Octal | 220 | 215 | 224 | 3 | 5 | 0 | 52 | 412 | 3 | 71 |
| Binary | 10010000 | 10001101 | 10010100 | 11 | 101 | 0 | 101010 | 100001010 | 11 | 111001 |
Color Harmonies of #908D94
Complementary color
Monochromatic Colors of #908D94
Black with #908D94
Text Example
Text Example
White with #908D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D94; }
p { color: rgb(144,141,148); }
H1.HeaderClassName
{
color: #908D94;
}
.AnyTagClassName
{
color: #908D94;
}
</style>
background-color css
<style>
a { background-color: #908D94; }
a { background-color: rgb(144,141,148); }
div.DivClassName
{
background-color: #908D94;
}
.BgClassName
{
background-color: #908D94;
}
</style>
border-color css
<style>
span { border-color: #908D94; }
span { border-color: rgb(144,141,148); }
td.TdClassName
{
border-color: #908D94;
}
.TagClassName
{
border-color: #908D94;
}
</style>