Shades of Amethyst Smoke #928399
Tints of Amethyst Smoke #928399
RGB
CMYK
RGB Variations
Color information
#928399 (or 0x928399) is known color: Amethyst Smoke. HEX triplet: 92, 83 and 99. RGB value is (146,131,153). Sum of RGB (Red+Green+Blue) = 146+131+153=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #928399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928399 is #6D7C66. Grayscale: #898989. Windows color (decimal): -7175271 or 10060690. OLE color: 10060690.
HSL color Cylindrical-coordinate representation of color #928399: hue angle of 280.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #928399 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 131 | 153 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.4 |
| HSL | 280.91º | 0.1% | 0.56% | - |
| HSV(B) | 280.91º | 0.14% | 0.6% | - |
| XYZ | 25.72 | 24.64 | 33.54 | - |
| YUV | 137.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 153 | 0.05 | 0.14 | 0 | 0.4 | 280.91 | 0.1 | 0.56 |
| Hex | 92 | 83 | 99 | 5 | E | 0 | 28 | 119 | A | 38 |
| Octal | 222 | 203 | 231 | 5 | 16 | 0 | 50 | 431 | 12 | 70 |
| Binary | 10010010 | 10000011 | 10011001 | 101 | 1110 | 0 | 101000 | 100011001 | 1010 | 111000 |
Color Harmonies of #928399
Complementary color
Monochromatic Colors of #928399
Black with #928399
Text Example
Text Example
White with #928399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928399; }
p { color: rgb(146,131,153); }
H1.HeaderClassName
{
color: #928399;
}
.AnyTagClassName
{
color: #928399;
}
</style>
background-color css
<style>
a { background-color: #928399; }
a { background-color: rgb(146,131,153); }
div.DivClassName
{
background-color: #928399;
}
.BgClassName
{
background-color: #928399;
}
</style>
border-color css
<style>
span { border-color: #928399; }
span { border-color: rgb(146,131,153); }
td.TdClassName
{
border-color: #928399;
}
.TagClassName
{
border-color: #928399;
}
</style>