Shades of Amethyst Smoke #92799D
Tints of Amethyst Smoke #92799D
RGB
CMYK
RGB Variations
Color information
#92799D (or 0x92799D) is known color: Amethyst Smoke. HEX triplet: 92, 79 and 9D. RGB value is (146,121,157). Sum of RGB (Red+Green+Blue) = 146+121+157=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #92799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92799D is #6D8662. Grayscale: #848484. Windows color (decimal): -7177827 or 10320274. OLE color: 10320274.
HSL color Cylindrical-coordinate representation of color #92799D: hue angle of 281.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92799D is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 121 | 157 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.38 |
| HSL | 281.67º | 0.16% | 0.55% | - |
| HSV(B) | 281.67º | 0.23% | 0.62% | - |
| XYZ | 24.78 | 22.22 | 34.88 | - |
| YUV | 132.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 121 | 157 | 0.07 | 0.23 | 0 | 0.38 | 281.67 | 0.16 | 0.55 |
| Hex | 92 | 79 | 9D | 7 | 17 | 0 | 26 | 11A | 10 | 37 |
| Octal | 222 | 171 | 235 | 7 | 27 | 0 | 46 | 432 | 20 | 67 |
| Binary | 10010010 | 1111001 | 10011101 | 111 | 10111 | 0 | 100110 | 100011010 | 10000 | 110111 |
Color Harmonies of #92799D
Complementary color
Monochromatic Colors of #92799D
Black with #92799D
Text Example
Text Example
White with #92799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92799D; }
p { color: rgb(146,121,157); }
H1.HeaderClassName
{
color: #92799D;
}
.AnyTagClassName
{
color: #92799D;
}
</style>
background-color css
<style>
a { background-color: #92799D; }
a { background-color: rgb(146,121,157); }
div.DivClassName
{
background-color: #92799D;
}
.BgClassName
{
background-color: #92799D;
}
</style>
border-color css
<style>
span { border-color: #92799D; }
span { border-color: rgb(146,121,157); }
td.TdClassName
{
border-color: #92799D;
}
.TagClassName
{
border-color: #92799D;
}
</style>