Shades of Amethyst Smoke #94849E
Tints of Amethyst Smoke #94849E
RGB
CMYK
RGB Variations
Color information
#94849E (or 0x94849E) is known color: Amethyst Smoke. HEX triplet: 94, 84 and 9E. RGB value is (148,132,158). Sum of RGB (Red+Green+Blue) = 148+132+158=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 158 - color contains mainly: blue. Hex color #94849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94849E is #6B7B61. Grayscale: #8B8B8B. Windows color (decimal): -7043938 or 10388628. OLE color: 10388628.
HSL color Cylindrical-coordinate representation of color #94849E: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94849E is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 132 | 158 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.38 |
| HSL | 276.92º | 0.12% | 0.57% | - |
| HSV(B) | 276.92º | 0.16% | 0.62% | - |
| XYZ | 26.64 | 25.27 | 35.82 | - |
| YUV | 139.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 158 | 0.06 | 0.16 | 0 | 0.38 | 276.92 | 0.12 | 0.57 |
| Hex | 94 | 84 | 9E | 6 | 10 | 0 | 26 | 115 | C | 39 |
| Octal | 224 | 204 | 236 | 6 | 20 | 0 | 46 | 425 | 14 | 71 |
| Binary | 10010100 | 10000100 | 10011110 | 110 | 10000 | 0 | 100110 | 100010101 | 1100 | 111001 |
Color Harmonies of #94849E
Complementary color
Monochromatic Colors of #94849E
Black with #94849E
Text Example
Text Example
White with #94849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94849E; }
p { color: rgb(148,132,158); }
H1.HeaderClassName
{
color: #94849E;
}
.AnyTagClassName
{
color: #94849E;
}
</style>
background-color css
<style>
a { background-color: #94849E; }
a { background-color: rgb(148,132,158); }
div.DivClassName
{
background-color: #94849E;
}
.BgClassName
{
background-color: #94849E;
}
</style>
border-color css
<style>
span { border-color: #94849E; }
span { border-color: rgb(148,132,158); }
td.TdClassName
{
border-color: #94849E;
}
.TagClassName
{
border-color: #94849E;
}
</style>