Shades of Amethyst Smoke #937D99
Tints of Amethyst Smoke #937D99
RGB
CMYK
RGB Variations
Color information
#937D99 (or 0x937D99) is known color: Amethyst Smoke. HEX triplet: 93, 7D and 99. RGB value is (147,125,153). Sum of RGB (Red+Green+Blue) = 147+125+153=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #937D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937D99 is #6C8266. Grayscale: #868686. Windows color (decimal): -7111271 or 10059155. OLE color: 10059155.
HSL color Cylindrical-coordinate representation of color #937D99: hue angle of 287.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937D99 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 125 | 153 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.4 |
| HSL | 287.14º | 0.12% | 0.55% | - |
| HSV(B) | 287.14º | 0.18% | 0.6% | - |
| XYZ | 25.12 | 23.17 | 33.29 | - |
| YUV | 134.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 153 | 0.04 | 0.18 | 0 | 0.4 | 287.14 | 0.12 | 0.55 |
| Hex | 93 | 7D | 99 | 4 | 12 | 0 | 28 | 11F | C | 37 |
| Octal | 223 | 175 | 231 | 4 | 22 | 0 | 50 | 437 | 14 | 67 |
| Binary | 10010011 | 1111101 | 10011001 | 100 | 10010 | 0 | 101000 | 100011111 | 1100 | 110111 |
Color Harmonies of #937D99
Complementary color
Monochromatic Colors of #937D99
Black with #937D99
Text Example
Text Example
White with #937D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D99; }
p { color: rgb(147,125,153); }
H1.HeaderClassName
{
color: #937D99;
}
.AnyTagClassName
{
color: #937D99;
}
</style>
background-color css
<style>
a { background-color: #937D99; }
a { background-color: rgb(147,125,153); }
div.DivClassName
{
background-color: #937D99;
}
.BgClassName
{
background-color: #937D99;
}
</style>
border-color css
<style>
span { border-color: #937D99; }
span { border-color: rgb(147,125,153); }
td.TdClassName
{
border-color: #937D99;
}
.TagClassName
{
border-color: #937D99;
}
</style>