Shades of Amethyst Smoke #96809E
Tints of Amethyst Smoke #96809E
RGB
CMYK
RGB Variations
Color information
#96809E (or 0x96809E) is known color: Amethyst Smoke. HEX triplet: 96, 80 and 9E. RGB value is (150,128,158). Sum of RGB (Red+Green+Blue) = 150+128+158=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 158 - color contains mainly: blue. Hex color #96809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96809E is #697F61. Grayscale: #898989. Windows color (decimal): -6913890 or 10387606. OLE color: 10387606.
HSL color Cylindrical-coordinate representation of color #96809E: hue angle of 284º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96809E is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 128 | 158 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.38 |
| HSL | 284º | 0.13% | 0.56% | - |
| HSV(B) | 284º | 0.19% | 0.62% | - |
| XYZ | 26.47 | 24.39 | 35.66 | - |
| YUV | 138 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 158 | 0.05 | 0.19 | 0 | 0.38 | 284 | 0.13 | 0.56 |
| Hex | 96 | 80 | 9E | 5 | 13 | 0 | 26 | 11C | D | 38 |
| Octal | 226 | 200 | 236 | 5 | 23 | 0 | 46 | 434 | 15 | 70 |
| Binary | 10010110 | 10000000 | 10011110 | 101 | 10011 | 0 | 100110 | 100011100 | 1101 | 111000 |
Color Harmonies of #96809E
Complementary color
Monochromatic Colors of #96809E
Black with #96809E
Text Example
Text Example
White with #96809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96809E; }
p { color: rgb(150,128,158); }
H1.HeaderClassName
{
color: #96809E;
}
.AnyTagClassName
{
color: #96809E;
}
</style>
background-color css
<style>
a { background-color: #96809E; }
a { background-color: rgb(150,128,158); }
div.DivClassName
{
background-color: #96809E;
}
.BgClassName
{
background-color: #96809E;
}
</style>
border-color css
<style>
span { border-color: #96809E; }
span { border-color: rgb(150,128,158); }
td.TdClassName
{
border-color: #96809E;
}
.TagClassName
{
border-color: #96809E;
}
</style>