Shades of Amethyst Smoke #93829D
Tints of Amethyst Smoke #93829D
RGB
CMYK
RGB Variations
Color information
#93829D (or 0x93829D) is known color: Amethyst Smoke. HEX triplet: 93, 82 and 9D. RGB value is (147,130,157). Sum of RGB (Red+Green+Blue) = 147+130+157=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #93829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93829D is #6C7D62. Grayscale: #8A8A8A. Windows color (decimal): -7109987 or 10322579. OLE color: 10322579.
HSL color Cylindrical-coordinate representation of color #93829D: hue angle of 277.78º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93829D is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 130 | 157 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.38 |
| HSL | 277.78º | 0.12% | 0.56% | - |
| HSV(B) | 277.78º | 0.17% | 0.62% | - |
| XYZ | 26.1 | 24.6 | 35.27 | - |
| YUV | 138.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 157 | 0.06 | 0.17 | 0 | 0.38 | 277.78 | 0.12 | 0.56 |
| Hex | 93 | 82 | 9D | 6 | 11 | 0 | 26 | 116 | C | 38 |
| Octal | 223 | 202 | 235 | 6 | 21 | 0 | 46 | 426 | 14 | 70 |
| Binary | 10010011 | 10000010 | 10011101 | 110 | 10001 | 0 | 100110 | 100010110 | 1100 | 111000 |
Color Harmonies of #93829D
Complementary color
Monochromatic Colors of #93829D
Black with #93829D
Text Example
Text Example
White with #93829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93829D; }
p { color: rgb(147,130,157); }
H1.HeaderClassName
{
color: #93829D;
}
.AnyTagClassName
{
color: #93829D;
}
</style>
background-color css
<style>
a { background-color: #93829D; }
a { background-color: rgb(147,130,157); }
div.DivClassName
{
background-color: #93829D;
}
.BgClassName
{
background-color: #93829D;
}
</style>
border-color css
<style>
span { border-color: #93829D; }
span { border-color: rgb(147,130,157); }
td.TdClassName
{
border-color: #93829D;
}
.TagClassName
{
border-color: #93829D;
}
</style>