Shades of Amethyst Smoke #92839F
Tints of Amethyst Smoke #92839F
RGB
CMYK
RGB Variations
Color information
#92839F (or 0x92839F) is known color: Amethyst Smoke. HEX triplet: 92, 83 and 9F. RGB value is (146,131,159). Sum of RGB (Red+Green+Blue) = 146+131+159=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: blue. Hex color #92839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92839F is #6D7C60. Grayscale: #8A8A8A. Windows color (decimal): -7175265 or 10453906. OLE color: 10453906.
HSL color Cylindrical-coordinate representation of color #92839F: hue angle of 272.14º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92839F is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 131 | 159 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.38 |
| HSL | 272.14º | 0.13% | 0.57% | - |
| HSV(B) | 272.14º | 0.18% | 0.62% | - |
| XYZ | 26.23 | 24.85 | 36.21 | - |
| YUV | 138.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 159 | 0.08 | 0.18 | 0 | 0.38 | 272.14 | 0.13 | 0.57 |
| Hex | 92 | 83 | 9F | 8 | 12 | 0 | 26 | 110 | D | 39 |
| Octal | 222 | 203 | 237 | 10 | 22 | 0 | 46 | 420 | 15 | 71 |
| Binary | 10010010 | 10000011 | 10011111 | 1000 | 10010 | 0 | 100110 | 100010000 | 1101 | 111001 |
Color Harmonies of #92839F
Complementary color
Monochromatic Colors of #92839F
Black with #92839F
Text Example
Text Example
White with #92839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92839F; }
p { color: rgb(146,131,159); }
H1.HeaderClassName
{
color: #92839F;
}
.AnyTagClassName
{
color: #92839F;
}
</style>
background-color css
<style>
a { background-color: #92839F; }
a { background-color: rgb(146,131,159); }
div.DivClassName
{
background-color: #92839F;
}
.BgClassName
{
background-color: #92839F;
}
</style>
border-color css
<style>
span { border-color: #92839F; }
span { border-color: rgb(146,131,159); }
td.TdClassName
{
border-color: #92839F;
}
.TagClassName
{
border-color: #92839F;
}
</style>