Shades of Amethyst Smoke #967F9C
Tints of Amethyst Smoke #967F9C
RGB
CMYK
RGB Variations
Color information
#967F9C (or 0x967F9C) is known color: Amethyst Smoke. HEX triplet: 96, 7F and 9C. RGB value is (150,127,156). Sum of RGB (Red+Green+Blue) = 150+127+156=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #967F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F9C is #698063. Grayscale: #898989. Windows color (decimal): -6914148 or 10256278. OLE color: 10256278.
HSL color Cylindrical-coordinate representation of color #967F9C: hue angle of 287.59º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967F9C is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 127 | 156 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.39 |
| HSL | 287.59º | 0.13% | 0.55% | - |
| HSV(B) | 287.59º | 0.19% | 0.61% | - |
| XYZ | 26.17 | 24.06 | 34.72 | - |
| YUV | 137.18 | 138.62 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 156 | 0.04 | 0.19 | 0 | 0.39 | 287.59 | 0.13 | 0.55 |
| Hex | 96 | 7F | 9C | 4 | 13 | 0 | 27 | 120 | D | 37 |
| Octal | 226 | 177 | 234 | 4 | 23 | 0 | 47 | 440 | 15 | 67 |
| Binary | 10010110 | 1111111 | 10011100 | 100 | 10011 | 0 | 100111 | 100100000 | 1101 | 110111 |
Color Harmonies of #967F9C
Complementary color
Monochromatic Colors of #967F9C
Black with #967F9C
Text Example
Text Example
White with #967F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F9C; }
p { color: rgb(150,127,156); }
H1.HeaderClassName
{
color: #967F9C;
}
.AnyTagClassName
{
color: #967F9C;
}
</style>
background-color css
<style>
a { background-color: #967F9C; }
a { background-color: rgb(150,127,156); }
div.DivClassName
{
background-color: #967F9C;
}
.BgClassName
{
background-color: #967F9C;
}
</style>
border-color css
<style>
span { border-color: #967F9C; }
span { border-color: rgb(150,127,156); }
td.TdClassName
{
border-color: #967F9C;
}
.TagClassName
{
border-color: #967F9C;
}
</style>