Shades of Amethyst Smoke #92829A
Tints of Amethyst Smoke #92829A
RGB
CMYK
RGB Variations
Color information
#92829A (or 0x92829A) is known color: Amethyst Smoke. HEX triplet: 92, 82 and 9A. RGB value is (146,130,154). Sum of RGB (Red+Green+Blue) = 146+130+154=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #92829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92829A is #6D7D65. Grayscale: #898989. Windows color (decimal): -7175526 or 10125970. OLE color: 10125970.
HSL color Cylindrical-coordinate representation of color #92829A: hue angle of 280º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92829A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 130 | 154 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.40 |
| HSL | 280º | 0.11% | 0.56% | - |
| HSV(B) | 280º | 0.16% | 0.6% | - |
| XYZ | 25.67 | 24.41 | 33.93 | - |
| YUV | 137.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 154 | 0.05 | 0.16 | 0 | 0.40 | 280 | 0.11 | 0.56 |
| Hex | 92 | 82 | 9A | 5 | 10 | 0 | 28 | 118 | B | 38 |
| Octal | 222 | 202 | 232 | 5 | 20 | 0 | 50 | 430 | 13 | 70 |
| Binary | 10010010 | 10000010 | 10011010 | 101 | 10000 | 0 | 101000 | 100011000 | 1011 | 111000 |
Color Harmonies of #92829A
Complementary color
Monochromatic Colors of #92829A
Black with #92829A
Text Example
Text Example
White with #92829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92829A; }
p { color: rgb(146,130,154); }
H1.HeaderClassName
{
color: #92829A;
}
.AnyTagClassName
{
color: #92829A;
}
</style>
background-color css
<style>
a { background-color: #92829A; }
a { background-color: rgb(146,130,154); }
div.DivClassName
{
background-color: #92829A;
}
.BgClassName
{
background-color: #92829A;
}
</style>
border-color css
<style>
span { border-color: #92829A; }
span { border-color: rgb(146,130,154); }
td.TdClassName
{
border-color: #92829A;
}
.TagClassName
{
border-color: #92829A;
}
</style>