Shades of Amethyst Smoke #967C9B
Tints of Amethyst Smoke #967C9B
RGB
CMYK
RGB Variations
Color information
#967C9B (or 0x967C9B) is known color: Amethyst Smoke. HEX triplet: 96, 7C and 9B. RGB value is (150,124,155). Sum of RGB (Red+Green+Blue) = 150+124+155=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #967C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967C9B is #698364. Grayscale: #878787. Windows color (decimal): -6914917 or 10189974. OLE color: 10189974.
HSL color Cylindrical-coordinate representation of color #967C9B: hue angle of 290.32º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #967C9B is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 124 | 155 | - |
| CMYK | 0.03 | 0.2 | 0 | 0.39 |
| HSL | 290.32º | 0.13% | 0.55% | - |
| HSV(B) | 290.32º | 0.2% | 0.61% | - |
| XYZ | 25.7 | 23.27 | 34.15 | - |
| YUV | 135.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 155 | 0.03 | 0.2 | 0 | 0.39 | 290.32 | 0.13 | 0.55 |
| Hex | 96 | 7C | 9B | 3 | 14 | 0 | 27 | 122 | D | 37 |
| Octal | 226 | 174 | 233 | 3 | 24 | 0 | 47 | 442 | 15 | 67 |
| Binary | 10010110 | 1111100 | 10011011 | 11 | 10100 | 0 | 100111 | 100100010 | 1101 | 110111 |
Color Harmonies of #967C9B
Complementary color
Monochromatic Colors of #967C9B
Black with #967C9B
Text Example
Text Example
White with #967C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C9B; }
p { color: rgb(150,124,155); }
H1.HeaderClassName
{
color: #967C9B;
}
.AnyTagClassName
{
color: #967C9B;
}
</style>
background-color css
<style>
a { background-color: #967C9B; }
a { background-color: rgb(150,124,155); }
div.DivClassName
{
background-color: #967C9B;
}
.BgClassName
{
background-color: #967C9B;
}
</style>
border-color css
<style>
span { border-color: #967C9B; }
span { border-color: rgb(150,124,155); }
td.TdClassName
{
border-color: #967C9B;
}
.TagClassName
{
border-color: #967C9B;
}
</style>