Shades of Amethyst Smoke #967E9A
Tints of Amethyst Smoke #967E9A
RGB
CMYK
RGB Variations
Color information
#967E9A (or 0x967E9A) is known color: Amethyst Smoke. HEX triplet: 96, 7E and 9A. RGB value is (150,126,154). Sum of RGB (Red+Green+Blue) = 150+126+154=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #967E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967E9A is #698165. Grayscale: #888888. Windows color (decimal): -6914406 or 10124950. OLE color: 10124950.
HSL color Cylindrical-coordinate representation of color #967E9A: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #967E9A is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 126 | 154 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.40 |
| HSL | 291.43º | 0.12% | 0.55% | - |
| HSV(B) | 291.43º | 0.18% | 0.6% | - |
| XYZ | 25.87 | 23.74 | 33.79 | - |
| YUV | 136.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 154 | 0.03 | 0.18 | 0 | 0.40 | 291.43 | 0.12 | 0.55 |
| Hex | 96 | 7E | 9A | 3 | 12 | 0 | 28 | 123 | C | 37 |
| Octal | 226 | 176 | 232 | 3 | 22 | 0 | 50 | 443 | 14 | 67 |
| Binary | 10010110 | 1111110 | 10011010 | 11 | 10010 | 0 | 101000 | 100100011 | 1100 | 110111 |
Color Harmonies of #967E9A
Complementary color
Monochromatic Colors of #967E9A
Black with #967E9A
Text Example
Text Example
White with #967E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E9A; }
p { color: rgb(150,126,154); }
H1.HeaderClassName
{
color: #967E9A;
}
.AnyTagClassName
{
color: #967E9A;
}
</style>
background-color css
<style>
a { background-color: #967E9A; }
a { background-color: rgb(150,126,154); }
div.DivClassName
{
background-color: #967E9A;
}
.BgClassName
{
background-color: #967E9A;
}
</style>
border-color css
<style>
span { border-color: #967E9A; }
span { border-color: rgb(150,126,154); }
td.TdClassName
{
border-color: #967E9A;
}
.TagClassName
{
border-color: #967E9A;
}
</style>