Shades of Amethyst Smoke #92859A
Tints of Amethyst Smoke #92859A
RGB
CMYK
RGB Variations
Color information
#92859A (or 0x92859A) is known color: Amethyst Smoke. HEX triplet: 92, 85 and 9A. RGB value is (146,133,154). Sum of RGB (Red+Green+Blue) = 146+133+154=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 154 - color contains mainly: blue. Hex color #92859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92859A is #6D7A65. Grayscale: #8B8B8B. Windows color (decimal): -7174758 or 10126738. OLE color: 10126738.
HSL color Cylindrical-coordinate representation of color #92859A: hue angle of 277.14º degrees, saturation: 0.09, 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 #92859A is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 133 | 154 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.40 |
| HSL | 277.14º | 0.09% | 0.56% | - |
| HSV(B) | 277.14º | 0.14% | 0.6% | - |
| XYZ | 26.07 | 25.22 | 34.07 | - |
| YUV | 139.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 133 | 154 | 0.05 | 0.14 | 0 | 0.40 | 277.14 | 0.09 | 0.56 |
| Hex | 92 | 85 | 9A | 5 | E | 0 | 28 | 115 | 9 | 38 |
| Octal | 222 | 205 | 232 | 5 | 16 | 0 | 50 | 425 | 11 | 70 |
| Binary | 10010010 | 10000101 | 10011010 | 101 | 1110 | 0 | 101000 | 100010101 | 1001 | 111000 |
Color Harmonies of #92859A
Complementary color
Monochromatic Colors of #92859A
Black with #92859A
Text Example
Text Example
White with #92859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92859A; }
p { color: rgb(146,133,154); }
H1.HeaderClassName
{
color: #92859A;
}
.AnyTagClassName
{
color: #92859A;
}
</style>
background-color css
<style>
a { background-color: #92859A; }
a { background-color: rgb(146,133,154); }
div.DivClassName
{
background-color: #92859A;
}
.BgClassName
{
background-color: #92859A;
}
</style>
border-color css
<style>
span { border-color: #92859A; }
span { border-color: rgb(146,133,154); }
td.TdClassName
{
border-color: #92859A;
}
.TagClassName
{
border-color: #92859A;
}
</style>