Shades of Amethyst Smoke #96909D
Tints of Amethyst Smoke #96909D
RGB
CMYK
RGB Variations
Color information
#96909D (or 0x96909D) is known color: Amethyst Smoke. HEX triplet: 96, 90 and 9D. RGB value is (150,144,157). Sum of RGB (Red+Green+Blue) = 150+144+157=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: blue. Hex color #96909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96909D is #696F62. Grayscale: #939393. Windows color (decimal): -6909795 or 10326166. OLE color: 10326166.
HSL color Cylindrical-coordinate representation of color #96909D: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96909D is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 144 | 157 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.38 |
| HSL | 267.69º | 0.06% | 0.59% | - |
| HSV(B) | 267.69º | 0.08% | 0.62% | - |
| XYZ | 28.64 | 28.86 | 35.96 | - |
| YUV | 147.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 157 | 0.04 | 0.08 | 0 | 0.38 | 267.69 | 0.06 | 0.59 |
| Hex | 96 | 90 | 9D | 4 | 8 | 0 | 26 | 10C | 6 | 3B |
| Octal | 226 | 220 | 235 | 4 | 10 | 0 | 46 | 414 | 6 | 73 |
| Binary | 10010110 | 10010000 | 10011101 | 100 | 1000 | 0 | 100110 | 100001100 | 110 | 111011 |
Color Harmonies of #96909D
Complementary color
Monochromatic Colors of #96909D
Black with #96909D
Text Example
Text Example
White with #96909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96909D; }
p { color: rgb(150,144,157); }
H1.HeaderClassName
{
color: #96909D;
}
.AnyTagClassName
{
color: #96909D;
}
</style>
background-color css
<style>
a { background-color: #96909D; }
a { background-color: rgb(150,144,157); }
div.DivClassName
{
background-color: #96909D;
}
.BgClassName
{
background-color: #96909D;
}
</style>
border-color css
<style>
span { border-color: #96909D; }
span { border-color: rgb(150,144,157); }
td.TdClassName
{
border-color: #96909D;
}
.TagClassName
{
border-color: #96909D;
}
</style>