Shades of Amethyst Smoke #967F96
Tints of Amethyst Smoke #967F96
RGB
CMYK
RGB Variations
Color information
#967F96 (or 0x967F96) is known color: Amethyst Smoke. HEX triplet: 96, 7F and 96. RGB value is (150,127,150). Sum of RGB (Red+Green+Blue) = 150+127+150=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #967F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F96 is #698069. Grayscale: #888888. Windows color (decimal): -6914154 or 9863062. OLE color: 9863062.
HSL color Cylindrical-coordinate representation of color #967F96: hue angle of 300º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #967F96 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 150 | - |
| CMYK | 0 | 0.15 | 0 | 0.41 |
| HSL | 300º | 0.1% | 0.54% | - |
| HSV(B) | 300º | 0.15% | 0.59% | - |
| XYZ | 25.67 | 23.86 | 32.11 | - |
| YUV | 136.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 150 | 0 | 0.15 | 0 | 0.41 | 300 | 0.1 | 0.54 |
| Hex | 96 | 7F | 96 | 0 | F | 0 | 29 | 12C | A | 36 |
| Octal | 226 | 177 | 226 | 0 | 17 | 0 | 51 | 454 | 12 | 66 |
| Binary | 10010110 | 1111111 | 10010110 | 0 | 1111 | 0 | 101001 | 100101100 | 1010 | 110110 |
Color Harmonies of #967F96
Complementary color
Monochromatic Colors of #967F96
Black with #967F96
Text Example
Text Example
White with #967F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F96; }
p { color: rgb(150,127,150); }
H1.HeaderClassName
{
color: #967F96;
}
.AnyTagClassName
{
color: #967F96;
}
</style>
background-color css
<style>
a { background-color: #967F96; }
a { background-color: rgb(150,127,150); }
div.DivClassName
{
background-color: #967F96;
}
.BgClassName
{
background-color: #967F96;
}
</style>
border-color css
<style>
span { border-color: #967F96; }
span { border-color: rgb(150,127,150); }
td.TdClassName
{
border-color: #967F96;
}
.TagClassName
{
border-color: #967F96;
}
</style>