Shades of Amethyst Smoke #93869E
Tints of Amethyst Smoke #93869E
RGB
CMYK
RGB Variations
Color information
#93869E (or 0x93869E) is known color: Amethyst Smoke. HEX triplet: 93, 86 and 9E. RGB value is (147,134,158). Sum of RGB (Red+Green+Blue) = 147+134+158=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 158 - color contains mainly: blue. Hex color #93869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93869E is #6C7961. Grayscale: #8C8C8C. Windows color (decimal): -7108962 or 10389139. OLE color: 10389139.
HSL color Cylindrical-coordinate representation of color #93869E: hue angle of 272.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93869E is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 134 | 158 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.38 |
| HSL | 272.5º | 0.11% | 0.57% | - |
| HSV(B) | 272.5º | 0.15% | 0.62% | - |
| XYZ | 26.73 | 25.72 | 35.9 | - |
| YUV | 140.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 158 | 0.07 | 0.15 | 0 | 0.38 | 272.5 | 0.11 | 0.57 |
| Hex | 93 | 86 | 9E | 7 | F | 0 | 26 | 110 | B | 39 |
| Octal | 223 | 206 | 236 | 7 | 17 | 0 | 46 | 420 | 13 | 71 |
| Binary | 10010011 | 10000110 | 10011110 | 111 | 1111 | 0 | 100110 | 100010000 | 1011 | 111001 |
Color Harmonies of #93869E
Complementary color
Monochromatic Colors of #93869E
Black with #93869E
Text Example
Text Example
White with #93869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93869E; }
p { color: rgb(147,134,158); }
H1.HeaderClassName
{
color: #93869E;
}
.AnyTagClassName
{
color: #93869E;
}
</style>
background-color css
<style>
a { background-color: #93869E; }
a { background-color: rgb(147,134,158); }
div.DivClassName
{
background-color: #93869E;
}
.BgClassName
{
background-color: #93869E;
}
</style>
border-color css
<style>
span { border-color: #93869E; }
span { border-color: rgb(147,134,158); }
td.TdClassName
{
border-color: #93869E;
}
.TagClassName
{
border-color: #93869E;
}
</style>