Shades of Amethyst Smoke #967EA0
Tints of Amethyst Smoke #967EA0
RGB
CMYK
RGB Variations
Color information
#967EA0 (or 0x967EA0) is known color: Amethyst Smoke. HEX triplet: 96, 7E and A0. RGB value is (150,126,160). Sum of RGB (Red+Green+Blue) = 150+126+160=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 160 - color contains mainly: blue. Hex color #967EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967EA0 is #69815F. Grayscale: #888888. Windows color (decimal): -6914400 or 10518166. OLE color: 10518166.
HSL color Cylindrical-coordinate representation of color #967EA0: hue angle of 282.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967EA0 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 126 | 160 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.37 |
| HSL | 282.35º | 0.15% | 0.56% | - |
| HSV(B) | 282.35º | 0.21% | 0.63% | - |
| XYZ | 26.38 | 23.94 | 36.49 | - |
| YUV | 137.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 160 | 0.06 | 0.21 | 0 | 0.37 | 282.35 | 0.15 | 0.56 |
| Hex | 96 | 7E | A0 | 6 | 15 | 0 | 25 | 11A | F | 38 |
| Octal | 226 | 176 | 240 | 6 | 25 | 0 | 45 | 432 | 17 | 70 |
| Binary | 10010110 | 1111110 | 10100000 | 110 | 10101 | 0 | 100101 | 100011010 | 1111 | 111000 |
Color Harmonies of #967EA0
Complementary color
Monochromatic Colors of #967EA0
Black with #967EA0
Text Example
Text Example
White with #967EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EA0; }
p { color: rgb(150,126,160); }
H1.HeaderClassName
{
color: #967EA0;
}
.AnyTagClassName
{
color: #967EA0;
}
</style>
background-color css
<style>
a { background-color: #967EA0; }
a { background-color: rgb(150,126,160); }
div.DivClassName
{
background-color: #967EA0;
}
.BgClassName
{
background-color: #967EA0;
}
</style>
border-color css
<style>
span { border-color: #967EA0; }
span { border-color: rgb(150,126,160); }
td.TdClassName
{
border-color: #967EA0;
}
.TagClassName
{
border-color: #967EA0;
}
</style>