Shades of Amethyst Smoke #948D98
Tints of Amethyst Smoke #948D98
RGB
CMYK
RGB Variations
Color information
#948D98 (or 0x948D98) is known color: Amethyst Smoke. HEX triplet: 94, 8D and 98. RGB value is (148,141,152). Sum of RGB (Red+Green+Blue) = 148+141+152=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 152 - color contains mainly: blue. Hex color #948D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D98 is #6B7267. Grayscale: #909090. Windows color (decimal): -7041640 or 9997716. OLE color: 9997716.
HSL color Cylindrical-coordinate representation of color #948D98: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948D98 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 141 | 152 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.40 |
| HSL | 278.18º | 0.05% | 0.57% | - |
| HSV(B) | 278.18º | 0.07% | 0.6% | - |
| XYZ | 27.41 | 27.61 | 33.59 | - |
| YUV | 144.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 152 | 0.03 | 0.07 | 0 | 0.40 | 278.18 | 0.05 | 0.57 |
| Hex | 94 | 8D | 98 | 3 | 7 | 0 | 28 | 116 | 5 | 39 |
| Octal | 224 | 215 | 230 | 3 | 7 | 0 | 50 | 426 | 5 | 71 |
| Binary | 10010100 | 10001101 | 10011000 | 11 | 111 | 0 | 101000 | 100010110 | 101 | 111001 |
Color Harmonies of #948D98
Complementary color
Monochromatic Colors of #948D98
Black with #948D98
Text Example
Text Example
White with #948D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D98; }
p { color: rgb(148,141,152); }
H1.HeaderClassName
{
color: #948D98;
}
.AnyTagClassName
{
color: #948D98;
}
</style>
background-color css
<style>
a { background-color: #948D98; }
a { background-color: rgb(148,141,152); }
div.DivClassName
{
background-color: #948D98;
}
.BgClassName
{
background-color: #948D98;
}
</style>
border-color css
<style>
span { border-color: #948D98; }
span { border-color: rgb(148,141,152); }
td.TdClassName
{
border-color: #948D98;
}
.TagClassName
{
border-color: #948D98;
}
</style>