Shades of Amethyst Smoke #958A9C
Tints of Amethyst Smoke #958A9C
RGB
CMYK
RGB Variations
Color information
#958A9C (or 0x958A9C) is known color: Amethyst Smoke. HEX triplet: 95, 8A and 9C. RGB value is (149,138,156). Sum of RGB (Red+Green+Blue) = 149+138+156=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 156 - color contains mainly: blue. Hex color #958A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958A9C is #6A7563. Grayscale: #8F8F8F. Windows color (decimal): -6976868 or 10259093. OLE color: 10259093.
HSL color Cylindrical-coordinate representation of color #958A9C: hue angle of 276.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958A9C is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 138 | 156 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.39 |
| HSL | 276.67º | 0.08% | 0.58% | - |
| HSV(B) | 276.67º | 0.12% | 0.61% | - |
| XYZ | 27.48 | 26.97 | 35.21 | - |
| YUV | 143.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 156 | 0.04 | 0.12 | 0 | 0.39 | 276.67 | 0.08 | 0.58 |
| Hex | 95 | 8A | 9C | 4 | C | 0 | 27 | 115 | 8 | 3A |
| Octal | 225 | 212 | 234 | 4 | 14 | 0 | 47 | 425 | 10 | 72 |
| Binary | 10010101 | 10001010 | 10011100 | 100 | 1100 | 0 | 100111 | 100010101 | 1000 | 111010 |
Color Harmonies of #958A9C
Complementary color
Monochromatic Colors of #958A9C
Black with #958A9C
Text Example
Text Example
White with #958A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A9C; }
p { color: rgb(149,138,156); }
H1.HeaderClassName
{
color: #958A9C;
}
.AnyTagClassName
{
color: #958A9C;
}
</style>
background-color css
<style>
a { background-color: #958A9C; }
a { background-color: rgb(149,138,156); }
div.DivClassName
{
background-color: #958A9C;
}
.BgClassName
{
background-color: #958A9C;
}
</style>
border-color css
<style>
span { border-color: #958A9C; }
span { border-color: rgb(149,138,156); }
td.TdClassName
{
border-color: #958A9C;
}
.TagClassName
{
border-color: #958A9C;
}
</style>