Shades of Amethyst Smoke #99799C
Tints of Amethyst Smoke #99799C
RGB
CMYK
RGB Variations
Color information
#99799C (or 0x99799C) is known color: Amethyst Smoke. HEX triplet: 99, 79 and 9C. RGB value is (153,121,156). Sum of RGB (Red+Green+Blue) = 153+121+156=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #99799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99799C is #668663. Grayscale: #868686. Windows color (decimal): -6719076 or 10254745. OLE color: 10254745.
HSL color Cylindrical-coordinate representation of color #99799C: hue angle of 294.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99799C is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 121 | 156 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.39 |
| HSL | 294.86º | 0.15% | 0.54% | - |
| HSV(B) | 294.86º | 0.22% | 0.61% | - |
| XYZ | 25.97 | 22.85 | 34.49 | - |
| YUV | 134.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 156 | 0.02 | 0.22 | 0 | 0.39 | 294.86 | 0.15 | 0.54 |
| Hex | 99 | 79 | 9C | 2 | 16 | 0 | 27 | 127 | F | 36 |
| Octal | 231 | 171 | 234 | 2 | 26 | 0 | 47 | 447 | 17 | 66 |
| Binary | 10011001 | 1111001 | 10011100 | 10 | 10110 | 0 | 100111 | 100100111 | 1111 | 110110 |
Color Harmonies of #99799C
Complementary color
Monochromatic Colors of #99799C
Black with #99799C
Text Example
Text Example
White with #99799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99799C; }
p { color: rgb(153,121,156); }
H1.HeaderClassName
{
color: #99799C;
}
.AnyTagClassName
{
color: #99799C;
}
</style>
background-color css
<style>
a { background-color: #99799C; }
a { background-color: rgb(153,121,156); }
div.DivClassName
{
background-color: #99799C;
}
.BgClassName
{
background-color: #99799C;
}
</style>
border-color css
<style>
span { border-color: #99799C; }
span { border-color: rgb(153,121,156); }
td.TdClassName
{
border-color: #99799C;
}
.TagClassName
{
border-color: #99799C;
}
</style>