Shades of Amethyst Smoke #937999
Tints of Amethyst Smoke #937999
RGB
CMYK
RGB Variations
Color information
#937999 (or 0x937999) is known color: Amethyst Smoke. HEX triplet: 93, 79 and 99. RGB value is (147,121,153). Sum of RGB (Red+Green+Blue) = 147+121+153=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #937999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937999 is #6C8666. Grayscale: #848484. Windows color (decimal): -7112295 or 10058131. OLE color: 10058131.
HSL color Cylindrical-coordinate representation of color #937999: hue angle of 288.75º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #937999 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 121 | 153 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.4 |
| HSL | 288.75º | 0.14% | 0.54% | - |
| HSV(B) | 288.75º | 0.21% | 0.6% | - |
| XYZ | 24.62 | 22.18 | 33.12 | - |
| YUV | 132.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 153 | 0.04 | 0.21 | 0 | 0.4 | 288.75 | 0.14 | 0.54 |
| Hex | 93 | 79 | 99 | 4 | 15 | 0 | 28 | 121 | E | 36 |
| Octal | 223 | 171 | 231 | 4 | 25 | 0 | 50 | 441 | 16 | 66 |
| Binary | 10010011 | 1111001 | 10011001 | 100 | 10101 | 0 | 101000 | 100100001 | 1110 | 110110 |
Color Harmonies of #937999
Complementary color
Monochromatic Colors of #937999
Black with #937999
Text Example
Text Example
White with #937999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937999; }
p { color: rgb(147,121,153); }
H1.HeaderClassName
{
color: #937999;
}
.AnyTagClassName
{
color: #937999;
}
</style>
background-color css
<style>
a { background-color: #937999; }
a { background-color: rgb(147,121,153); }
div.DivClassName
{
background-color: #937999;
}
.BgClassName
{
background-color: #937999;
}
</style>
border-color css
<style>
span { border-color: #937999; }
span { border-color: rgb(147,121,153); }
td.TdClassName
{
border-color: #937999;
}
.TagClassName
{
border-color: #937999;
}
</style>