Shades of Amethyst Smoke #968797
Tints of Amethyst Smoke #968797
RGB
CMYK
RGB Variations
Color information
#968797 (or 0x968797) is known color: Amethyst Smoke. HEX triplet: 96, 87 and 97. RGB value is (150,135,151). Sum of RGB (Red+Green+Blue) = 150+135+151=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 151 - color contains mainly: blue. Hex color #968797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968797 is #697868. Grayscale: #8D8D8D. Windows color (decimal): -6912105 or 9930646. OLE color: 9930646.
HSL color Cylindrical-coordinate representation of color #968797: hue angle of 296.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968797 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 151 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.41 |
| HSL | 296.25º | 0.07% | 0.56% | - |
| HSV(B) | 296.25º | 0.11% | 0.59% | - |
| XYZ | 26.83 | 26.05 | 32.89 | - |
| YUV | 141.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 151 | 0.01 | 0.11 | 0 | 0.41 | 296.25 | 0.07 | 0.56 |
| Hex | 96 | 87 | 97 | 1 | B | 0 | 29 | 128 | 7 | 38 |
| Octal | 226 | 207 | 227 | 1 | 13 | 0 | 51 | 450 | 7 | 70 |
| Binary | 10010110 | 10000111 | 10010111 | 1 | 1011 | 0 | 101001 | 100101000 | 111 | 111000 |
Color Harmonies of #968797
Complementary color
Monochromatic Colors of #968797
Black with #968797
Text Example
Text Example
White with #968797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968797; }
p { color: rgb(150,135,151); }
H1.HeaderClassName
{
color: #968797;
}
.AnyTagClassName
{
color: #968797;
}
</style>
background-color css
<style>
a { background-color: #968797; }
a { background-color: rgb(150,135,151); }
div.DivClassName
{
background-color: #968797;
}
.BgClassName
{
background-color: #968797;
}
</style>
border-color css
<style>
span { border-color: #968797; }
span { border-color: rgb(150,135,151); }
td.TdClassName
{
border-color: #968797;
}
.TagClassName
{
border-color: #968797;
}
</style>