Shades of Amethyst Smoke #958F9D
Tints of Amethyst Smoke #958F9D
RGB
CMYK
RGB Variations
Color information
#958F9D (or 0x958F9D) is known color: Amethyst Smoke. HEX triplet: 95, 8F and 9D. RGB value is (149,143,157). Sum of RGB (Red+Green+Blue) = 149+143+157=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 157 - color contains mainly: blue. Hex color #958F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958F9D is #6A7062. Grayscale: #929292. Windows color (decimal): -6975587 or 10325909. OLE color: 10325909.
HSL color Cylindrical-coordinate representation of color #958F9D: hue angle of 265.71º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958F9D is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 143 | 157 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.38 |
| HSL | 265.71º | 0.07% | 0.59% | - |
| HSV(B) | 265.71º | 0.09% | 0.62% | - |
| XYZ | 28.3 | 28.47 | 35.9 | - |
| YUV | 146.39 | 133.99 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 157 | 0.05 | 0.09 | 0 | 0.38 | 265.71 | 0.07 | 0.59 |
| Hex | 95 | 8F | 9D | 5 | 9 | 0 | 26 | 10A | 7 | 3B |
| Octal | 225 | 217 | 235 | 5 | 11 | 0 | 46 | 412 | 7 | 73 |
| Binary | 10010101 | 10001111 | 10011101 | 101 | 1001 | 0 | 100110 | 100001010 | 111 | 111011 |
Color Harmonies of #958F9D
Complementary color
Monochromatic Colors of #958F9D
Black with #958F9D
Text Example
Text Example
White with #958F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F9D; }
p { color: rgb(149,143,157); }
H1.HeaderClassName
{
color: #958F9D;
}
.AnyTagClassName
{
color: #958F9D;
}
</style>
background-color css
<style>
a { background-color: #958F9D; }
a { background-color: rgb(149,143,157); }
div.DivClassName
{
background-color: #958F9D;
}
.BgClassName
{
background-color: #958F9D;
}
</style>
border-color css
<style>
span { border-color: #958F9D; }
span { border-color: rgb(149,143,157); }
td.TdClassName
{
border-color: #958F9D;
}
.TagClassName
{
border-color: #958F9D;
}
</style>