Shades of Amethyst Smoke #97779C
Tints of Amethyst Smoke #97779C
RGB
CMYK
RGB Variations
Color information
#97779C (or 0x97779C) is known color: Amethyst Smoke. HEX triplet: 97, 77 and 9C. RGB value is (151,119,156). Sum of RGB (Red+Green+Blue) = 151+119+156=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #97779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97779C is #688863. Grayscale: #848484. Windows color (decimal): -6850660 or 10254231. OLE color: 10254231.
HSL color Cylindrical-coordinate representation of color #97779C: hue angle of 291.89º 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 #97779C is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 119 | 156 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.39 |
| HSL | 291.89º | 0.16% | 0.54% | - |
| HSV(B) | 291.89º | 0.24% | 0.61% | - |
| XYZ | 25.36 | 22.17 | 34.4 | - |
| YUV | 132.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 119 | 156 | 0.03 | 0.24 | 0 | 0.39 | 291.89 | 0.16 | 0.54 |
| Hex | 97 | 77 | 9C | 3 | 18 | 0 | 27 | 124 | 10 | 36 |
| Octal | 227 | 167 | 234 | 3 | 30 | 0 | 47 | 444 | 20 | 66 |
| Binary | 10010111 | 1110111 | 10011100 | 11 | 11000 | 0 | 100111 | 100100100 | 10000 | 110110 |
Color Harmonies of #97779C
Complementary color
Monochromatic Colors of #97779C
Black with #97779C
Text Example
Text Example
White with #97779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97779C; }
p { color: rgb(151,119,156); }
H1.HeaderClassName
{
color: #97779C;
}
.AnyTagClassName
{
color: #97779C;
}
</style>
background-color css
<style>
a { background-color: #97779C; }
a { background-color: rgb(151,119,156); }
div.DivClassName
{
background-color: #97779C;
}
.BgClassName
{
background-color: #97779C;
}
</style>
border-color css
<style>
span { border-color: #97779C; }
span { border-color: rgb(151,119,156); }
td.TdClassName
{
border-color: #97779C;
}
.TagClassName
{
border-color: #97779C;
}
</style>