Shades of Amethyst Smoke #93879C
Tints of Amethyst Smoke #93879C
RGB
CMYK
RGB Variations
Color information
#93879C (or 0x93879C) is known color: Amethyst Smoke. HEX triplet: 93, 87 and 9C. RGB value is (147,135,156). Sum of RGB (Red+Green+Blue) = 147+135+156=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #93879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93879C is #6C7863. Grayscale: #8C8C8C. Windows color (decimal): -7108708 or 10258323. OLE color: 10258323.
HSL color Cylindrical-coordinate representation of color #93879C: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #93879C is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 135 | 156 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.39 |
| HSL | 274.29º | 0.1% | 0.57% | - |
| HSV(B) | 274.29º | 0.13% | 0.61% | - |
| XYZ | 26.7 | 25.93 | 35.05 | - |
| YUV | 140.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 156 | 0.06 | 0.13 | 0 | 0.39 | 274.29 | 0.1 | 0.57 |
| Hex | 93 | 87 | 9C | 6 | D | 0 | 27 | 112 | A | 39 |
| Octal | 223 | 207 | 234 | 6 | 15 | 0 | 47 | 422 | 12 | 71 |
| Binary | 10010011 | 10000111 | 10011100 | 110 | 1101 | 0 | 100111 | 100010010 | 1010 | 111001 |
Color Harmonies of #93879C
Complementary color
Monochromatic Colors of #93879C
Black with #93879C
Text Example
Text Example
White with #93879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93879C; }
p { color: rgb(147,135,156); }
H1.HeaderClassName
{
color: #93879C;
}
.AnyTagClassName
{
color: #93879C;
}
</style>
background-color css
<style>
a { background-color: #93879C; }
a { background-color: rgb(147,135,156); }
div.DivClassName
{
background-color: #93879C;
}
.BgClassName
{
background-color: #93879C;
}
</style>
border-color css
<style>
span { border-color: #93879C; }
span { border-color: rgb(147,135,156); }
td.TdClassName
{
border-color: #93879C;
}
.TagClassName
{
border-color: #93879C;
}
</style>