Shades of Amethyst Smoke #93899B
Tints of Amethyst Smoke #93899B
RGB
CMYK
RGB Variations
Color information
#93899B (or 0x93899B) is known color: Amethyst Smoke. HEX triplet: 93, 89 and 9B. RGB value is (147,137,155). Sum of RGB (Red+Green+Blue) = 147+137+155=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #93899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93899B is #6C7664. Grayscale: #8D8D8D. Windows color (decimal): -7108197 or 10193299. OLE color: 10193299.
HSL color Cylindrical-coordinate representation of color #93899B: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93899B is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 137 | 155 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.39 |
| HSL | 273.33º | 0.08% | 0.57% | - |
| HSV(B) | 273.33º | 0.12% | 0.61% | - |
| XYZ | 26.89 | 26.46 | 34.7 | - |
| YUV | 142.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 155 | 0.05 | 0.12 | 0 | 0.39 | 273.33 | 0.08 | 0.57 |
| Hex | 93 | 89 | 9B | 5 | C | 0 | 27 | 111 | 8 | 39 |
| Octal | 223 | 211 | 233 | 5 | 14 | 0 | 47 | 421 | 10 | 71 |
| Binary | 10010011 | 10001001 | 10011011 | 101 | 1100 | 0 | 100111 | 100010001 | 1000 | 111001 |
Color Harmonies of #93899B
Complementary color
Monochromatic Colors of #93899B
Black with #93899B
Text Example
Text Example
White with #93899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93899B; }
p { color: rgb(147,137,155); }
H1.HeaderClassName
{
color: #93899B;
}
.AnyTagClassName
{
color: #93899B;
}
</style>
background-color css
<style>
a { background-color: #93899B; }
a { background-color: rgb(147,137,155); }
div.DivClassName
{
background-color: #93899B;
}
.BgClassName
{
background-color: #93899B;
}
</style>
border-color css
<style>
span { border-color: #93899B; }
span { border-color: rgb(147,137,155); }
td.TdClassName
{
border-color: #93899B;
}
.TagClassName
{
border-color: #93899B;
}
</style>