Shades of Amethyst Smoke #958B9F
Tints of Amethyst Smoke #958B9F
RGB
CMYK
RGB Variations
Color information
#958B9F (or 0x958B9F) is known color: Amethyst Smoke. HEX triplet: 95, 8B and 9F. RGB value is (149,139,159). Sum of RGB (Red+Green+Blue) = 149+139+159=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 159 - color contains mainly: blue. Hex color #958B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958B9F is #6A7460. Grayscale: #909090. Windows color (decimal): -6976609 or 10455957. OLE color: 10455957.
HSL color Cylindrical-coordinate representation of color #958B9F: hue angle of 270º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958B9F is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 139 | 159 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.38 |
| HSL | 270º | 0.09% | 0.58% | - |
| HSV(B) | 270º | 0.13% | 0.62% | - |
| XYZ | 27.89 | 27.36 | 36.61 | - |
| YUV | 144.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 159 | 0.06 | 0.13 | 0 | 0.38 | 270 | 0.09 | 0.58 |
| Hex | 95 | 8B | 9F | 6 | D | 0 | 26 | 10E | 9 | 3A |
| Octal | 225 | 213 | 237 | 6 | 15 | 0 | 46 | 416 | 11 | 72 |
| Binary | 10010101 | 10001011 | 10011111 | 110 | 1101 | 0 | 100110 | 100001110 | 1001 | 111010 |
Color Harmonies of #958B9F
Complementary color
Monochromatic Colors of #958B9F
Black with #958B9F
Text Example
Text Example
White with #958B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B9F; }
p { color: rgb(149,139,159); }
H1.HeaderClassName
{
color: #958B9F;
}
.AnyTagClassName
{
color: #958B9F;
}
</style>
background-color css
<style>
a { background-color: #958B9F; }
a { background-color: rgb(149,139,159); }
div.DivClassName
{
background-color: #958B9F;
}
.BgClassName
{
background-color: #958B9F;
}
</style>
border-color css
<style>
span { border-color: #958B9F; }
span { border-color: rgb(149,139,159); }
td.TdClassName
{
border-color: #958B9F;
}
.TagClassName
{
border-color: #958B9F;
}
</style>