Shades of Amethyst Smoke #948E98
Tints of Amethyst Smoke #948E98
RGB
CMYK
RGB Variations
Color information
#948E98 (or 0x948E98) is known color: Amethyst Smoke. HEX triplet: 94, 8E and 98. RGB value is (148,142,152). Sum of RGB (Red+Green+Blue) = 148+142+152=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 152 - color contains mainly: blue. Hex color #948E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E98 is #6B7167. Grayscale: #909090. Windows color (decimal): -7041384 or 9997972. OLE color: 9997972.
HSL color Cylindrical-coordinate representation of color #948E98: hue angle of 276º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948E98 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 142 | 152 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.40 |
| HSL | 276º | 0.05% | 0.58% | - |
| HSV(B) | 276º | 0.07% | 0.6% | - |
| XYZ | 27.55 | 27.91 | 33.64 | - |
| YUV | 144.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 142 | 152 | 0.03 | 0.07 | 0 | 0.40 | 276 | 0.05 | 0.58 |
| Hex | 94 | 8E | 98 | 3 | 7 | 0 | 28 | 114 | 5 | 3A |
| Octal | 224 | 216 | 230 | 3 | 7 | 0 | 50 | 424 | 5 | 72 |
| Binary | 10010100 | 10001110 | 10011000 | 11 | 111 | 0 | 101000 | 100010100 | 101 | 111010 |
Color Harmonies of #948E98
Complementary color
Monochromatic Colors of #948E98
Black with #948E98
Text Example
Text Example
White with #948E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948E98; }
p { color: rgb(148,142,152); }
H1.HeaderClassName
{
color: #948E98;
}
.AnyTagClassName
{
color: #948E98;
}
</style>
background-color css
<style>
a { background-color: #948E98; }
a { background-color: rgb(148,142,152); }
div.DivClassName
{
background-color: #948E98;
}
.BgClassName
{
background-color: #948E98;
}
</style>
border-color css
<style>
span { border-color: #948E98; }
span { border-color: rgb(148,142,152); }
td.TdClassName
{
border-color: #948E98;
}
.TagClassName
{
border-color: #948E98;
}
</style>