Shades of Amethyst Smoke #9E7D9F
Tints of Amethyst Smoke #9E7D9F
RGB
CMYK
RGB Variations
Color information
#9E7D9F (or 0x9E7D9F) is known color: Amethyst Smoke. HEX triplet: 9E, 7D and 9F. RGB value is (158,125,159). Sum of RGB (Red+Green+Blue) = 158+125+159=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E7D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7D9F is #618260. Grayscale: #8A8A8A. Windows color (decimal): -6390369 or 10452382. OLE color: 10452382.
HSL color Cylindrical-coordinate representation of color #9E7D9F: hue angle of 298.24º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E7D9F is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 159 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.38 |
| HSL | 298.24º | 0.15% | 0.56% | - |
| HSV(B) | 298.24º | 0.21% | 0.62% | - |
| XYZ | 27.69 | 24.44 | 36.06 | - |
| YUV | 138.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 159 | 0.01 | 0.21 | 0 | 0.38 | 298.24 | 0.15 | 0.56 |
| Hex | 9E | 7D | 9F | 1 | 15 | 0 | 26 | 12A | F | 38 |
| Octal | 236 | 175 | 237 | 1 | 25 | 0 | 46 | 452 | 17 | 70 |
| Binary | 10011110 | 1111101 | 10011111 | 1 | 10101 | 0 | 100110 | 100101010 | 1111 | 111000 |
Color Harmonies of #9E7D9F
Complementary color
Monochromatic Colors of #9E7D9F
Black with #9E7D9F
Text Example
Text Example
White with #9E7D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D9F; }
p { color: rgb(158,125,159); }
H1.HeaderClassName
{
color: #9E7D9F;
}
.AnyTagClassName
{
color: #9E7D9F;
}
</style>
background-color css
<style>
a { background-color: #9E7D9F; }
a { background-color: rgb(158,125,159); }
div.DivClassName
{
background-color: #9E7D9F;
}
.BgClassName
{
background-color: #9E7D9F;
}
</style>
border-color css
<style>
span { border-color: #9E7D9F; }
span { border-color: rgb(158,125,159); }
td.TdClassName
{
border-color: #9E7D9F;
}
.TagClassName
{
border-color: #9E7D9F;
}
</style>