Shades of Amethyst Smoke #918193
Tints of Amethyst Smoke #918193
RGB
CMYK
RGB Variations
Color information
#918193 (or 0x918193) is known color: Amethyst Smoke. HEX triplet: 91, 81 and 93. RGB value is (145,129,147). Sum of RGB (Red+Green+Blue) = 145+129+147=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #918193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918193 is #6E7E6C. Grayscale: #878787. Windows color (decimal): -7241325 or 9666961. OLE color: 9666961.
HSL color Cylindrical-coordinate representation of color #918193: hue angle of 293.33º 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 #918193 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 129 | 147 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.42 |
| HSL | 293.33º | 0.08% | 0.54% | - |
| HSV(B) | 293.33º | 0.12% | 0.58% | - |
| XYZ | 24.79 | 23.83 | 30.9 | - |
| YUV | 135.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 147 | 0.01 | 0.12 | 0 | 0.42 | 293.33 | 0.08 | 0.54 |
| Hex | 91 | 81 | 93 | 1 | C | 0 | 2A | 125 | 8 | 36 |
| Octal | 221 | 201 | 223 | 1 | 14 | 0 | 52 | 445 | 10 | 66 |
| Binary | 10010001 | 10000001 | 10010011 | 1 | 1100 | 0 | 101010 | 100100101 | 1000 | 110110 |
Color Harmonies of #918193
Complementary color
Monochromatic Colors of #918193
Black with #918193
Text Example
Text Example
White with #918193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918193; }
p { color: rgb(145,129,147); }
H1.HeaderClassName
{
color: #918193;
}
.AnyTagClassName
{
color: #918193;
}
</style>
background-color css
<style>
a { background-color: #918193; }
a { background-color: rgb(145,129,147); }
div.DivClassName
{
background-color: #918193;
}
.BgClassName
{
background-color: #918193;
}
</style>
border-color css
<style>
span { border-color: #918193; }
span { border-color: rgb(145,129,147); }
td.TdClassName
{
border-color: #918193;
}
.TagClassName
{
border-color: #918193;
}
</style>