Shades of Amethyst Smoke #908193
Tints of Amethyst Smoke #908193
RGB
CMYK
RGB Variations
Color information
#908193 (or 0x908193) is known color: Amethyst Smoke. HEX triplet: 90, 81 and 93. RGB value is (144,129,147). Sum of RGB (Red+Green+Blue) = 144+129+147=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 147 - color contains mainly: blue. Hex color #908193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908193 is #6F7E6C. Grayscale: #878787. Windows color (decimal): -7306861 or 9666960. OLE color: 9666960.
HSL color Cylindrical-coordinate representation of color #908193: hue angle of 290º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908193 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 129 | 147 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.42 |
| HSL | 290º | 0.08% | 0.54% | - |
| HSV(B) | 290º | 0.12% | 0.58% | - |
| XYZ | 24.62 | 23.74 | 30.89 | - |
| YUV | 135.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 147 | 0.02 | 0.12 | 0 | 0.42 | 290 | 0.08 | 0.54 |
| Hex | 90 | 81 | 93 | 2 | C | 0 | 2A | 122 | 8 | 36 |
| Octal | 220 | 201 | 223 | 2 | 14 | 0 | 52 | 442 | 10 | 66 |
| Binary | 10010000 | 10000001 | 10010011 | 10 | 1100 | 0 | 101010 | 100100010 | 1000 | 110110 |
Color Harmonies of #908193
Complementary color
Monochromatic Colors of #908193
Black with #908193
Text Example
Text Example
White with #908193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908193; }
p { color: rgb(144,129,147); }
H1.HeaderClassName
{
color: #908193;
}
.AnyTagClassName
{
color: #908193;
}
</style>
background-color css
<style>
a { background-color: #908193; }
a { background-color: rgb(144,129,147); }
div.DivClassName
{
background-color: #908193;
}
.BgClassName
{
background-color: #908193;
}
</style>
border-color css
<style>
span { border-color: #908193; }
span { border-color: rgb(144,129,147); }
td.TdClassName
{
border-color: #908193;
}
.TagClassName
{
border-color: #908193;
}
</style>