Shades of Amethyst Smoke #968F99
Tints of Amethyst Smoke #968F99
RGB
CMYK
RGB Variations
Color information
#968F99 (or 0x968F99) is known color: Amethyst Smoke. HEX triplet: 96, 8F and 99. RGB value is (150,143,153). Sum of RGB (Red+Green+Blue) = 150+143+153=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #968F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F99 is #697066. Grayscale: #929292. Windows color (decimal): -6910055 or 10063766. OLE color: 10063766.
HSL color Cylindrical-coordinate representation of color #968F99: hue angle of 282º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #968F99 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 143 | 153 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.4 |
| HSL | 282º | 0.05% | 0.58% | - |
| HSV(B) | 282º | 0.07% | 0.6% | - |
| XYZ | 28.15 | 28.43 | 34.14 | - |
| YUV | 146.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 153 | 0.02 | 0.07 | 0 | 0.4 | 282 | 0.05 | 0.58 |
| Hex | 96 | 8F | 99 | 2 | 7 | 0 | 28 | 11A | 5 | 3A |
| Octal | 226 | 217 | 231 | 2 | 7 | 0 | 50 | 432 | 5 | 72 |
| Binary | 10010110 | 10001111 | 10011001 | 10 | 111 | 0 | 101000 | 100011010 | 101 | 111010 |
Color Harmonies of #968F99
Complementary color
Monochromatic Colors of #968F99
Black with #968F99
Text Example
Text Example
White with #968F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F99; }
p { color: rgb(150,143,153); }
H1.HeaderClassName
{
color: #968F99;
}
.AnyTagClassName
{
color: #968F99;
}
</style>
background-color css
<style>
a { background-color: #968F99; }
a { background-color: rgb(150,143,153); }
div.DivClassName
{
background-color: #968F99;
}
.BgClassName
{
background-color: #968F99;
}
</style>
border-color css
<style>
span { border-color: #968F99; }
span { border-color: rgb(150,143,153); }
td.TdClassName
{
border-color: #968F99;
}
.TagClassName
{
border-color: #968F99;
}
</style>