Shades of Amethyst Smoke #93869D
Tints of Amethyst Smoke #93869D
RGB
CMYK
RGB Variations
Color information
#93869D (or 0x93869D) is known color: Amethyst Smoke. HEX triplet: 93, 86 and 9D. RGB value is (147,134,157). Sum of RGB (Red+Green+Blue) = 147+134+157=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #93869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93869D is #6C7962. Grayscale: #8C8C8C. Windows color (decimal): -7108963 or 10323603. OLE color: 10323603.
HSL color Cylindrical-coordinate representation of color #93869D: hue angle of 273.91º 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 #93869D is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 134 | 157 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.38 |
| HSL | 273.91º | 0.11% | 0.57% | - |
| HSV(B) | 273.91º | 0.15% | 0.62% | - |
| XYZ | 26.64 | 25.69 | 35.45 | - |
| YUV | 140.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 157 | 0.06 | 0.15 | 0 | 0.38 | 273.91 | 0.11 | 0.57 |
| Hex | 93 | 86 | 9D | 6 | F | 0 | 26 | 112 | B | 39 |
| Octal | 223 | 206 | 235 | 6 | 17 | 0 | 46 | 422 | 13 | 71 |
| Binary | 10010011 | 10000110 | 10011101 | 110 | 1111 | 0 | 100110 | 100010010 | 1011 | 111001 |
Color Harmonies of #93869D
Complementary color
Monochromatic Colors of #93869D
Black with #93869D
Text Example
Text Example
White with #93869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93869D; }
p { color: rgb(147,134,157); }
H1.HeaderClassName
{
color: #93869D;
}
.AnyTagClassName
{
color: #93869D;
}
</style>
background-color css
<style>
a { background-color: #93869D; }
a { background-color: rgb(147,134,157); }
div.DivClassName
{
background-color: #93869D;
}
.BgClassName
{
background-color: #93869D;
}
</style>
border-color css
<style>
span { border-color: #93869D; }
span { border-color: rgb(147,134,157); }
td.TdClassName
{
border-color: #93869D;
}
.TagClassName
{
border-color: #93869D;
}
</style>