Shades of Amethyst Smoke #93789C
Tints of Amethyst Smoke #93789C
RGB
CMYK
RGB Variations
Color information
#93789C (or 0x93789C) is known color: Amethyst Smoke. HEX triplet: 93, 78 and 9C. RGB value is (147,120,156). Sum of RGB (Red+Green+Blue) = 147+120+156=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #93789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93789C is #6C8763. Grayscale: #848484. Windows color (decimal): -7112548 or 10254483. OLE color: 10254483.
HSL color Cylindrical-coordinate representation of color #93789C: hue angle of 285º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93789C is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 120 | 156 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.39 |
| HSL | 285º | 0.15% | 0.54% | - |
| HSV(B) | 285º | 0.23% | 0.61% | - |
| XYZ | 24.75 | 22.04 | 34.4 | - |
| YUV | 132.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 156 | 0.06 | 0.23 | 0 | 0.39 | 285 | 0.15 | 0.54 |
| Hex | 93 | 78 | 9C | 6 | 17 | 0 | 27 | 11D | F | 36 |
| Octal | 223 | 170 | 234 | 6 | 27 | 0 | 47 | 435 | 17 | 66 |
| Binary | 10010011 | 1111000 | 10011100 | 110 | 10111 | 0 | 100111 | 100011101 | 1111 | 110110 |
Color Harmonies of #93789C
Complementary color
Monochromatic Colors of #93789C
Black with #93789C
Text Example
Text Example
White with #93789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93789C; }
p { color: rgb(147,120,156); }
H1.HeaderClassName
{
color: #93789C;
}
.AnyTagClassName
{
color: #93789C;
}
</style>
background-color css
<style>
a { background-color: #93789C; }
a { background-color: rgb(147,120,156); }
div.DivClassName
{
background-color: #93789C;
}
.BgClassName
{
background-color: #93789C;
}
</style>
border-color css
<style>
span { border-color: #93789C; }
span { border-color: rgb(147,120,156); }
td.TdClassName
{
border-color: #93789C;
}
.TagClassName
{
border-color: #93789C;
}
</style>