Shades of Amethyst Smoke #997F99
Tints of Amethyst Smoke #997F99
RGB
CMYK
RGB Variations
Color information
#997F99 (or 0x997F99) is known color: Amethyst Smoke. HEX triplet: 99, 7F and 99. RGB value is (153,127,153). Sum of RGB (Red+Green+Blue) = 153+127+153=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F99 is #668066. Grayscale: #898989. Windows color (decimal): -6717543 or 10059673. OLE color: 10059673.
HSL color Cylindrical-coordinate representation of color #997F99: hue angle of 300º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #997F99 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 153 | - |
| CMYK | 0 | 0.17 | 0 | 0.4 |
| HSL | 300º | 0.11% | 0.55% | - |
| HSV(B) | 300º | 0.17% | 0.6% | - |
| XYZ | 26.48 | 24.25 | 33.42 | - |
| YUV | 137.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 153 | 0 | 0.17 | 0 | 0.4 | 300 | 0.11 | 0.55 |
| Hex | 99 | 7F | 99 | 0 | 11 | 0 | 28 | 12C | B | 37 |
| Octal | 231 | 177 | 231 | 0 | 21 | 0 | 50 | 454 | 13 | 67 |
| Binary | 10011001 | 1111111 | 10011001 | 0 | 10001 | 0 | 101000 | 100101100 | 1011 | 110111 |
Color Harmonies of #997F99
Complementary color
Monochromatic Colors of #997F99
Black with #997F99
Text Example
Text Example
White with #997F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F99; }
p { color: rgb(153,127,153); }
H1.HeaderClassName
{
color: #997F99;
}
.AnyTagClassName
{
color: #997F99;
}
</style>
background-color css
<style>
a { background-color: #997F99; }
a { background-color: rgb(153,127,153); }
div.DivClassName
{
background-color: #997F99;
}
.BgClassName
{
background-color: #997F99;
}
</style>
border-color css
<style>
span { border-color: #997F99; }
span { border-color: rgb(153,127,153); }
td.TdClassName
{
border-color: #997F99;
}
.TagClassName
{
border-color: #997F99;
}
</style>