Shades of Amethyst Smoke #93819E
Tints of Amethyst Smoke #93819E
RGB
CMYK
RGB Variations
Color information
#93819E (or 0x93819E) is known color: Amethyst Smoke. HEX triplet: 93, 81 and 9E. RGB value is (147,129,158). Sum of RGB (Red+Green+Blue) = 147+129+158=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #93819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93819E is #6C7E61. Grayscale: #898989. Windows color (decimal): -7110242 or 10387859. OLE color: 10387859.
HSL color Cylindrical-coordinate representation of color #93819E: hue angle of 277.24º 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 #93819E is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 129 | 158 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.38 |
| HSL | 277.24º | 0.13% | 0.56% | - |
| HSV(B) | 277.24º | 0.18% | 0.62% | - |
| XYZ | 26.05 | 24.37 | 35.68 | - |
| YUV | 137.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 158 | 0.07 | 0.18 | 0 | 0.38 | 277.24 | 0.13 | 0.56 |
| Hex | 93 | 81 | 9E | 7 | 12 | 0 | 26 | 115 | D | 38 |
| Octal | 223 | 201 | 236 | 7 | 22 | 0 | 46 | 425 | 15 | 70 |
| Binary | 10010011 | 10000001 | 10011110 | 111 | 10010 | 0 | 100110 | 100010101 | 1101 | 111000 |
Color Harmonies of #93819E
Complementary color
Monochromatic Colors of #93819E
Black with #93819E
Text Example
Text Example
White with #93819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93819E; }
p { color: rgb(147,129,158); }
H1.HeaderClassName
{
color: #93819E;
}
.AnyTagClassName
{
color: #93819E;
}
</style>
background-color css
<style>
a { background-color: #93819E; }
a { background-color: rgb(147,129,158); }
div.DivClassName
{
background-color: #93819E;
}
.BgClassName
{
background-color: #93819E;
}
</style>
border-color css
<style>
span { border-color: #93819E; }
span { border-color: rgb(147,129,158); }
td.TdClassName
{
border-color: #93819E;
}
.TagClassName
{
border-color: #93819E;
}
</style>