Shades of Amethyst Smoke #968C99
Tints of Amethyst Smoke #968C99
RGB
CMYK
RGB Variations
Color information
#968C99 (or 0x968C99) is known color: Amethyst Smoke. HEX triplet: 96, 8C and 99. RGB value is (150,140,153). Sum of RGB (Red+Green+Blue) = 150+140+153=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 153 - color contains mainly: blue. Hex color #968C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C99 is #697366. Grayscale: #909090. Windows color (decimal): -6910823 or 10062998. OLE color: 10062998.
HSL color Cylindrical-coordinate representation of color #968C99: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #968C99 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 140 | 153 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.4 |
| HSL | 286.15º | 0.06% | 0.57% | - |
| HSV(B) | 286.15º | 0.08% | 0.6% | - |
| XYZ | 27.71 | 27.54 | 33.99 | - |
| YUV | 144.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 153 | 0.02 | 0.08 | 0 | 0.4 | 286.15 | 0.06 | 0.57 |
| Hex | 96 | 8C | 99 | 2 | 8 | 0 | 28 | 11E | 6 | 39 |
| Octal | 226 | 214 | 231 | 2 | 10 | 0 | 50 | 436 | 6 | 71 |
| Binary | 10010110 | 10001100 | 10011001 | 10 | 1000 | 0 | 101000 | 100011110 | 110 | 111001 |
Color Harmonies of #968C99
Complementary color
Monochromatic Colors of #968C99
Black with #968C99
Text Example
Text Example
White with #968C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C99; }
p { color: rgb(150,140,153); }
H1.HeaderClassName
{
color: #968C99;
}
.AnyTagClassName
{
color: #968C99;
}
</style>
background-color css
<style>
a { background-color: #968C99; }
a { background-color: rgb(150,140,153); }
div.DivClassName
{
background-color: #968C99;
}
.BgClassName
{
background-color: #968C99;
}
</style>
border-color css
<style>
span { border-color: #968C99; }
span { border-color: rgb(150,140,153); }
td.TdClassName
{
border-color: #968C99;
}
.TagClassName
{
border-color: #968C99;
}
</style>