Shades of Amethyst Smoke #958BA0
Tints of Amethyst Smoke #958BA0
RGB
CMYK
RGB Variations
Color information
#958BA0 (or 0x958BA0) is known color: Amethyst Smoke. HEX triplet: 95, 8B and A0. RGB value is (149,139,160). Sum of RGB (Red+Green+Blue) = 149+139+160=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 160 - color contains mainly: blue. Hex color #958BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958BA0 is #6A745F. Grayscale: #909090. Windows color (decimal): -6976608 or 10521493. OLE color: 10521493.
HSL color Cylindrical-coordinate representation of color #958BA0: hue angle of 268.57º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #958BA0 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 139 | 160 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.37 |
| HSL | 268.57º | 0.1% | 0.59% | - |
| HSV(B) | 268.57º | 0.13% | 0.63% | - |
| XYZ | 27.97 | 27.39 | 37.07 | - |
| YUV | 144.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 160 | 0.07 | 0.13 | 0 | 0.37 | 268.57 | 0.1 | 0.59 |
| Hex | 95 | 8B | A0 | 7 | D | 0 | 25 | 10D | A | 3B |
| Octal | 225 | 213 | 240 | 7 | 15 | 0 | 45 | 415 | 12 | 73 |
| Binary | 10010101 | 10001011 | 10100000 | 111 | 1101 | 0 | 100101 | 100001101 | 1010 | 111011 |
Color Harmonies of #958BA0
Complementary color
Monochromatic Colors of #958BA0
Black with #958BA0
Text Example
Text Example
White with #958BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958BA0; }
p { color: rgb(149,139,160); }
H1.HeaderClassName
{
color: #958BA0;
}
.AnyTagClassName
{
color: #958BA0;
}
</style>
background-color css
<style>
a { background-color: #958BA0; }
a { background-color: rgb(149,139,160); }
div.DivClassName
{
background-color: #958BA0;
}
.BgClassName
{
background-color: #958BA0;
}
</style>
border-color css
<style>
span { border-color: #958BA0; }
span { border-color: rgb(149,139,160); }
td.TdClassName
{
border-color: #958BA0;
}
.TagClassName
{
border-color: #958BA0;
}
</style>