Shades of Amethyst Smoke #93849A
Tints of Amethyst Smoke #93849A
RGB
CMYK
RGB Variations
Color information
#93849A (or 0x93849A) is known color: Amethyst Smoke. HEX triplet: 93, 84 and 9A. RGB value is (147,132,154). Sum of RGB (Red+Green+Blue) = 147+132+154=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 154 - color contains mainly: blue. Hex color #93849A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93849A is #6C7B65. Grayscale: #8A8A8A. Windows color (decimal): -7109478 or 10126483. OLE color: 10126483.
HSL color Cylindrical-coordinate representation of color #93849A: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93849A is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 132 | 154 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.40 |
| HSL | 280.91º | 0.1% | 0.56% | - |
| HSV(B) | 280.91º | 0.14% | 0.6% | - |
| XYZ | 26.12 | 25.04 | 34.03 | - |
| YUV | 138.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 154 | 0.05 | 0.14 | 0 | 0.40 | 280.91 | 0.1 | 0.56 |
| Hex | 93 | 84 | 9A | 5 | E | 0 | 28 | 119 | A | 38 |
| Octal | 223 | 204 | 232 | 5 | 16 | 0 | 50 | 431 | 12 | 70 |
| Binary | 10010011 | 10000100 | 10011010 | 101 | 1110 | 0 | 101000 | 100011001 | 1010 | 111000 |
Color Harmonies of #93849A
Complementary color
Monochromatic Colors of #93849A
Black with #93849A
Text Example
Text Example
White with #93849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93849A; }
p { color: rgb(147,132,154); }
H1.HeaderClassName
{
color: #93849A;
}
.AnyTagClassName
{
color: #93849A;
}
</style>
background-color css
<style>
a { background-color: #93849A; }
a { background-color: rgb(147,132,154); }
div.DivClassName
{
background-color: #93849A;
}
.BgClassName
{
background-color: #93849A;
}
</style>
border-color css
<style>
span { border-color: #93849A; }
span { border-color: rgb(147,132,154); }
td.TdClassName
{
border-color: #93849A;
}
.TagClassName
{
border-color: #93849A;
}
</style>