Shades of Amethyst Smoke #968D98
Tints of Amethyst Smoke #968D98
RGB
CMYK
RGB Variations
Color information
#968D98 (or 0x968D98) is known color: Amethyst Smoke. HEX triplet: 96, 8D and 98. RGB value is (150,141,152). Sum of RGB (Red+Green+Blue) = 150+141+152=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 152 - color contains mainly: blue. Hex color #968D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968D98 is #697267. Grayscale: #909090. Windows color (decimal): -6910568 or 9997718. OLE color: 9997718.
HSL color Cylindrical-coordinate representation of color #968D98: hue angle of 289.09º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968D98 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 141 | 152 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.40 |
| HSL | 289.09º | 0.05% | 0.57% | - |
| HSV(B) | 289.09º | 0.07% | 0.6% | - |
| XYZ | 27.77 | 27.8 | 33.61 | - |
| YUV | 144.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 152 | 0.01 | 0.07 | 0 | 0.40 | 289.09 | 0.05 | 0.57 |
| Hex | 96 | 8D | 98 | 1 | 7 | 0 | 28 | 121 | 5 | 39 |
| Octal | 226 | 215 | 230 | 1 | 7 | 0 | 50 | 441 | 5 | 71 |
| Binary | 10010110 | 10001101 | 10011000 | 1 | 111 | 0 | 101000 | 100100001 | 101 | 111001 |
Color Harmonies of #968D98
Complementary color
Monochromatic Colors of #968D98
Black with #968D98
Text Example
Text Example
White with #968D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D98; }
p { color: rgb(150,141,152); }
H1.HeaderClassName
{
color: #968D98;
}
.AnyTagClassName
{
color: #968D98;
}
</style>
background-color css
<style>
a { background-color: #968D98; }
a { background-color: rgb(150,141,152); }
div.DivClassName
{
background-color: #968D98;
}
.BgClassName
{
background-color: #968D98;
}
</style>
border-color css
<style>
span { border-color: #968D98; }
span { border-color: rgb(150,141,152); }
td.TdClassName
{
border-color: #968D98;
}
.TagClassName
{
border-color: #968D98;
}
</style>