Shades of Amethyst Smoke #97799E
Tints of Amethyst Smoke #97799E
RGB
CMYK
RGB Variations
Color information
#97799E (or 0x97799E) is known color: Amethyst Smoke. HEX triplet: 97, 79 and 9E. RGB value is (151,121,158). Sum of RGB (Red+Green+Blue) = 151+121+158=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #97799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97799E is #688661. Grayscale: #868686. Windows color (decimal): -6850146 or 10385815. OLE color: 10385815.
HSL color Cylindrical-coordinate representation of color #97799E: hue angle of 288.65º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97799E is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 151 | 121 | 158 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.38 |
| HSL | 288.65º | 0.16% | 0.55% | - |
| HSV(B) | 288.65º | 0.23% | 0.62% | - |
| XYZ | 25.77 | 22.72 | 35.38 | - |
| YUV | 134.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 121 | 158 | 0.04 | 0.23 | 0 | 0.38 | 288.65 | 0.16 | 0.55 |
| Hex | 97 | 79 | 9E | 4 | 17 | 0 | 26 | 121 | 10 | 37 |
| Octal | 227 | 171 | 236 | 4 | 27 | 0 | 46 | 441 | 20 | 67 |
| Binary | 10010111 | 1111001 | 10011110 | 100 | 10111 | 0 | 100110 | 100100001 | 10000 | 110111 |
Color Harmonies of #97799E
Complementary color
Monochromatic Colors of #97799E
Black with #97799E
Text Example
Text Example
White with #97799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97799E; }
p { color: rgb(151,121,158); }
H1.HeaderClassName
{
color: #97799E;
}
.AnyTagClassName
{
color: #97799E;
}
</style>
background-color css
<style>
a { background-color: #97799E; }
a { background-color: rgb(151,121,158); }
div.DivClassName
{
background-color: #97799E;
}
.BgClassName
{
background-color: #97799E;
}
</style>
border-color css
<style>
span { border-color: #97799E; }
span { border-color: rgb(151,121,158); }
td.TdClassName
{
border-color: #97799E;
}
.TagClassName
{
border-color: #97799E;
}
</style>