Shades of Amethyst Smoke #94769A
Tints of Amethyst Smoke #94769A
RGB
CMYK
RGB Variations
Color information
#94769A (or 0x94769A) is known color: Amethyst Smoke. HEX triplet: 94, 76 and 9A. RGB value is (148,118,154). Sum of RGB (Red+Green+Blue) = 148+118+154=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #94769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94769A is #6B8965. Grayscale: #828282. Windows color (decimal): -7047526 or 10122900. OLE color: 10122900.
HSL color Cylindrical-coordinate representation of color #94769A: hue angle of 290º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94769A is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 118 | 154 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.40 |
| HSL | 290º | 0.15% | 0.53% | - |
| HSV(B) | 290º | 0.23% | 0.6% | - |
| XYZ | 24.52 | 21.59 | 33.45 | - |
| YUV | 131.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 154 | 0.04 | 0.23 | 0 | 0.40 | 290 | 0.15 | 0.53 |
| Hex | 94 | 76 | 9A | 4 | 17 | 0 | 28 | 122 | F | 35 |
| Octal | 224 | 166 | 232 | 4 | 27 | 0 | 50 | 442 | 17 | 65 |
| Binary | 10010100 | 1110110 | 10011010 | 100 | 10111 | 0 | 101000 | 100100010 | 1111 | 110101 |
Color Harmonies of #94769A
Complementary color
Monochromatic Colors of #94769A
Black with #94769A
Text Example
Text Example
White with #94769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94769A; }
p { color: rgb(148,118,154); }
H1.HeaderClassName
{
color: #94769A;
}
.AnyTagClassName
{
color: #94769A;
}
</style>
background-color css
<style>
a { background-color: #94769A; }
a { background-color: rgb(148,118,154); }
div.DivClassName
{
background-color: #94769A;
}
.BgClassName
{
background-color: #94769A;
}
</style>
border-color css
<style>
span { border-color: #94769A; }
span { border-color: rgb(148,118,154); }
td.TdClassName
{
border-color: #94769A;
}
.TagClassName
{
border-color: #94769A;
}
</style>