Shades of Amethyst Smoke #948095
Tints of Amethyst Smoke #948095
RGB
CMYK
RGB Variations
Color information
#948095 (or 0x948095) is known color: Amethyst Smoke. HEX triplet: 94, 80 and 95. RGB value is (148,128,149). Sum of RGB (Red+Green+Blue) = 148+128+149=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #948095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948095 is #6B7F6A. Grayscale: #888888. Windows color (decimal): -7044971 or 9797780. OLE color: 9797780.
HSL color Cylindrical-coordinate representation of color #948095: hue angle of 297.14º 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 #948095 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 149 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.42 |
| HSL | 297.14º | 0.09% | 0.54% | - |
| HSV(B) | 297.14º | 0.14% | 0.58% | - |
| XYZ | 25.36 | 23.9 | 31.71 | - |
| YUV | 136.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 149 | 0.01 | 0.14 | 0 | 0.42 | 297.14 | 0.09 | 0.54 |
| Hex | 94 | 80 | 95 | 1 | E | 0 | 2A | 129 | 9 | 36 |
| Octal | 224 | 200 | 225 | 1 | 16 | 0 | 52 | 451 | 11 | 66 |
| Binary | 10010100 | 10000000 | 10010101 | 1 | 1110 | 0 | 101010 | 100101001 | 1001 | 110110 |
Color Harmonies of #948095
Complementary color
Monochromatic Colors of #948095
Black with #948095
Text Example
Text Example
White with #948095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948095; }
p { color: rgb(148,128,149); }
H1.HeaderClassName
{
color: #948095;
}
.AnyTagClassName
{
color: #948095;
}
</style>
background-color css
<style>
a { background-color: #948095; }
a { background-color: rgb(148,128,149); }
div.DivClassName
{
background-color: #948095;
}
.BgClassName
{
background-color: #948095;
}
</style>
border-color css
<style>
span { border-color: #948095; }
span { border-color: rgb(148,128,149); }
td.TdClassName
{
border-color: #948095;
}
.TagClassName
{
border-color: #948095;
}
</style>