Shades of Amethyst Smoke #93839F
Tints of Amethyst Smoke #93839F
RGB
CMYK
RGB Variations
Color information
#93839F (or 0x93839F) is known color: Amethyst Smoke. HEX triplet: 93, 83 and 9F. RGB value is (147,131,159). Sum of RGB (Red+Green+Blue) = 147+131+159=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #93839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93839F is #6C7C60. Grayscale: #8A8A8A. Windows color (decimal): -7109729 or 10453907. OLE color: 10453907.
HSL color Cylindrical-coordinate representation of color #93839F: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93839F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 131 | 159 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.38 |
| HSL | 274.29º | 0.13% | 0.57% | - |
| HSV(B) | 274.29º | 0.18% | 0.62% | - |
| XYZ | 26.41 | 24.94 | 36.22 | - |
| YUV | 138.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 159 | 0.08 | 0.18 | 0 | 0.38 | 274.29 | 0.13 | 0.57 |
| Hex | 93 | 83 | 9F | 8 | 12 | 0 | 26 | 112 | D | 39 |
| Octal | 223 | 203 | 237 | 10 | 22 | 0 | 46 | 422 | 15 | 71 |
| Binary | 10010011 | 10000011 | 10011111 | 1000 | 10010 | 0 | 100110 | 100010010 | 1101 | 111001 |
Color Harmonies of #93839F
Complementary color
Monochromatic Colors of #93839F
Black with #93839F
Text Example
Text Example
White with #93839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93839F; }
p { color: rgb(147,131,159); }
H1.HeaderClassName
{
color: #93839F;
}
.AnyTagClassName
{
color: #93839F;
}
</style>
background-color css
<style>
a { background-color: #93839F; }
a { background-color: rgb(147,131,159); }
div.DivClassName
{
background-color: #93839F;
}
.BgClassName
{
background-color: #93839F;
}
</style>
border-color css
<style>
span { border-color: #93839F; }
span { border-color: rgb(147,131,159); }
td.TdClassName
{
border-color: #93839F;
}
.TagClassName
{
border-color: #93839F;
}
</style>