Shades of Amethyst Smoke #9E8EA5
Tints of Amethyst Smoke #9E8EA5
RGB
CMYK
RGB Variations
Color information
#9E8EA5 (or 0x9E8EA5) is known color: Amethyst Smoke. HEX triplet: 9E, 8E and A5. RGB value is (158,142,165). Sum of RGB (Red+Green+Blue) = 158+142+165=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 165 - color contains mainly: blue. Hex color #9E8EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8EA5 is #61715A. Grayscale: #959595. Windows color (decimal): -6386011 or 10849950. OLE color: 10849950.
HSL color Cylindrical-coordinate representation of color #9E8EA5: hue angle of 281.74º 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 #9E8EA5 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 142 | 165 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.35 |
| HSL | 281.74º | 0.11% | 0.6% | - |
| HSV(B) | 281.74º | 0.14% | 0.65% | - |
| XYZ | 30.57 | 29.33 | 39.65 | - |
| YUV | 149.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 165 | 0.04 | 0.14 | 0 | 0.35 | 281.74 | 0.11 | 0.6 |
| Hex | 9E | 8E | A5 | 4 | E | 0 | 23 | 11A | B | 3C |
| Octal | 236 | 216 | 245 | 4 | 16 | 0 | 43 | 432 | 13 | 74 |
| Binary | 10011110 | 10001110 | 10100101 | 100 | 1110 | 0 | 100011 | 100011010 | 1011 | 111100 |
Color Harmonies of #9E8EA5
Complementary color
Monochromatic Colors of #9E8EA5
Black with #9E8EA5
Text Example
Text Example
White with #9E8EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8EA5; }
p { color: rgb(158,142,165); }
H1.HeaderClassName
{
color: #9E8EA5;
}
.AnyTagClassName
{
color: #9E8EA5;
}
</style>
background-color css
<style>
a { background-color: #9E8EA5; }
a { background-color: rgb(158,142,165); }
div.DivClassName
{
background-color: #9E8EA5;
}
.BgClassName
{
background-color: #9E8EA5;
}
</style>
border-color css
<style>
span { border-color: #9E8EA5; }
span { border-color: rgb(158,142,165); }
td.TdClassName
{
border-color: #9E8EA5;
}
.TagClassName
{
border-color: #9E8EA5;
}
</style>