Shades of Amethyst Smoke #93829E
Tints of Amethyst Smoke #93829E
RGB
CMYK
RGB Variations
Color information
#93829E (or 0x93829E) is known color: Amethyst Smoke. HEX triplet: 93, 82 and 9E. RGB value is (147,130,158). Sum of RGB (Red+Green+Blue) = 147+130+158=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #93829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93829E is #6C7D61. Grayscale: #8A8A8A. Windows color (decimal): -7109986 or 10388115. OLE color: 10388115.
HSL color Cylindrical-coordinate representation of color #93829E: hue angle of 276.43º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93829E is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 130 | 158 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.38 |
| HSL | 276.43º | 0.13% | 0.56% | - |
| HSV(B) | 276.43º | 0.18% | 0.62% | - |
| XYZ | 26.19 | 24.64 | 35.72 | - |
| YUV | 138.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 158 | 0.07 | 0.18 | 0 | 0.38 | 276.43 | 0.13 | 0.56 |
| Hex | 93 | 82 | 9E | 7 | 12 | 0 | 26 | 114 | D | 38 |
| Octal | 223 | 202 | 236 | 7 | 22 | 0 | 46 | 424 | 15 | 70 |
| Binary | 10010011 | 10000010 | 10011110 | 111 | 10010 | 0 | 100110 | 100010100 | 1101 | 111000 |
Color Harmonies of #93829E
Complementary color
Monochromatic Colors of #93829E
Black with #93829E
Text Example
Text Example
White with #93829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93829E; }
p { color: rgb(147,130,158); }
H1.HeaderClassName
{
color: #93829E;
}
.AnyTagClassName
{
color: #93829E;
}
</style>
background-color css
<style>
a { background-color: #93829E; }
a { background-color: rgb(147,130,158); }
div.DivClassName
{
background-color: #93829E;
}
.BgClassName
{
background-color: #93829E;
}
</style>
border-color css
<style>
span { border-color: #93829E; }
span { border-color: rgb(147,130,158); }
td.TdClassName
{
border-color: #93829E;
}
.TagClassName
{
border-color: #93829E;
}
</style>