Shades of Amethyst Smoke #958DA0
Tints of Amethyst Smoke #958DA0
RGB
CMYK
RGB Variations
Color information
#958DA0 (or 0x958DA0) is known color: Amethyst Smoke. HEX triplet: 95, 8D and A0. RGB value is (149,141,160). Sum of RGB (Red+Green+Blue) = 149+141+160=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 160 - color contains mainly: blue. Hex color #958DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958DA0 is #6A725F. Grayscale: #919191. Windows color (decimal): -6976096 or 10522005. OLE color: 10522005.
HSL color Cylindrical-coordinate representation of color #958DA0: hue angle of 265.26º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958DA0 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 141 | 160 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.37 |
| HSL | 265.26º | 0.09% | 0.59% | - |
| HSV(B) | 265.26º | 0.12% | 0.63% | - |
| XYZ | 28.26 | 27.98 | 37.17 | - |
| YUV | 145.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 160 | 0.07 | 0.12 | 0 | 0.37 | 265.26 | 0.09 | 0.59 |
| Hex | 95 | 8D | A0 | 7 | C | 0 | 25 | 109 | 9 | 3B |
| Octal | 225 | 215 | 240 | 7 | 14 | 0 | 45 | 411 | 11 | 73 |
| Binary | 10010101 | 10001101 | 10100000 | 111 | 1100 | 0 | 100101 | 100001001 | 1001 | 111011 |
Color Harmonies of #958DA0
Complementary color
Monochromatic Colors of #958DA0
Black with #958DA0
Text Example
Text Example
White with #958DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DA0; }
p { color: rgb(149,141,160); }
H1.HeaderClassName
{
color: #958DA0;
}
.AnyTagClassName
{
color: #958DA0;
}
</style>
background-color css
<style>
a { background-color: #958DA0; }
a { background-color: rgb(149,141,160); }
div.DivClassName
{
background-color: #958DA0;
}
.BgClassName
{
background-color: #958DA0;
}
</style>
border-color css
<style>
span { border-color: #958DA0; }
span { border-color: rgb(149,141,160); }
td.TdClassName
{
border-color: #958DA0;
}
.TagClassName
{
border-color: #958DA0;
}
</style>