Shades of Amethyst Smoke #92849F
Tints of Amethyst Smoke #92849F
RGB
CMYK
RGB Variations
Color information
#92849F (or 0x92849F) is known color: Amethyst Smoke. HEX triplet: 92, 84 and 9F. RGB value is (146,132,159). Sum of RGB (Red+Green+Blue) = 146+132+159=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #92849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92849F is #6D7B60. Grayscale: #8B8B8B. Windows color (decimal): -7175009 or 10454162. OLE color: 10454162.
HSL color Cylindrical-coordinate representation of color #92849F: hue angle of 271.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92849F is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 132 | 159 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.38 |
| HSL | 271.11º | 0.12% | 0.57% | - |
| HSV(B) | 271.11º | 0.17% | 0.62% | - |
| XYZ | 26.36 | 25.12 | 36.26 | - |
| YUV | 139.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 159 | 0.08 | 0.17 | 0 | 0.38 | 271.11 | 0.12 | 0.57 |
| Hex | 92 | 84 | 9F | 8 | 11 | 0 | 26 | 10F | C | 39 |
| Octal | 222 | 204 | 237 | 10 | 21 | 0 | 46 | 417 | 14 | 71 |
| Binary | 10010010 | 10000100 | 10011111 | 1000 | 10001 | 0 | 100110 | 100001111 | 1100 | 111001 |
Color Harmonies of #92849F
Complementary color
Monochromatic Colors of #92849F
Black with #92849F
Text Example
Text Example
White with #92849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92849F; }
p { color: rgb(146,132,159); }
H1.HeaderClassName
{
color: #92849F;
}
.AnyTagClassName
{
color: #92849F;
}
</style>
background-color css
<style>
a { background-color: #92849F; }
a { background-color: rgb(146,132,159); }
div.DivClassName
{
background-color: #92849F;
}
.BgClassName
{
background-color: #92849F;
}
</style>
border-color css
<style>
span { border-color: #92849F; }
span { border-color: rgb(146,132,159); }
td.TdClassName
{
border-color: #92849F;
}
.TagClassName
{
border-color: #92849F;
}
</style>