Shades of Amethyst Smoke #927696
Tints of Amethyst Smoke #927696
RGB
CMYK
RGB Variations
Color information
#927696 (or 0x927696) is known color: Amethyst Smoke. HEX triplet: 92, 76 and 96. RGB value is (146,118,150). Sum of RGB (Red+Green+Blue) = 146+118+150=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 150 - color contains mainly: blue. Hex color #927696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927696 is #6D8969. Grayscale: #818181. Windows color (decimal): -7178602 or 9860754. OLE color: 9860754.
HSL color Cylindrical-coordinate representation of color #927696: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #927696 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 118 | 150 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.41 |
| HSL | 292.5º | 0.13% | 0.53% | - |
| HSV(B) | 292.5º | 0.21% | 0.59% | - |
| XYZ | 23.84 | 21.27 | 31.7 | - |
| YUV | 130.02 | 139.28 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 118 | 150 | 0.03 | 0.21 | 0 | 0.41 | 292.5 | 0.13 | 0.53 |
| Hex | 92 | 76 | 96 | 3 | 15 | 0 | 29 | 124 | D | 35 |
| Octal | 222 | 166 | 226 | 3 | 25 | 0 | 51 | 444 | 15 | 65 |
| Binary | 10010010 | 1110110 | 10010110 | 11 | 10101 | 0 | 101001 | 100100100 | 1101 | 110101 |
Color Harmonies of #927696
Complementary color
Monochromatic Colors of #927696
Black with #927696
Text Example
Text Example
White with #927696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927696; }
p { color: rgb(146,118,150); }
H1.HeaderClassName
{
color: #927696;
}
.AnyTagClassName
{
color: #927696;
}
</style>
background-color css
<style>
a { background-color: #927696; }
a { background-color: rgb(146,118,150); }
div.DivClassName
{
background-color: #927696;
}
.BgClassName
{
background-color: #927696;
}
</style>
border-color css
<style>
span { border-color: #927696; }
span { border-color: rgb(146,118,150); }
td.TdClassName
{
border-color: #927696;
}
.TagClassName
{
border-color: #927696;
}
</style>