Shades of Amethyst Smoke #96789D
Tints of Amethyst Smoke #96789D
RGB
CMYK
RGB Variations
Color information
#96789D (or 0x96789D) is known color: Amethyst Smoke. HEX triplet: 96, 78 and 9D. RGB value is (150,120,157). Sum of RGB (Red+Green+Blue) = 150+120+157=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #96789D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96789D is #698762. Grayscale: #858585. Windows color (decimal): -6915939 or 10320022. OLE color: 10320022.
HSL color Cylindrical-coordinate representation of color #96789D: hue angle of 288.65º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96789D is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 120 | 157 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.38 |
| HSL | 288.65º | 0.16% | 0.54% | - |
| HSV(B) | 288.65º | 0.24% | 0.62% | - |
| XYZ | 25.38 | 22.35 | 34.87 | - |
| YUV | 133.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 157 | 0.04 | 0.24 | 0 | 0.38 | 288.65 | 0.16 | 0.54 |
| Hex | 96 | 78 | 9D | 4 | 18 | 0 | 26 | 121 | 10 | 36 |
| Octal | 226 | 170 | 235 | 4 | 30 | 0 | 46 | 441 | 20 | 66 |
| Binary | 10010110 | 1111000 | 10011101 | 100 | 11000 | 0 | 100110 | 100100001 | 10000 | 110110 |
Color Harmonies of #96789D
Complementary color
Monochromatic Colors of #96789D
Black with #96789D
Text Example
Text Example
White with #96789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96789D; }
p { color: rgb(150,120,157); }
H1.HeaderClassName
{
color: #96789D;
}
.AnyTagClassName
{
color: #96789D;
}
</style>
background-color css
<style>
a { background-color: #96789D; }
a { background-color: rgb(150,120,157); }
div.DivClassName
{
background-color: #96789D;
}
.BgClassName
{
background-color: #96789D;
}
</style>
border-color css
<style>
span { border-color: #96789D; }
span { border-color: rgb(150,120,157); }
td.TdClassName
{
border-color: #96789D;
}
.TagClassName
{
border-color: #96789D;
}
</style>