Shades of Amethyst Smoke #93879D
Tints of Amethyst Smoke #93879D
RGB
CMYK
RGB Variations
Color information
#93879D (or 0x93879D) is known color: Amethyst Smoke. HEX triplet: 93, 87 and 9D. RGB value is (147,135,157). Sum of RGB (Red+Green+Blue) = 147+135+157=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #93879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93879D is #6C7862. Grayscale: #8D8D8D. Windows color (decimal): -7108707 or 10323859. OLE color: 10323859.
HSL color Cylindrical-coordinate representation of color #93879D: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93879D is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 135 | 157 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.38 |
| HSL | 272.73º | 0.1% | 0.57% | - |
| HSV(B) | 272.73º | 0.14% | 0.62% | - |
| XYZ | 26.78 | 25.97 | 35.5 | - |
| YUV | 141.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 157 | 0.06 | 0.14 | 0 | 0.38 | 272.73 | 0.1 | 0.57 |
| Hex | 93 | 87 | 9D | 6 | E | 0 | 26 | 111 | A | 39 |
| Octal | 223 | 207 | 235 | 6 | 16 | 0 | 46 | 421 | 12 | 71 |
| Binary | 10010011 | 10000111 | 10011101 | 110 | 1110 | 0 | 100110 | 100010001 | 1010 | 111001 |
Color Harmonies of #93879D
Complementary color
Monochromatic Colors of #93879D
Black with #93879D
Text Example
Text Example
White with #93879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93879D; }
p { color: rgb(147,135,157); }
H1.HeaderClassName
{
color: #93879D;
}
.AnyTagClassName
{
color: #93879D;
}
</style>
background-color css
<style>
a { background-color: #93879D; }
a { background-color: rgb(147,135,157); }
div.DivClassName
{
background-color: #93879D;
}
.BgClassName
{
background-color: #93879D;
}
</style>
border-color css
<style>
span { border-color: #93879D; }
span { border-color: rgb(147,135,157); }
td.TdClassName
{
border-color: #93879D;
}
.TagClassName
{
border-color: #93879D;
}
</style>