Shades of Amethyst Smoke #9D7F9E
Tints of Amethyst Smoke #9D7F9E
RGB
CMYK
RGB Variations
Color information
#9D7F9E (or 0x9D7F9E) is known color: Amethyst Smoke. HEX triplet: 9D, 7F and 9E. RGB value is (157,127,158). Sum of RGB (Red+Green+Blue) = 157+127+158=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D7F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7F9E is #628061. Grayscale: #8B8B8B. Windows color (decimal): -6455394 or 10387357. OLE color: 10387357.
HSL color Cylindrical-coordinate representation of color #9D7F9E: hue angle of 298.06º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D7F9E is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 127 | 158 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.38 |
| HSL | 298.06º | 0.14% | 0.56% | - |
| HSV(B) | 298.06º | 0.2% | 0.62% | - |
| XYZ | 27.67 | 24.82 | 35.68 | - |
| YUV | 139.5 | 138.44 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 127 | 158 | 0.01 | 0.20 | 0 | 0.38 | 298.06 | 0.14 | 0.56 |
| Hex | 9D | 7F | 9E | 1 | 14 | 0 | 26 | 12A | E | 38 |
| Octal | 235 | 177 | 236 | 1 | 24 | 0 | 46 | 452 | 16 | 70 |
| Binary | 10011101 | 1111111 | 10011110 | 1 | 10100 | 0 | 100110 | 100101010 | 1110 | 111000 |
Color Harmonies of #9D7F9E
Complementary color
Monochromatic Colors of #9D7F9E
Black with #9D7F9E
Text Example
Text Example
White with #9D7F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7F9E; }
p { color: rgb(157,127,158); }
H1.HeaderClassName
{
color: #9D7F9E;
}
.AnyTagClassName
{
color: #9D7F9E;
}
</style>
background-color css
<style>
a { background-color: #9D7F9E; }
a { background-color: rgb(157,127,158); }
div.DivClassName
{
background-color: #9D7F9E;
}
.BgClassName
{
background-color: #9D7F9E;
}
</style>
border-color css
<style>
span { border-color: #9D7F9E; }
span { border-color: rgb(157,127,158); }
td.TdClassName
{
border-color: #9D7F9E;
}
.TagClassName
{
border-color: #9D7F9E;
}
</style>