Shades of Amethyst Smoke #927D93
Tints of Amethyst Smoke #927D93
RGB
CMYK
RGB Variations
Color information
#927D93 (or 0x927D93) is known color: Amethyst Smoke. HEX triplet: 92, 7D and 93. RGB value is (146,125,147). Sum of RGB (Red+Green+Blue) = 146+125+147=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #927D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927D93 is #6D826C. Grayscale: #858585. Windows color (decimal): -7176813 or 9665938. OLE color: 9665938.
HSL color Cylindrical-coordinate representation of color #927D93: hue angle of 297.27º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #927D93 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 125 | 147 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.42 |
| HSL | 297.27º | 0.09% | 0.53% | - |
| HSV(B) | 297.27º | 0.15% | 0.58% | - |
| XYZ | 24.45 | 22.88 | 30.73 | - |
| YUV | 133.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 125 | 147 | 0.01 | 0.15 | 0 | 0.42 | 297.27 | 0.09 | 0.53 |
| Hex | 92 | 7D | 93 | 1 | F | 0 | 2A | 129 | 9 | 35 |
| Octal | 222 | 175 | 223 | 1 | 17 | 0 | 52 | 451 | 11 | 65 |
| Binary | 10010010 | 1111101 | 10010011 | 1 | 1111 | 0 | 101010 | 100101001 | 1001 | 110101 |
Color Harmonies of #927D93
Complementary color
Monochromatic Colors of #927D93
Black with #927D93
Text Example
Text Example
White with #927D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927D93; }
p { color: rgb(146,125,147); }
H1.HeaderClassName
{
color: #927D93;
}
.AnyTagClassName
{
color: #927D93;
}
</style>
background-color css
<style>
a { background-color: #927D93; }
a { background-color: rgb(146,125,147); }
div.DivClassName
{
background-color: #927D93;
}
.BgClassName
{
background-color: #927D93;
}
</style>
border-color css
<style>
span { border-color: #927D93; }
span { border-color: rgb(146,125,147); }
td.TdClassName
{
border-color: #927D93;
}
.TagClassName
{
border-color: #927D93;
}
</style>