Shades of Amethyst Smoke #927C94
Tints of Amethyst Smoke #927C94
RGB
CMYK
RGB Variations
Color information
#927C94 (or 0x927C94) is known color: Amethyst Smoke. HEX triplet: 92, 7C and 94. RGB value is (146,124,148). Sum of RGB (Red+Green+Blue) = 146+124+148=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 148 - color contains mainly: blue. Hex color #927C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927C94 is #6D836B. Grayscale: #858585. Windows color (decimal): -7177068 or 9731218. OLE color: 9731218.
HSL color Cylindrical-coordinate representation of color #927C94: hue angle of 295º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #927C94 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 124 | 148 | - |
| CMYK | 0.01 | 0.16 | 0 | 0.42 |
| HSL | 295º | 0.1% | 0.53% | - |
| HSV(B) | 295º | 0.16% | 0.58% | - |
| XYZ | 24.41 | 22.66 | 31.11 | - |
| YUV | 133.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 148 | 0.01 | 0.16 | 0 | 0.42 | 295 | 0.1 | 0.53 |
| Hex | 92 | 7C | 94 | 1 | 10 | 0 | 2A | 127 | A | 35 |
| Octal | 222 | 174 | 224 | 1 | 20 | 0 | 52 | 447 | 12 | 65 |
| Binary | 10010010 | 1111100 | 10010100 | 1 | 10000 | 0 | 101010 | 100100111 | 1010 | 110101 |
Color Harmonies of #927C94
Complementary color
Monochromatic Colors of #927C94
Black with #927C94
Text Example
Text Example
White with #927C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C94; }
p { color: rgb(146,124,148); }
H1.HeaderClassName
{
color: #927C94;
}
.AnyTagClassName
{
color: #927C94;
}
</style>
background-color css
<style>
a { background-color: #927C94; }
a { background-color: rgb(146,124,148); }
div.DivClassName
{
background-color: #927C94;
}
.BgClassName
{
background-color: #927C94;
}
</style>
border-color css
<style>
span { border-color: #927C94; }
span { border-color: rgb(146,124,148); }
td.TdClassName
{
border-color: #927C94;
}
.TagClassName
{
border-color: #927C94;
}
</style>