Shades of Amethyst Smoke #937D9A
Tints of Amethyst Smoke #937D9A
RGB
CMYK
RGB Variations
Color information
#937D9A (or 0x937D9A) is known color: Amethyst Smoke. HEX triplet: 93, 7D and 9A. RGB value is (147,125,154). Sum of RGB (Red+Green+Blue) = 147+125+154=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 154 - color contains mainly: blue. Hex color #937D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D9A is #6C8265. Grayscale: #868686. Windows color (decimal): -7111270 or 10124691. OLE color: 10124691.
HSL color Cylindrical-coordinate representation of color #937D9A: hue angle of 285.52º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #937D9A is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 125 | 154 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.40 |
| HSL | 285.52º | 0.13% | 0.55% | - |
| HSV(B) | 285.52º | 0.19% | 0.6% | - |
| XYZ | 25.2 | 23.2 | 33.72 | - |
| YUV | 134.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 154 | 0.05 | 0.19 | 0 | 0.40 | 285.52 | 0.13 | 0.55 |
| Hex | 93 | 7D | 9A | 5 | 13 | 0 | 28 | 11E | D | 37 |
| Octal | 223 | 175 | 232 | 5 | 23 | 0 | 50 | 436 | 15 | 67 |
| Binary | 10010011 | 1111101 | 10011010 | 101 | 10011 | 0 | 101000 | 100011110 | 1101 | 110111 |
Color Harmonies of #937D9A
Complementary color
Monochromatic Colors of #937D9A
Black with #937D9A
Text Example
Text Example
White with #937D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D9A; }
p { color: rgb(147,125,154); }
H1.HeaderClassName
{
color: #937D9A;
}
.AnyTagClassName
{
color: #937D9A;
}
</style>
background-color css
<style>
a { background-color: #937D9A; }
a { background-color: rgb(147,125,154); }
div.DivClassName
{
background-color: #937D9A;
}
.BgClassName
{
background-color: #937D9A;
}
</style>
border-color css
<style>
span { border-color: #937D9A; }
span { border-color: rgb(147,125,154); }
td.TdClassName
{
border-color: #937D9A;
}
.TagClassName
{
border-color: #937D9A;
}
</style>