Shades of Amethyst Smoke #958C9A
Tints of Amethyst Smoke #958C9A
RGB
CMYK
RGB Variations
Color information
#958C9A (or 0x958C9A) is known color: Amethyst Smoke. HEX triplet: 95, 8C and 9A. RGB value is (149,140,154). Sum of RGB (Red+Green+Blue) = 149+140+154=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 154 - color contains mainly: blue. Hex color #958C9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C9A is #6A7365. Grayscale: #909090. Windows color (decimal): -6976358 or 10128533. OLE color: 10128533.
HSL color Cylindrical-coordinate representation of color #958C9A: hue angle of 278.57º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958C9A is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 140 | 154 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.40 |
| HSL | 278.57º | 0.06% | 0.58% | - |
| HSV(B) | 278.57º | 0.09% | 0.6% | - |
| XYZ | 27.61 | 27.48 | 34.42 | - |
| YUV | 144.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 154 | 0.03 | 0.09 | 0 | 0.40 | 278.57 | 0.06 | 0.58 |
| Hex | 95 | 8C | 9A | 3 | 9 | 0 | 28 | 117 | 6 | 3A |
| Octal | 225 | 214 | 232 | 3 | 11 | 0 | 50 | 427 | 6 | 72 |
| Binary | 10010101 | 10001100 | 10011010 | 11 | 1001 | 0 | 101000 | 100010111 | 110 | 111010 |
Color Harmonies of #958C9A
Complementary color
Monochromatic Colors of #958C9A
Black with #958C9A
Text Example
Text Example
White with #958C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C9A; }
p { color: rgb(149,140,154); }
H1.HeaderClassName
{
color: #958C9A;
}
.AnyTagClassName
{
color: #958C9A;
}
</style>
background-color css
<style>
a { background-color: #958C9A; }
a { background-color: rgb(149,140,154); }
div.DivClassName
{
background-color: #958C9A;
}
.BgClassName
{
background-color: #958C9A;
}
</style>
border-color css
<style>
span { border-color: #958C9A; }
span { border-color: rgb(149,140,154); }
td.TdClassName
{
border-color: #958C9A;
}
.TagClassName
{
border-color: #958C9A;
}
</style>