Shades of Amethyst Smoke #93889F
Tints of Amethyst Smoke #93889F
RGB
CMYK
RGB Variations
Color information
#93889F (or 0x93889F) is known color: Amethyst Smoke. HEX triplet: 93, 88 and 9F. RGB value is (147,136,159). Sum of RGB (Red+Green+Blue) = 147+136+159=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 159 - color contains mainly: blue. Hex color #93889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93889F is #6C7760. Grayscale: #8D8D8D. Windows color (decimal): -7108449 or 10455187. OLE color: 10455187.
HSL color Cylindrical-coordinate representation of color #93889F: hue angle of 268.7º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93889F is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 136 | 159 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.38 |
| HSL | 268.7º | 0.11% | 0.58% | - |
| HSV(B) | 268.7º | 0.14% | 0.62% | - |
| XYZ | 27.09 | 26.31 | 36.45 | - |
| YUV | 141.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 159 | 0.08 | 0.14 | 0 | 0.38 | 268.7 | 0.11 | 0.58 |
| Hex | 93 | 88 | 9F | 8 | E | 0 | 26 | 10D | B | 3A |
| Octal | 223 | 210 | 237 | 10 | 16 | 0 | 46 | 415 | 13 | 72 |
| Binary | 10010011 | 10001000 | 10011111 | 1000 | 1110 | 0 | 100110 | 100001101 | 1011 | 111010 |
Color Harmonies of #93889F
Complementary color
Monochromatic Colors of #93889F
Black with #93889F
Text Example
Text Example
White with #93889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93889F; }
p { color: rgb(147,136,159); }
H1.HeaderClassName
{
color: #93889F;
}
.AnyTagClassName
{
color: #93889F;
}
</style>
background-color css
<style>
a { background-color: #93889F; }
a { background-color: rgb(147,136,159); }
div.DivClassName
{
background-color: #93889F;
}
.BgClassName
{
background-color: #93889F;
}
</style>
border-color css
<style>
span { border-color: #93889F; }
span { border-color: rgb(147,136,159); }
td.TdClassName
{
border-color: #93889F;
}
.TagClassName
{
border-color: #93889F;
}
</style>