Shades of Amethyst Smoke #96859D
Tints of Amethyst Smoke #96859D
RGB
CMYK
RGB Variations
Color information
#96859D (or 0x96859D) is known color: Amethyst Smoke. HEX triplet: 96, 85 and 9D. RGB value is (150,133,157). Sum of RGB (Red+Green+Blue) = 150+133+157=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #96859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96859D is #697A62. Grayscale: #8C8C8C. Windows color (decimal): -6912611 or 10323350. OLE color: 10323350.
HSL color Cylindrical-coordinate representation of color #96859D: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96859D is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 133 | 157 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.38 |
| HSL | 282.5º | 0.11% | 0.57% | - |
| HSV(B) | 282.5º | 0.15% | 0.62% | - |
| XYZ | 27.05 | 25.69 | 35.43 | - |
| YUV | 140.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 157 | 0.04 | 0.15 | 0 | 0.38 | 282.5 | 0.11 | 0.57 |
| Hex | 96 | 85 | 9D | 4 | F | 0 | 26 | 11A | B | 39 |
| Octal | 226 | 205 | 235 | 4 | 17 | 0 | 46 | 432 | 13 | 71 |
| Binary | 10010110 | 10000101 | 10011101 | 100 | 1111 | 0 | 100110 | 100011010 | 1011 | 111001 |
Color Harmonies of #96859D
Complementary color
Monochromatic Colors of #96859D
Black with #96859D
Text Example
Text Example
White with #96859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96859D; }
p { color: rgb(150,133,157); }
H1.HeaderClassName
{
color: #96859D;
}
.AnyTagClassName
{
color: #96859D;
}
</style>
background-color css
<style>
a { background-color: #96859D; }
a { background-color: rgb(150,133,157); }
div.DivClassName
{
background-color: #96859D;
}
.BgClassName
{
background-color: #96859D;
}
</style>
border-color css
<style>
span { border-color: #96859D; }
span { border-color: rgb(150,133,157); }
td.TdClassName
{
border-color: #96859D;
}
.TagClassName
{
border-color: #96859D;
}
</style>