Shades of Amethyst Smoke #918192
Tints of Amethyst Smoke #918192
RGB
CMYK
RGB Variations
Color information
#918192 (or 0x918192) is known color: Amethyst Smoke. HEX triplet: 91, 81 and 92. RGB value is (145,129,146). Sum of RGB (Red+Green+Blue) = 145+129+146=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 146 - color contains mainly: blue. Hex color #918192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918192 is #6E7E6D. Grayscale: #878787. Windows color (decimal): -7241326 or 9601425. OLE color: 9601425.
HSL color Cylindrical-coordinate representation of color #918192: hue angle of 296.47º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918192 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 146 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.43 |
| HSL | 296.47º | 0.07% | 0.54% | - |
| HSV(B) | 296.47º | 0.12% | 0.57% | - |
| XYZ | 24.72 | 23.8 | 30.48 | - |
| YUV | 135.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 146 | 0.01 | 0.12 | 0 | 0.43 | 296.47 | 0.07 | 0.54 |
| Hex | 91 | 81 | 92 | 1 | C | 0 | 2B | 128 | 7 | 36 |
| Octal | 221 | 201 | 222 | 1 | 14 | 0 | 53 | 450 | 7 | 66 |
| Binary | 10010001 | 10000001 | 10010010 | 1 | 1100 | 0 | 101011 | 100101000 | 111 | 110110 |
Color Harmonies of #918192
Complementary color
Monochromatic Colors of #918192
Black with #918192
Text Example
Text Example
White with #918192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918192; }
p { color: rgb(145,129,146); }
H1.HeaderClassName
{
color: #918192;
}
.AnyTagClassName
{
color: #918192;
}
</style>
background-color css
<style>
a { background-color: #918192; }
a { background-color: rgb(145,129,146); }
div.DivClassName
{
background-color: #918192;
}
.BgClassName
{
background-color: #918192;
}
</style>
border-color css
<style>
span { border-color: #918192; }
span { border-color: rgb(145,129,146); }
td.TdClassName
{
border-color: #918192;
}
.TagClassName
{
border-color: #918192;
}
</style>