Shades of Amethyst Smoke #967A9D
Tints of Amethyst Smoke #967A9D
RGB
CMYK
RGB Variations
Color information
#967A9D (or 0x967A9D) is known color: Amethyst Smoke. HEX triplet: 96, 7A and 9D. RGB value is (150,122,157). Sum of RGB (Red+Green+Blue) = 150+122+157=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #967A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A9D is #698562. Grayscale: #868686. Windows color (decimal): -6915427 or 10320534. OLE color: 10320534.
HSL color Cylindrical-coordinate representation of color #967A9D: hue angle of 288º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967A9D is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 122 | 157 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.38 |
| HSL | 288º | 0.15% | 0.55% | - |
| HSV(B) | 288º | 0.22% | 0.62% | - |
| XYZ | 25.62 | 22.84 | 34.96 | - |
| YUV | 134.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 157 | 0.04 | 0.22 | 0 | 0.38 | 288 | 0.15 | 0.55 |
| Hex | 96 | 7A | 9D | 4 | 16 | 0 | 26 | 120 | F | 37 |
| Octal | 226 | 172 | 235 | 4 | 26 | 0 | 46 | 440 | 17 | 67 |
| Binary | 10010110 | 1111010 | 10011101 | 100 | 10110 | 0 | 100110 | 100100000 | 1111 | 110111 |
Color Harmonies of #967A9D
Complementary color
Monochromatic Colors of #967A9D
Black with #967A9D
Text Example
Text Example
White with #967A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A9D; }
p { color: rgb(150,122,157); }
H1.HeaderClassName
{
color: #967A9D;
}
.AnyTagClassName
{
color: #967A9D;
}
</style>
background-color css
<style>
a { background-color: #967A9D; }
a { background-color: rgb(150,122,157); }
div.DivClassName
{
background-color: #967A9D;
}
.BgClassName
{
background-color: #967A9D;
}
</style>
border-color css
<style>
span { border-color: #967A9D; }
span { border-color: rgb(150,122,157); }
td.TdClassName
{
border-color: #967A9D;
}
.TagClassName
{
border-color: #967A9D;
}
</style>