Shades of Amethyst Smoke #9E95A5
Tints of Amethyst Smoke #9E95A5
RGB
CMYK
RGB Variations
Color information
#9E95A5 (or 0x9E95A5) is known color: Amethyst Smoke. HEX triplet: 9E, 95 and A5. RGB value is (158,149,165). Sum of RGB (Red+Green+Blue) = 158+149+165=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 165 - color contains mainly: blue. Hex color #9E95A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E95A5 is #616A5A. Grayscale: #999999. Windows color (decimal): -6384219 or 10851742. OLE color: 10851742.
HSL color Cylindrical-coordinate representation of color #9E95A5: hue angle of 273.75º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9E95A5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 149 | 165 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.35 |
| HSL | 273.75º | 0.08% | 0.62% | - |
| HSV(B) | 273.75º | 0.1% | 0.65% | - |
| XYZ | 31.64 | 31.48 | 40.01 | - |
| YUV | 153.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 165 | 0.04 | 0.10 | 0 | 0.35 | 273.75 | 0.08 | 0.62 |
| Hex | 9E | 95 | A5 | 4 | A | 0 | 23 | 112 | 8 | 3E |
| Octal | 236 | 225 | 245 | 4 | 12 | 0 | 43 | 422 | 10 | 76 |
| Binary | 10011110 | 10010101 | 10100101 | 100 | 1010 | 0 | 100011 | 100010010 | 1000 | 111110 |
Color Harmonies of #9E95A5
Complementary color
Monochromatic Colors of #9E95A5
Black with #9E95A5
Text Example
Text Example
White with #9E95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E95A5; }
p { color: rgb(158,149,165); }
H1.HeaderClassName
{
color: #9E95A5;
}
.AnyTagClassName
{
color: #9E95A5;
}
</style>
background-color css
<style>
a { background-color: #9E95A5; }
a { background-color: rgb(158,149,165); }
div.DivClassName
{
background-color: #9E95A5;
}
.BgClassName
{
background-color: #9E95A5;
}
</style>
border-color css
<style>
span { border-color: #9E95A5; }
span { border-color: rgb(158,149,165); }
td.TdClassName
{
border-color: #9E95A5;
}
.TagClassName
{
border-color: #9E95A5;
}
</style>