Shades of Amethyst Smoke #918094
Tints of Amethyst Smoke #918094
RGB
CMYK
RGB Variations
Color information
#918094 (or 0x918094) is known color: Amethyst Smoke. HEX triplet: 91, 80 and 94. RGB value is (145,128,148). Sum of RGB (Red+Green+Blue) = 145+128+148=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #918094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918094 is #6E7F6B. Grayscale: #878787. Windows color (decimal): -7241580 or 9732241. OLE color: 9732241.
HSL color Cylindrical-coordinate representation of color #918094: hue angle of 291º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #918094 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 128 | 148 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.42 |
| HSL | 291º | 0.09% | 0.54% | - |
| HSV(B) | 291º | 0.14% | 0.58% | - |
| XYZ | 24.74 | 23.6 | 31.27 | - |
| YUV | 135.36 | 135.13 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 148 | 0.02 | 0.14 | 0 | 0.42 | 291 | 0.09 | 0.54 |
| Hex | 91 | 80 | 94 | 2 | E | 0 | 2A | 123 | 9 | 36 |
| Octal | 221 | 200 | 224 | 2 | 16 | 0 | 52 | 443 | 11 | 66 |
| Binary | 10010001 | 10000000 | 10010100 | 10 | 1110 | 0 | 101010 | 100100011 | 1001 | 110110 |
Color Harmonies of #918094
Complementary color
Monochromatic Colors of #918094
Black with #918094
Text Example
Text Example
White with #918094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918094; }
p { color: rgb(145,128,148); }
H1.HeaderClassName
{
color: #918094;
}
.AnyTagClassName
{
color: #918094;
}
</style>
background-color css
<style>
a { background-color: #918094; }
a { background-color: rgb(145,128,148); }
div.DivClassName
{
background-color: #918094;
}
.BgClassName
{
background-color: #918094;
}
</style>
border-color css
<style>
span { border-color: #918094; }
span { border-color: rgb(145,128,148); }
td.TdClassName
{
border-color: #918094;
}
.TagClassName
{
border-color: #918094;
}
</style>