Shades of Amethyst Smoke #96849C
Tints of Amethyst Smoke #96849C
RGB
CMYK
RGB Variations
Color information
#96849C (or 0x96849C) is known color: Amethyst Smoke. HEX triplet: 96, 84 and 9C. RGB value is (150,132,156). Sum of RGB (Red+Green+Blue) = 150+132+156=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #96849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96849C is #697B63. Grayscale: #8C8C8C. Windows color (decimal): -6912868 or 10257558. OLE color: 10257558.
HSL color Cylindrical-coordinate representation of color #96849C: hue angle of 285º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96849C is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 132 | 156 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.39 |
| HSL | 285º | 0.11% | 0.56% | - |
| HSV(B) | 285º | 0.15% | 0.61% | - |
| XYZ | 26.83 | 25.39 | 34.94 | - |
| YUV | 140.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 156 | 0.04 | 0.15 | 0 | 0.39 | 285 | 0.11 | 0.56 |
| Hex | 96 | 84 | 9C | 4 | F | 0 | 27 | 11D | B | 38 |
| Octal | 226 | 204 | 234 | 4 | 17 | 0 | 47 | 435 | 13 | 70 |
| Binary | 10010110 | 10000100 | 10011100 | 100 | 1111 | 0 | 100111 | 100011101 | 1011 | 111000 |
Color Harmonies of #96849C
Complementary color
Monochromatic Colors of #96849C
Black with #96849C
Text Example
Text Example
White with #96849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96849C; }
p { color: rgb(150,132,156); }
H1.HeaderClassName
{
color: #96849C;
}
.AnyTagClassName
{
color: #96849C;
}
</style>
background-color css
<style>
a { background-color: #96849C; }
a { background-color: rgb(150,132,156); }
div.DivClassName
{
background-color: #96849C;
}
.BgClassName
{
background-color: #96849C;
}
</style>
border-color css
<style>
span { border-color: #96849C; }
span { border-color: rgb(150,132,156); }
td.TdClassName
{
border-color: #96849C;
}
.TagClassName
{
border-color: #96849C;
}
</style>