Shades of Amethyst Smoke #947C9D
Tints of Amethyst Smoke #947C9D
RGB
CMYK
RGB Variations
Color information
#947C9D (or 0x947C9D) is known color: Amethyst Smoke. HEX triplet: 94, 7C and 9D. RGB value is (148,124,157). Sum of RGB (Red+Green+Blue) = 148+124+157=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #947C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947C9D is #6B8362. Grayscale: #868686. Windows color (decimal): -7045987 or 10321044. OLE color: 10321044.
HSL color Cylindrical-coordinate representation of color #947C9D: hue angle of 283.64º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #947C9D is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 124 | 157 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.38 |
| HSL | 283.64º | 0.14% | 0.55% | - |
| HSV(B) | 283.64º | 0.21% | 0.62% | - |
| XYZ | 25.51 | 23.15 | 35.02 | - |
| YUV | 134.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 157 | 0.06 | 0.21 | 0 | 0.38 | 283.64 | 0.14 | 0.55 |
| Hex | 94 | 7C | 9D | 6 | 15 | 0 | 26 | 11C | E | 37 |
| Octal | 224 | 174 | 235 | 6 | 25 | 0 | 46 | 434 | 16 | 67 |
| Binary | 10010100 | 1111100 | 10011101 | 110 | 10101 | 0 | 100110 | 100011100 | 1110 | 110111 |
Color Harmonies of #947C9D
Complementary color
Monochromatic Colors of #947C9D
Black with #947C9D
Text Example
Text Example
White with #947C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C9D; }
p { color: rgb(148,124,157); }
H1.HeaderClassName
{
color: #947C9D;
}
.AnyTagClassName
{
color: #947C9D;
}
</style>
background-color css
<style>
a { background-color: #947C9D; }
a { background-color: rgb(148,124,157); }
div.DivClassName
{
background-color: #947C9D;
}
.BgClassName
{
background-color: #947C9D;
}
</style>
border-color css
<style>
span { border-color: #947C9D; }
span { border-color: rgb(148,124,157); }
td.TdClassName
{
border-color: #947C9D;
}
.TagClassName
{
border-color: #947C9D;
}
</style>