Shades of Amethyst Smoke #93859D
Tints of Amethyst Smoke #93859D
RGB
CMYK
RGB Variations
Color information
#93859D (or 0x93859D) is known color: Amethyst Smoke. HEX triplet: 93, 85 and 9D. RGB value is (147,133,157). Sum of RGB (Red+Green+Blue) = 147+133+157=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 157 - color contains mainly: blue. Hex color #93859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93859D is #6C7A62. Grayscale: #8B8B8B. Windows color (decimal): -7109219 or 10323347. OLE color: 10323347.
HSL color Cylindrical-coordinate representation of color #93859D: hue angle of 275º 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 #93859D is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 133 | 157 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.38 |
| HSL | 275º | 0.11% | 0.57% | - |
| HSV(B) | 275º | 0.15% | 0.62% | - |
| XYZ | 26.51 | 25.41 | 35.41 | - |
| YUV | 139.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 157 | 0.06 | 0.15 | 0 | 0.38 | 275 | 0.11 | 0.57 |
| Hex | 93 | 85 | 9D | 6 | F | 0 | 26 | 113 | B | 39 |
| Octal | 223 | 205 | 235 | 6 | 17 | 0 | 46 | 423 | 13 | 71 |
| Binary | 10010011 | 10000101 | 10011101 | 110 | 1111 | 0 | 100110 | 100010011 | 1011 | 111001 |
Color Harmonies of #93859D
Complementary color
Monochromatic Colors of #93859D
Black with #93859D
Text Example
Text Example
White with #93859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93859D; }
p { color: rgb(147,133,157); }
H1.HeaderClassName
{
color: #93859D;
}
.AnyTagClassName
{
color: #93859D;
}
</style>
background-color css
<style>
a { background-color: #93859D; }
a { background-color: rgb(147,133,157); }
div.DivClassName
{
background-color: #93859D;
}
.BgClassName
{
background-color: #93859D;
}
</style>
border-color css
<style>
span { border-color: #93859D; }
span { border-color: rgb(147,133,157); }
td.TdClassName
{
border-color: #93859D;
}
.TagClassName
{
border-color: #93859D;
}
</style>