Shades of Amethyst Smoke #927C9F
Tints of Amethyst Smoke #927C9F
RGB
CMYK
RGB Variations
Color information
#927C9F (or 0x927C9F) is known color: Amethyst Smoke. HEX triplet: 92, 7C and 9F. RGB value is (146,124,159). Sum of RGB (Red+Green+Blue) = 146+124+159=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #927C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C9F is #6D8360. Grayscale: #868686. Windows color (decimal): -7177057 or 10452114. OLE color: 10452114.
HSL color Cylindrical-coordinate representation of color #927C9F: hue angle of 277.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927C9F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 124 | 159 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.38 |
| HSL | 277.71º | 0.15% | 0.55% | - |
| HSV(B) | 277.71º | 0.22% | 0.62% | - |
| XYZ | 25.32 | 23.03 | 35.91 | - |
| YUV | 134.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 159 | 0.08 | 0.22 | 0 | 0.38 | 277.71 | 0.15 | 0.55 |
| Hex | 92 | 7C | 9F | 8 | 16 | 0 | 26 | 116 | F | 37 |
| Octal | 222 | 174 | 237 | 10 | 26 | 0 | 46 | 426 | 17 | 67 |
| Binary | 10010010 | 1111100 | 10011111 | 1000 | 10110 | 0 | 100110 | 100010110 | 1111 | 110111 |
Color Harmonies of #927C9F
Complementary color
Monochromatic Colors of #927C9F
Black with #927C9F
Text Example
Text Example
White with #927C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C9F; }
p { color: rgb(146,124,159); }
H1.HeaderClassName
{
color: #927C9F;
}
.AnyTagClassName
{
color: #927C9F;
}
</style>
background-color css
<style>
a { background-color: #927C9F; }
a { background-color: rgb(146,124,159); }
div.DivClassName
{
background-color: #927C9F;
}
.BgClassName
{
background-color: #927C9F;
}
</style>
border-color css
<style>
span { border-color: #927C9F; }
span { border-color: rgb(146,124,159); }
td.TdClassName
{
border-color: #927C9F;
}
.TagClassName
{
border-color: #927C9F;
}
</style>