Shades of Amethyst Smoke #94899C
Tints of Amethyst Smoke #94899C
RGB
CMYK
RGB Variations
Color information
#94899C (or 0x94899C) is known color: Amethyst Smoke. HEX triplet: 94, 89 and 9C. RGB value is (148,137,156). Sum of RGB (Red+Green+Blue) = 148+137+156=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #94899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94899C is #6B7663. Grayscale: #8E8E8E. Windows color (decimal): -7042660 or 10258836. OLE color: 10258836.
HSL color Cylindrical-coordinate representation of color #94899C: hue angle of 274.74º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94899C is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 137 | 156 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.39 |
| HSL | 274.74º | 0.09% | 0.57% | - |
| HSV(B) | 274.74º | 0.12% | 0.61% | - |
| XYZ | 27.16 | 26.59 | 35.15 | - |
| YUV | 142.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 156 | 0.05 | 0.12 | 0 | 0.39 | 274.74 | 0.09 | 0.57 |
| Hex | 94 | 89 | 9C | 5 | C | 0 | 27 | 113 | 9 | 39 |
| Octal | 224 | 211 | 234 | 5 | 14 | 0 | 47 | 423 | 11 | 71 |
| Binary | 10010100 | 10001001 | 10011100 | 101 | 1100 | 0 | 100111 | 100010011 | 1001 | 111001 |
Color Harmonies of #94899C
Complementary color
Monochromatic Colors of #94899C
Black with #94899C
Text Example
Text Example
White with #94899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94899C; }
p { color: rgb(148,137,156); }
H1.HeaderClassName
{
color: #94899C;
}
.AnyTagClassName
{
color: #94899C;
}
</style>
background-color css
<style>
a { background-color: #94899C; }
a { background-color: rgb(148,137,156); }
div.DivClassName
{
background-color: #94899C;
}
.BgClassName
{
background-color: #94899C;
}
</style>
border-color css
<style>
span { border-color: #94899C; }
span { border-color: rgb(148,137,156); }
td.TdClassName
{
border-color: #94899C;
}
.TagClassName
{
border-color: #94899C;
}
</style>