Shades of Amethyst Smoke #948398
Tints of Amethyst Smoke #948398
RGB
CMYK
RGB Variations
Color information
#948398 (or 0x948398) is known color: Amethyst Smoke. HEX triplet: 94, 83 and 98. RGB value is (148,131,152). Sum of RGB (Red+Green+Blue) = 148+131+152=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #948398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948398 is #6B7C67. Grayscale: #8A8A8A. Windows color (decimal): -7044200 or 9995156. OLE color: 9995156.
HSL color Cylindrical-coordinate representation of color #948398: hue angle of 288.57º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948398 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 131 | 152 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.40 |
| HSL | 288.57º | 0.09% | 0.55% | - |
| HSV(B) | 288.57º | 0.14% | 0.6% | - |
| XYZ | 26 | 24.8 | 33.12 | - |
| YUV | 138.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 152 | 0.03 | 0.14 | 0 | 0.40 | 288.57 | 0.09 | 0.55 |
| Hex | 94 | 83 | 98 | 3 | E | 0 | 28 | 121 | 9 | 37 |
| Octal | 224 | 203 | 230 | 3 | 16 | 0 | 50 | 441 | 11 | 67 |
| Binary | 10010100 | 10000011 | 10011000 | 11 | 1110 | 0 | 101000 | 100100001 | 1001 | 110111 |
Color Harmonies of #948398
Complementary color
Monochromatic Colors of #948398
Black with #948398
Text Example
Text Example
White with #948398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948398; }
p { color: rgb(148,131,152); }
H1.HeaderClassName
{
color: #948398;
}
.AnyTagClassName
{
color: #948398;
}
</style>
background-color css
<style>
a { background-color: #948398; }
a { background-color: rgb(148,131,152); }
div.DivClassName
{
background-color: #948398;
}
.BgClassName
{
background-color: #948398;
}
</style>
border-color css
<style>
span { border-color: #948398; }
span { border-color: rgb(148,131,152); }
td.TdClassName
{
border-color: #948398;
}
.TagClassName
{
border-color: #948398;
}
</style>