Shades of Amethyst Smoke #969199
Tints of Amethyst Smoke #969199
RGB
CMYK
RGB Variations
Color information
#969199 (or 0x969199) is known color: Amethyst Smoke. HEX triplet: 96, 91 and 99. RGB value is (150,145,153). Sum of RGB (Red+Green+Blue) = 150+145+153=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 153 - color contains mainly: blue. Hex color #969199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969199 is #696E66. Grayscale: #939393. Windows color (decimal): -6909543 or 10064278. OLE color: 10064278.
HSL color Cylindrical-coordinate representation of color #969199: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #969199 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 145 | 153 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.4 |
| HSL | 277.5º | 0.04% | 0.58% | - |
| HSV(B) | 277.5º | 0.05% | 0.6% | - |
| XYZ | 28.45 | 29.03 | 34.24 | - |
| YUV | 147.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 153 | 0.02 | 0.05 | 0 | 0.4 | 277.5 | 0.04 | 0.58 |
| Hex | 96 | 91 | 99 | 2 | 5 | 0 | 28 | 116 | 4 | 3A |
| Octal | 226 | 221 | 231 | 2 | 5 | 0 | 50 | 426 | 4 | 72 |
| Binary | 10010110 | 10010001 | 10011001 | 10 | 101 | 0 | 101000 | 100010110 | 100 | 111010 |
Color Harmonies of #969199
Complementary color
Monochromatic Colors of #969199
Black with #969199
Text Example
Text Example
White with #969199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969199; }
p { color: rgb(150,145,153); }
H1.HeaderClassName
{
color: #969199;
}
.AnyTagClassName
{
color: #969199;
}
</style>
background-color css
<style>
a { background-color: #969199; }
a { background-color: rgb(150,145,153); }
div.DivClassName
{
background-color: #969199;
}
.BgClassName
{
background-color: #969199;
}
</style>
border-color css
<style>
span { border-color: #969199; }
span { border-color: rgb(150,145,153); }
td.TdClassName
{
border-color: #969199;
}
.TagClassName
{
border-color: #969199;
}
</style>