Shades of Amethyst Smoke #997C9D
Tints of Amethyst Smoke #997C9D
RGB
CMYK
RGB Variations
Color information
#997C9D (or 0x997C9D) is known color: Amethyst Smoke. HEX triplet: 99, 7C and 9D. RGB value is (153,124,157). Sum of RGB (Red+Green+Blue) = 153+124+157=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #997C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C9D is #668362. Grayscale: #888888. Windows color (decimal): -6718307 or 10321049. OLE color: 10321049.
HSL color Cylindrical-coordinate representation of color #997C9D: hue angle of 292.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997C9D is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 124 | 157 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.38 |
| HSL | 292.73º | 0.14% | 0.55% | - |
| HSV(B) | 292.73º | 0.21% | 0.62% | - |
| XYZ | 26.43 | 23.62 | 35.06 | - |
| YUV | 136.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 157 | 0.03 | 0.21 | 0 | 0.38 | 292.73 | 0.14 | 0.55 |
| Hex | 99 | 7C | 9D | 3 | 15 | 0 | 26 | 125 | E | 37 |
| Octal | 231 | 174 | 235 | 3 | 25 | 0 | 46 | 445 | 16 | 67 |
| Binary | 10011001 | 1111100 | 10011101 | 11 | 10101 | 0 | 100110 | 100100101 | 1110 | 110111 |
Color Harmonies of #997C9D
Complementary color
Monochromatic Colors of #997C9D
Black with #997C9D
Text Example
Text Example
White with #997C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C9D; }
p { color: rgb(153,124,157); }
H1.HeaderClassName
{
color: #997C9D;
}
.AnyTagClassName
{
color: #997C9D;
}
</style>
background-color css
<style>
a { background-color: #997C9D; }
a { background-color: rgb(153,124,157); }
div.DivClassName
{
background-color: #997C9D;
}
.BgClassName
{
background-color: #997C9D;
}
</style>
border-color css
<style>
span { border-color: #997C9D; }
span { border-color: rgb(153,124,157); }
td.TdClassName
{
border-color: #997C9D;
}
.TagClassName
{
border-color: #997C9D;
}
</style>