Shades of Amethyst Smoke #947D99
Tints of Amethyst Smoke #947D99
RGB
CMYK
RGB Variations
Color information
#947D99 (or 0x947D99) is known color: Amethyst Smoke. HEX triplet: 94, 7D and 99. RGB value is (148,125,153). Sum of RGB (Red+Green+Blue) = 148+125+153=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #947D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947D99 is #6B8266. Grayscale: #868686. Windows color (decimal): -7045735 or 10059156. OLE color: 10059156.
HSL color Cylindrical-coordinate representation of color #947D99: hue angle of 289.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947D99 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 125 | 153 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.4 |
| HSL | 289.29º | 0.12% | 0.55% | - |
| HSV(B) | 289.29º | 0.18% | 0.6% | - |
| XYZ | 25.3 | 23.26 | 33.29 | - |
| YUV | 135.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 153 | 0.03 | 0.18 | 0 | 0.4 | 289.29 | 0.12 | 0.55 |
| Hex | 94 | 7D | 99 | 3 | 12 | 0 | 28 | 121 | C | 37 |
| Octal | 224 | 175 | 231 | 3 | 22 | 0 | 50 | 441 | 14 | 67 |
| Binary | 10010100 | 1111101 | 10011001 | 11 | 10010 | 0 | 101000 | 100100001 | 1100 | 110111 |
Color Harmonies of #947D99
Complementary color
Monochromatic Colors of #947D99
Black with #947D99
Text Example
Text Example
White with #947D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D99; }
p { color: rgb(148,125,153); }
H1.HeaderClassName
{
color: #947D99;
}
.AnyTagClassName
{
color: #947D99;
}
</style>
background-color css
<style>
a { background-color: #947D99; }
a { background-color: rgb(148,125,153); }
div.DivClassName
{
background-color: #947D99;
}
.BgClassName
{
background-color: #947D99;
}
</style>
border-color css
<style>
span { border-color: #947D99; }
span { border-color: rgb(148,125,153); }
td.TdClassName
{
border-color: #947D99;
}
.TagClassName
{
border-color: #947D99;
}
</style>