Shades of Amethyst Smoke #927D94
Tints of Amethyst Smoke #927D94
RGB
CMYK
RGB Variations
Color information
#927D94 (or 0x927D94) is known color: Amethyst Smoke. HEX triplet: 92, 7D and 94. RGB value is (146,125,148). Sum of RGB (Red+Green+Blue) = 146+125+148=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 148 - color contains mainly: blue. Hex color #927D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D94 is #6D826B. Grayscale: #858585. Windows color (decimal): -7176812 or 9731474. OLE color: 9731474.
HSL color Cylindrical-coordinate representation of color #927D94: hue angle of 294.78º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927D94 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 125 | 148 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.42 |
| HSL | 294.78º | 0.1% | 0.54% | - |
| HSV(B) | 294.78º | 0.16% | 0.58% | - |
| XYZ | 24.53 | 22.92 | 31.15 | - |
| YUV | 133.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 148 | 0.01 | 0.16 | 0 | 0.42 | 294.78 | 0.1 | 0.54 |
| Hex | 92 | 7D | 94 | 1 | 10 | 0 | 2A | 127 | A | 36 |
| Octal | 222 | 175 | 224 | 1 | 20 | 0 | 52 | 447 | 12 | 66 |
| Binary | 10010010 | 1111101 | 10010100 | 1 | 10000 | 0 | 101010 | 100100111 | 1010 | 110110 |
Color Harmonies of #927D94
Complementary color
Monochromatic Colors of #927D94
Black with #927D94
Text Example
Text Example
White with #927D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D94; }
p { color: rgb(146,125,148); }
H1.HeaderClassName
{
color: #927D94;
}
.AnyTagClassName
{
color: #927D94;
}
</style>
background-color css
<style>
a { background-color: #927D94; }
a { background-color: rgb(146,125,148); }
div.DivClassName
{
background-color: #927D94;
}
.BgClassName
{
background-color: #927D94;
}
</style>
border-color css
<style>
span { border-color: #927D94; }
span { border-color: rgb(146,125,148); }
td.TdClassName
{
border-color: #927D94;
}
.TagClassName
{
border-color: #927D94;
}
</style>