Shades of Amethyst Smoke #96779C
Tints of Amethyst Smoke #96779C
RGB
CMYK
RGB Variations
Color information
#96779C (or 0x96779C) is known color: Amethyst Smoke. HEX triplet: 96, 77 and 9C. RGB value is (150,119,156). Sum of RGB (Red+Green+Blue) = 150+119+156=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #96779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96779C is #698863. Grayscale: #848484. Windows color (decimal): -6916196 or 10254230. OLE color: 10254230.
HSL color Cylindrical-coordinate representation of color #96779C: hue angle of 290.27º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96779C is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 119 | 156 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.39 |
| HSL | 290.27º | 0.16% | 0.54% | - |
| HSV(B) | 290.27º | 0.24% | 0.61% | - |
| XYZ | 25.18 | 22.08 | 34.39 | - |
| YUV | 132.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 156 | 0.04 | 0.24 | 0 | 0.39 | 290.27 | 0.16 | 0.54 |
| Hex | 96 | 77 | 9C | 4 | 18 | 0 | 27 | 122 | 10 | 36 |
| Octal | 226 | 167 | 234 | 4 | 30 | 0 | 47 | 442 | 20 | 66 |
| Binary | 10010110 | 1110111 | 10011100 | 100 | 11000 | 0 | 100111 | 100100010 | 10000 | 110110 |
Color Harmonies of #96779C
Complementary color
Monochromatic Colors of #96779C
Black with #96779C
Text Example
Text Example
White with #96779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96779C; }
p { color: rgb(150,119,156); }
H1.HeaderClassName
{
color: #96779C;
}
.AnyTagClassName
{
color: #96779C;
}
</style>
background-color css
<style>
a { background-color: #96779C; }
a { background-color: rgb(150,119,156); }
div.DivClassName
{
background-color: #96779C;
}
.BgClassName
{
background-color: #96779C;
}
</style>
border-color css
<style>
span { border-color: #96779C; }
span { border-color: rgb(150,119,156); }
td.TdClassName
{
border-color: #96779C;
}
.TagClassName
{
border-color: #96779C;
}
</style>