Shades of Amethyst Smoke #937D9E
Tints of Amethyst Smoke #937D9E
RGB
CMYK
RGB Variations
Color information
#937D9E (or 0x937D9E) is known color: Amethyst Smoke. HEX triplet: 93, 7D and 9E. RGB value is (147,125,158). Sum of RGB (Red+Green+Blue) = 147+125+158=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #937D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D9E is #6C8261. Grayscale: #878787. Windows color (decimal): -7111266 or 10386835. OLE color: 10386835.
HSL color Cylindrical-coordinate representation of color #937D9E: hue angle of 280º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #937D9E is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 125 | 158 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.38 |
| HSL | 280º | 0.15% | 0.55% | - |
| HSV(B) | 280º | 0.21% | 0.62% | - |
| XYZ | 25.54 | 23.34 | 35.51 | - |
| YUV | 135.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 158 | 0.07 | 0.21 | 0 | 0.38 | 280 | 0.15 | 0.55 |
| Hex | 93 | 7D | 9E | 7 | 15 | 0 | 26 | 118 | F | 37 |
| Octal | 223 | 175 | 236 | 7 | 25 | 0 | 46 | 430 | 17 | 67 |
| Binary | 10010011 | 1111101 | 10011110 | 111 | 10101 | 0 | 100110 | 100011000 | 1111 | 110111 |
Color Harmonies of #937D9E
Complementary color
Monochromatic Colors of #937D9E
Black with #937D9E
Text Example
Text Example
White with #937D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D9E; }
p { color: rgb(147,125,158); }
H1.HeaderClassName
{
color: #937D9E;
}
.AnyTagClassName
{
color: #937D9E;
}
</style>
background-color css
<style>
a { background-color: #937D9E; }
a { background-color: rgb(147,125,158); }
div.DivClassName
{
background-color: #937D9E;
}
.BgClassName
{
background-color: #937D9E;
}
</style>
border-color css
<style>
span { border-color: #937D9E; }
span { border-color: rgb(147,125,158); }
td.TdClassName
{
border-color: #937D9E;
}
.TagClassName
{
border-color: #937D9E;
}
</style>