Shades of Amethyst Smoke #927A9D
Tints of Amethyst Smoke #927A9D
RGB
CMYK
RGB Variations
Color information
#927A9D (or 0x927A9D) is known color: Amethyst Smoke. HEX triplet: 92, 7A and 9D. RGB value is (146,122,157). Sum of RGB (Red+Green+Blue) = 146+122+157=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #927A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927A9D is #6D8562. Grayscale: #858585. Windows color (decimal): -7177571 or 10320530. OLE color: 10320530.
HSL color Cylindrical-coordinate representation of color #927A9D: hue angle of 281.14º 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 #927A9D is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 122 | 157 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.38 |
| HSL | 281.14º | 0.15% | 0.55% | - |
| HSV(B) | 281.14º | 0.22% | 0.62% | - |
| XYZ | 24.9 | 22.46 | 34.92 | - |
| YUV | 133.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 157 | 0.07 | 0.22 | 0 | 0.38 | 281.14 | 0.15 | 0.55 |
| Hex | 92 | 7A | 9D | 7 | 16 | 0 | 26 | 119 | F | 37 |
| Octal | 222 | 172 | 235 | 7 | 26 | 0 | 46 | 431 | 17 | 67 |
| Binary | 10010010 | 1111010 | 10011101 | 111 | 10110 | 0 | 100110 | 100011001 | 1111 | 110111 |
Color Harmonies of #927A9D
Complementary color
Monochromatic Colors of #927A9D
Black with #927A9D
Text Example
Text Example
White with #927A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A9D; }
p { color: rgb(146,122,157); }
H1.HeaderClassName
{
color: #927A9D;
}
.AnyTagClassName
{
color: #927A9D;
}
</style>
background-color css
<style>
a { background-color: #927A9D; }
a { background-color: rgb(146,122,157); }
div.DivClassName
{
background-color: #927A9D;
}
.BgClassName
{
background-color: #927A9D;
}
</style>
border-color css
<style>
span { border-color: #927A9D; }
span { border-color: rgb(146,122,157); }
td.TdClassName
{
border-color: #927A9D;
}
.TagClassName
{
border-color: #927A9D;
}
</style>