Shades of Amethyst Smoke #93789B
Tints of Amethyst Smoke #93789B
RGB
CMYK
RGB Variations
Color information
#93789B (or 0x93789B) is known color: Amethyst Smoke. HEX triplet: 93, 78 and 9B. RGB value is (147,120,155). Sum of RGB (Red+Green+Blue) = 147+120+155=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 155 - color contains mainly: blue. Hex color #93789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93789B is #6C8764. Grayscale: #838383. Windows color (decimal): -7112549 or 10188947. OLE color: 10188947.
HSL color Cylindrical-coordinate representation of color #93789B: hue angle of 286.29º 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 #93789B is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 120 | 155 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.39 |
| HSL | 286.29º | 0.15% | 0.54% | - |
| HSV(B) | 286.29º | 0.23% | 0.61% | - |
| XYZ | 24.67 | 22 | 33.96 | - |
| YUV | 132.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 155 | 0.05 | 0.23 | 0 | 0.39 | 286.29 | 0.15 | 0.54 |
| Hex | 93 | 78 | 9B | 5 | 17 | 0 | 27 | 11E | F | 36 |
| Octal | 223 | 170 | 233 | 5 | 27 | 0 | 47 | 436 | 17 | 66 |
| Binary | 10010011 | 1111000 | 10011011 | 101 | 10111 | 0 | 100111 | 100011110 | 1111 | 110110 |
Color Harmonies of #93789B
Complementary color
Monochromatic Colors of #93789B
Black with #93789B
Text Example
Text Example
White with #93789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93789B; }
p { color: rgb(147,120,155); }
H1.HeaderClassName
{
color: #93789B;
}
.AnyTagClassName
{
color: #93789B;
}
</style>
background-color css
<style>
a { background-color: #93789B; }
a { background-color: rgb(147,120,155); }
div.DivClassName
{
background-color: #93789B;
}
.BgClassName
{
background-color: #93789B;
}
</style>
border-color css
<style>
span { border-color: #93789B; }
span { border-color: rgb(147,120,155); }
td.TdClassName
{
border-color: #93789B;
}
.TagClassName
{
border-color: #93789B;
}
</style>