Shades of Amethyst Smoke #9D8EA5
Tints of Amethyst Smoke #9D8EA5
RGB
CMYK
RGB Variations
Color information
#9D8EA5 (or 0x9D8EA5) is known color: Amethyst Smoke. HEX triplet: 9D, 8E and A5. RGB value is (157,142,165). Sum of RGB (Red+Green+Blue) = 157+142+165=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 165 - color contains mainly: blue. Hex color #9D8EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8EA5 is #62715A. Grayscale: #959595. Windows color (decimal): -6451547 or 10849949. OLE color: 10849949.
HSL color Cylindrical-coordinate representation of color #9D8EA5: hue angle of 279.13º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8EA5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 157 | 142 | 165 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.35 |
| HSL | 279.13º | 0.11% | 0.6% | - |
| HSV(B) | 279.13º | 0.14% | 0.65% | - |
| XYZ | 30.37 | 29.23 | 39.64 | - |
| YUV | 149.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 165 | 0.05 | 0.14 | 0 | 0.35 | 279.13 | 0.11 | 0.6 |
| Hex | 9D | 8E | A5 | 5 | E | 0 | 23 | 117 | B | 3C |
| Octal | 235 | 216 | 245 | 5 | 16 | 0 | 43 | 427 | 13 | 74 |
| Binary | 10011101 | 10001110 | 10100101 | 101 | 1110 | 0 | 100011 | 100010111 | 1011 | 111100 |
Color Harmonies of #9D8EA5
Complementary color
Monochromatic Colors of #9D8EA5
Black with #9D8EA5
Text Example
Text Example
White with #9D8EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8EA5; }
p { color: rgb(157,142,165); }
H1.HeaderClassName
{
color: #9D8EA5;
}
.AnyTagClassName
{
color: #9D8EA5;
}
</style>
background-color css
<style>
a { background-color: #9D8EA5; }
a { background-color: rgb(157,142,165); }
div.DivClassName
{
background-color: #9D8EA5;
}
.BgClassName
{
background-color: #9D8EA5;
}
</style>
border-color css
<style>
span { border-color: #9D8EA5; }
span { border-color: rgb(157,142,165); }
td.TdClassName
{
border-color: #9D8EA5;
}
.TagClassName
{
border-color: #9D8EA5;
}
</style>