Shades of Amethyst Smoke #997B9B
Tints of Amethyst Smoke #997B9B
RGB
CMYK
RGB Variations
Color information
#997B9B (or 0x997B9B) is known color: Amethyst Smoke. HEX triplet: 99, 7B and 9B. RGB value is (153,123,155). Sum of RGB (Red+Green+Blue) = 153+123+155=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #997B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997B9B is #668464. Grayscale: #878787. Windows color (decimal): -6718565 or 10189721. OLE color: 10189721.
HSL color Cylindrical-coordinate representation of color #997B9B: hue angle of 296.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997B9B is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 123 | 155 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.39 |
| HSL | 296.25º | 0.14% | 0.55% | - |
| HSV(B) | 296.25º | 0.21% | 0.61% | - |
| XYZ | 26.14 | 23.3 | 34.13 | - |
| YUV | 135.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 155 | 0.01 | 0.21 | 0 | 0.39 | 296.25 | 0.14 | 0.55 |
| Hex | 99 | 7B | 9B | 1 | 15 | 0 | 27 | 128 | E | 37 |
| Octal | 231 | 173 | 233 | 1 | 25 | 0 | 47 | 450 | 16 | 67 |
| Binary | 10011001 | 1111011 | 10011011 | 1 | 10101 | 0 | 100111 | 100101000 | 1110 | 110111 |
Color Harmonies of #997B9B
Complementary color
Monochromatic Colors of #997B9B
Black with #997B9B
Text Example
Text Example
White with #997B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B9B; }
p { color: rgb(153,123,155); }
H1.HeaderClassName
{
color: #997B9B;
}
.AnyTagClassName
{
color: #997B9B;
}
</style>
background-color css
<style>
a { background-color: #997B9B; }
a { background-color: rgb(153,123,155); }
div.DivClassName
{
background-color: #997B9B;
}
.BgClassName
{
background-color: #997B9B;
}
</style>
border-color css
<style>
span { border-color: #997B9B; }
span { border-color: rgb(153,123,155); }
td.TdClassName
{
border-color: #997B9B;
}
.TagClassName
{
border-color: #997B9B;
}
</style>