Shades of Amethyst Smoke #94849C
Tints of Amethyst Smoke #94849C
RGB
CMYK
RGB Variations
Color information
#94849C (or 0x94849C) is known color: Amethyst Smoke. HEX triplet: 94, 84 and 9C. RGB value is (148,132,156). Sum of RGB (Red+Green+Blue) = 148+132+156=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #94849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94849C is #6B7B63. Grayscale: #8B8B8B. Windows color (decimal): -7043940 or 10257556. OLE color: 10257556.
HSL color Cylindrical-coordinate representation of color #94849C: hue angle of 280º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94849C is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 132 | 156 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.39 |
| HSL | 280º | 0.11% | 0.56% | - |
| HSV(B) | 280º | 0.15% | 0.61% | - |
| XYZ | 26.46 | 25.2 | 34.92 | - |
| YUV | 139.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 156 | 0.05 | 0.15 | 0 | 0.39 | 280 | 0.11 | 0.56 |
| Hex | 94 | 84 | 9C | 5 | F | 0 | 27 | 118 | B | 38 |
| Octal | 224 | 204 | 234 | 5 | 17 | 0 | 47 | 430 | 13 | 70 |
| Binary | 10010100 | 10000100 | 10011100 | 101 | 1111 | 0 | 100111 | 100011000 | 1011 | 111000 |
Color Harmonies of #94849C
Complementary color
Monochromatic Colors of #94849C
Black with #94849C
Text Example
Text Example
White with #94849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94849C; }
p { color: rgb(148,132,156); }
H1.HeaderClassName
{
color: #94849C;
}
.AnyTagClassName
{
color: #94849C;
}
</style>
background-color css
<style>
a { background-color: #94849C; }
a { background-color: rgb(148,132,156); }
div.DivClassName
{
background-color: #94849C;
}
.BgClassName
{
background-color: #94849C;
}
</style>
border-color css
<style>
span { border-color: #94849C; }
span { border-color: rgb(148,132,156); }
td.TdClassName
{
border-color: #94849C;
}
.TagClassName
{
border-color: #94849C;
}
</style>