Shades of Amethyst Smoke #967A9C
Tints of Amethyst Smoke #967A9C
RGB
CMYK
RGB Variations
Color information
#967A9C (or 0x967A9C) is known color: Amethyst Smoke. HEX triplet: 96, 7A and 9C. RGB value is (150,122,156). Sum of RGB (Red+Green+Blue) = 150+122+156=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #967A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A9C is #698563. Grayscale: #868686. Windows color (decimal): -6915428 or 10254998. OLE color: 10254998.
HSL color Cylindrical-coordinate representation of color #967A9C: hue angle of 289.41º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967A9C is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 122 | 156 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.39 |
| HSL | 289.41º | 0.15% | 0.55% | - |
| HSV(B) | 289.41º | 0.22% | 0.61% | - |
| XYZ | 25.54 | 22.8 | 34.51 | - |
| YUV | 134.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 156 | 0.04 | 0.22 | 0 | 0.39 | 289.41 | 0.15 | 0.55 |
| Hex | 96 | 7A | 9C | 4 | 16 | 0 | 27 | 121 | F | 37 |
| Octal | 226 | 172 | 234 | 4 | 26 | 0 | 47 | 441 | 17 | 67 |
| Binary | 10010110 | 1111010 | 10011100 | 100 | 10110 | 0 | 100111 | 100100001 | 1111 | 110111 |
Color Harmonies of #967A9C
Complementary color
Monochromatic Colors of #967A9C
Black with #967A9C
Text Example
Text Example
White with #967A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A9C; }
p { color: rgb(150,122,156); }
H1.HeaderClassName
{
color: #967A9C;
}
.AnyTagClassName
{
color: #967A9C;
}
</style>
background-color css
<style>
a { background-color: #967A9C; }
a { background-color: rgb(150,122,156); }
div.DivClassName
{
background-color: #967A9C;
}
.BgClassName
{
background-color: #967A9C;
}
</style>
border-color css
<style>
span { border-color: #967A9C; }
span { border-color: rgb(150,122,156); }
td.TdClassName
{
border-color: #967A9C;
}
.TagClassName
{
border-color: #967A9C;
}
</style>