Shades of Amethyst Smoke #968C9E
Tints of Amethyst Smoke #968C9E
RGB
CMYK
RGB Variations
Color information
#968C9E (or 0x968C9E) is known color: Amethyst Smoke. HEX triplet: 96, 8C and 9E. RGB value is (150,140,158). Sum of RGB (Red+Green+Blue) = 150+140+158=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 158 - color contains mainly: blue. Hex color #968C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C9E is #697361. Grayscale: #909090. Windows color (decimal): -6910818 or 10390678. OLE color: 10390678.
HSL color Cylindrical-coordinate representation of color #968C9E: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968C9E is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 140 | 158 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.38 |
| HSL | 273.33º | 0.08% | 0.58% | - |
| HSV(B) | 273.33º | 0.11% | 0.62% | - |
| XYZ | 28.13 | 27.71 | 36.21 | - |
| YUV | 145.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 158 | 0.05 | 0.11 | 0 | 0.38 | 273.33 | 0.08 | 0.58 |
| Hex | 96 | 8C | 9E | 5 | B | 0 | 26 | 111 | 8 | 3A |
| Octal | 226 | 214 | 236 | 5 | 13 | 0 | 46 | 421 | 10 | 72 |
| Binary | 10010110 | 10001100 | 10011110 | 101 | 1011 | 0 | 100110 | 100010001 | 1000 | 111010 |
Color Harmonies of #968C9E
Complementary color
Monochromatic Colors of #968C9E
Black with #968C9E
Text Example
Text Example
White with #968C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C9E; }
p { color: rgb(150,140,158); }
H1.HeaderClassName
{
color: #968C9E;
}
.AnyTagClassName
{
color: #968C9E;
}
</style>
background-color css
<style>
a { background-color: #968C9E; }
a { background-color: rgb(150,140,158); }
div.DivClassName
{
background-color: #968C9E;
}
.BgClassName
{
background-color: #968C9E;
}
</style>
border-color css
<style>
span { border-color: #968C9E; }
span { border-color: rgb(150,140,158); }
td.TdClassName
{
border-color: #968C9E;
}
.TagClassName
{
border-color: #968C9E;
}
</style>