Shades of Amethyst Smoke #99799E
Tints of Amethyst Smoke #99799E
RGB
CMYK
RGB Variations
Color information
#99799E (or 0x99799E) is known color: Amethyst Smoke. HEX triplet: 99, 79 and 9E. RGB value is (153,121,158). Sum of RGB (Red+Green+Blue) = 153+121+158=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 158 - color contains mainly: blue. Hex color #99799E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99799E is #668661. Grayscale: #868686. Windows color (decimal): -6719074 or 10385817. OLE color: 10385817.
HSL color Cylindrical-coordinate representation of color #99799E: hue angle of 291.89º 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 #99799E is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 121 | 158 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.38 |
| HSL | 291.89º | 0.16% | 0.55% | - |
| HSV(B) | 291.89º | 0.23% | 0.62% | - |
| XYZ | 26.15 | 22.92 | 35.39 | - |
| YUV | 134.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 158 | 0.03 | 0.23 | 0 | 0.38 | 291.89 | 0.16 | 0.55 |
| Hex | 99 | 79 | 9E | 3 | 17 | 0 | 26 | 124 | 10 | 37 |
| Octal | 231 | 171 | 236 | 3 | 27 | 0 | 46 | 444 | 20 | 67 |
| Binary | 10011001 | 1111001 | 10011110 | 11 | 10111 | 0 | 100110 | 100100100 | 10000 | 110111 |
Color Harmonies of #99799E
Complementary color
Monochromatic Colors of #99799E
Black with #99799E
Text Example
Text Example
White with #99799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99799E; }
p { color: rgb(153,121,158); }
H1.HeaderClassName
{
color: #99799E;
}
.AnyTagClassName
{
color: #99799E;
}
</style>
background-color css
<style>
a { background-color: #99799E; }
a { background-color: rgb(153,121,158); }
div.DivClassName
{
background-color: #99799E;
}
.BgClassName
{
background-color: #99799E;
}
</style>
border-color css
<style>
span { border-color: #99799E; }
span { border-color: rgb(153,121,158); }
td.TdClassName
{
border-color: #99799E;
}
.TagClassName
{
border-color: #99799E;
}
</style>