Shades of Amethyst Smoke #969298
Tints of Amethyst Smoke #969298
RGB
CMYK
RGB Variations
Color information
#969298 (or 0x969298) is known color: Amethyst Smoke. HEX triplet: 96, 92 and 98. RGB value is (150,146,152). Sum of RGB (Red+Green+Blue) = 150+146+152=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 152 - color contains mainly: blue. Hex color #969298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969298 is #696D67. Grayscale: #939393. Windows color (decimal): -6909288 or 9998998. OLE color: 9998998.
HSL color Cylindrical-coordinate representation of color #969298: hue angle of 280º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #969298 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 146 | 152 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.40 |
| HSL | 280º | 0.03% | 0.58% | - |
| HSV(B) | 280º | 0.04% | 0.6% | - |
| XYZ | 28.52 | 29.31 | 33.86 | - |
| YUV | 147.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 152 | 0.01 | 0.04 | 0 | 0.40 | 280 | 0.03 | 0.58 |
| Hex | 96 | 92 | 98 | 1 | 4 | 0 | 28 | 118 | 3 | 3A |
| Octal | 226 | 222 | 230 | 1 | 4 | 0 | 50 | 430 | 3 | 72 |
| Binary | 10010110 | 10010010 | 10011000 | 1 | 100 | 0 | 101000 | 100011000 | 11 | 111010 |
Color Harmonies of #969298
Complementary color
Monochromatic Colors of #969298
Black with #969298
Text Example
Text Example
White with #969298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969298; }
p { color: rgb(150,146,152); }
H1.HeaderClassName
{
color: #969298;
}
.AnyTagClassName
{
color: #969298;
}
</style>
background-color css
<style>
a { background-color: #969298; }
a { background-color: rgb(150,146,152); }
div.DivClassName
{
background-color: #969298;
}
.BgClassName
{
background-color: #969298;
}
</style>
border-color css
<style>
span { border-color: #969298; }
span { border-color: rgb(150,146,152); }
td.TdClassName
{
border-color: #969298;
}
.TagClassName
{
border-color: #969298;
}
</style>