Shades of Amethyst Smoke #958D9E
Tints of Amethyst Smoke #958D9E
RGB
CMYK
RGB Variations
Color information
#958D9E (or 0x958D9E) is known color: Amethyst Smoke. HEX triplet: 95, 8D and 9E. RGB value is (149,141,158). Sum of RGB (Red+Green+Blue) = 149+141+158=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 158 - color contains mainly: blue. Hex color #958D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958D9E is #6A7261. Grayscale: #919191. Windows color (decimal): -6976098 or 10390933. OLE color: 10390933.
HSL color Cylindrical-coordinate representation of color #958D9E: hue angle of 268.24º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958D9E is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 141 | 158 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.38 |
| HSL | 268.24º | 0.08% | 0.59% | - |
| HSV(B) | 268.24º | 0.11% | 0.62% | - |
| XYZ | 28.09 | 27.91 | 36.25 | - |
| YUV | 145.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 158 | 0.06 | 0.11 | 0 | 0.38 | 268.24 | 0.08 | 0.59 |
| Hex | 95 | 8D | 9E | 6 | B | 0 | 26 | 10C | 8 | 3B |
| Octal | 225 | 215 | 236 | 6 | 13 | 0 | 46 | 414 | 10 | 73 |
| Binary | 10010101 | 10001101 | 10011110 | 110 | 1011 | 0 | 100110 | 100001100 | 1000 | 111011 |
Color Harmonies of #958D9E
Complementary color
Monochromatic Colors of #958D9E
Black with #958D9E
Text Example
Text Example
White with #958D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D9E; }
p { color: rgb(149,141,158); }
H1.HeaderClassName
{
color: #958D9E;
}
.AnyTagClassName
{
color: #958D9E;
}
</style>
background-color css
<style>
a { background-color: #958D9E; }
a { background-color: rgb(149,141,158); }
div.DivClassName
{
background-color: #958D9E;
}
.BgClassName
{
background-color: #958D9E;
}
</style>
border-color css
<style>
span { border-color: #958D9E; }
span { border-color: rgb(149,141,158); }
td.TdClassName
{
border-color: #958D9E;
}
.TagClassName
{
border-color: #958D9E;
}
</style>