Shades of Amethyst Smoke #93799C
Tints of Amethyst Smoke #93799C
RGB
CMYK
RGB Variations
Color information
#93799C (or 0x93799C) is known color: Amethyst Smoke. HEX triplet: 93, 79 and 9C. RGB value is (147,121,156). Sum of RGB (Red+Green+Blue) = 147+121+156=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #93799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93799C is #6C8663. Grayscale: #848484. Windows color (decimal): -7112292 or 10254739. OLE color: 10254739.
HSL color Cylindrical-coordinate representation of color #93799C: hue angle of 284.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93799C is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 121 | 156 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.39 |
| HSL | 284.57º | 0.15% | 0.54% | - |
| HSV(B) | 284.57º | 0.22% | 0.61% | - |
| XYZ | 24.87 | 22.28 | 34.44 | - |
| YUV | 132.76 | 141.11 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 121 | 156 | 0.06 | 0.22 | 0 | 0.39 | 284.57 | 0.15 | 0.54 |
| Hex | 93 | 79 | 9C | 6 | 16 | 0 | 27 | 11D | F | 36 |
| Octal | 223 | 171 | 234 | 6 | 26 | 0 | 47 | 435 | 17 | 66 |
| Binary | 10010011 | 1111001 | 10011100 | 110 | 10110 | 0 | 100111 | 100011101 | 1111 | 110110 |
Color Harmonies of #93799C
Complementary color
Monochromatic Colors of #93799C
Black with #93799C
Text Example
Text Example
White with #93799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93799C; }
p { color: rgb(147,121,156); }
H1.HeaderClassName
{
color: #93799C;
}
.AnyTagClassName
{
color: #93799C;
}
</style>
background-color css
<style>
a { background-color: #93799C; }
a { background-color: rgb(147,121,156); }
div.DivClassName
{
background-color: #93799C;
}
.BgClassName
{
background-color: #93799C;
}
</style>
border-color css
<style>
span { border-color: #93799C; }
span { border-color: rgb(147,121,156); }
td.TdClassName
{
border-color: #93799C;
}
.TagClassName
{
border-color: #93799C;
}
</style>