Shades of Amethyst Smoke #958896
Tints of Amethyst Smoke #958896
RGB
CMYK
RGB Variations
Color information
#958896 (or 0x958896) is known color: Amethyst Smoke. HEX triplet: 95, 88 and 96. RGB value is (149,136,150). Sum of RGB (Red+Green+Blue) = 149+136+150=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 150 - color contains mainly: blue. Hex color #958896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958896 is #6A7769. Grayscale: #8D8D8D. Windows color (decimal): -6977386 or 9865365. OLE color: 9865365.
HSL color Cylindrical-coordinate representation of color #958896: hue angle of 295.71º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958896 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 136 | 150 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.41 |
| HSL | 295.71º | 0.06% | 0.56% | - |
| HSV(B) | 295.71º | 0.09% | 0.59% | - |
| XYZ | 26.7 | 26.2 | 32.5 | - |
| YUV | 141.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 150 | 0.01 | 0.09 | 0 | 0.41 | 295.71 | 0.06 | 0.56 |
| Hex | 95 | 88 | 96 | 1 | 9 | 0 | 29 | 128 | 6 | 38 |
| Octal | 225 | 210 | 226 | 1 | 11 | 0 | 51 | 450 | 6 | 70 |
| Binary | 10010101 | 10001000 | 10010110 | 1 | 1001 | 0 | 101001 | 100101000 | 110 | 111000 |
Color Harmonies of #958896
Complementary color
Monochromatic Colors of #958896
Black with #958896
Text Example
Text Example
White with #958896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958896; }
p { color: rgb(149,136,150); }
H1.HeaderClassName
{
color: #958896;
}
.AnyTagClassName
{
color: #958896;
}
</style>
background-color css
<style>
a { background-color: #958896; }
a { background-color: rgb(149,136,150); }
div.DivClassName
{
background-color: #958896;
}
.BgClassName
{
background-color: #958896;
}
</style>
border-color css
<style>
span { border-color: #958896; }
span { border-color: rgb(149,136,150); }
td.TdClassName
{
border-color: #958896;
}
.TagClassName
{
border-color: #958896;
}
</style>