Shades of Amethyst Smoke #968E9E
Tints of Amethyst Smoke #968E9E
RGB
CMYK
RGB Variations
Color information
#968E9E (or 0x968E9E) is known color: Amethyst Smoke. HEX triplet: 96, 8E and 9E. RGB value is (150,142,158). Sum of RGB (Red+Green+Blue) = 150+142+158=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 158 - color contains mainly: blue. Hex color #968E9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E9E is #697161. Grayscale: #929292. Windows color (decimal): -6910306 or 10391190. OLE color: 10391190.
HSL color Cylindrical-coordinate representation of color #968E9E: hue angle of 270º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968E9E is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 142 | 158 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.38 |
| HSL | 270º | 0.08% | 0.59% | - |
| HSV(B) | 270º | 0.1% | 0.62% | - |
| XYZ | 28.42 | 28.3 | 36.31 | - |
| YUV | 146.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 158 | 0.05 | 0.10 | 0 | 0.38 | 270 | 0.08 | 0.59 |
| Hex | 96 | 8E | 9E | 5 | A | 0 | 26 | 10E | 8 | 3B |
| Octal | 226 | 216 | 236 | 5 | 12 | 0 | 46 | 416 | 10 | 73 |
| Binary | 10010110 | 10001110 | 10011110 | 101 | 1010 | 0 | 100110 | 100001110 | 1000 | 111011 |
Color Harmonies of #968E9E
Complementary color
Monochromatic Colors of #968E9E
Black with #968E9E
Text Example
Text Example
White with #968E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E9E; }
p { color: rgb(150,142,158); }
H1.HeaderClassName
{
color: #968E9E;
}
.AnyTagClassName
{
color: #968E9E;
}
</style>
background-color css
<style>
a { background-color: #968E9E; }
a { background-color: rgb(150,142,158); }
div.DivClassName
{
background-color: #968E9E;
}
.BgClassName
{
background-color: #968E9E;
}
</style>
border-color css
<style>
span { border-color: #968E9E; }
span { border-color: rgb(150,142,158); }
td.TdClassName
{
border-color: #968E9E;
}
.TagClassName
{
border-color: #968E9E;
}
</style>