Shades of Amethyst Smoke #968C98
Tints of Amethyst Smoke #968C98
RGB
CMYK
RGB Variations
Color information
#968C98 (or 0x968C98) is known color: Amethyst Smoke. HEX triplet: 96, 8C and 98. RGB value is (150,140,152). Sum of RGB (Red+Green+Blue) = 150+140+152=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 152 - color contains mainly: blue. Hex color #968C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968C98 is #697367. Grayscale: #909090. Windows color (decimal): -6910824 or 9997462. OLE color: 9997462.
HSL color Cylindrical-coordinate representation of color #968C98: hue angle of 290º 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 #968C98 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 140 | 152 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.40 |
| HSL | 290º | 0.06% | 0.57% | - |
| HSV(B) | 290º | 0.08% | 0.6% | - |
| XYZ | 27.62 | 27.51 | 33.56 | - |
| YUV | 144.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 152 | 0.01 | 0.08 | 0 | 0.40 | 290 | 0.06 | 0.57 |
| Hex | 96 | 8C | 98 | 1 | 8 | 0 | 28 | 122 | 6 | 39 |
| Octal | 226 | 214 | 230 | 1 | 10 | 0 | 50 | 442 | 6 | 71 |
| Binary | 10010110 | 10001100 | 10011000 | 1 | 1000 | 0 | 101000 | 100100010 | 110 | 111001 |
Color Harmonies of #968C98
Complementary color
Monochromatic Colors of #968C98
Black with #968C98
Text Example
Text Example
White with #968C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C98; }
p { color: rgb(150,140,152); }
H1.HeaderClassName
{
color: #968C98;
}
.AnyTagClassName
{
color: #968C98;
}
</style>
background-color css
<style>
a { background-color: #968C98; }
a { background-color: rgb(150,140,152); }
div.DivClassName
{
background-color: #968C98;
}
.BgClassName
{
background-color: #968C98;
}
</style>
border-color css
<style>
span { border-color: #968C98; }
span { border-color: rgb(150,140,152); }
td.TdClassName
{
border-color: #968C98;
}
.TagClassName
{
border-color: #968C98;
}
</style>