Shades of Amethyst Smoke #92789A
Tints of Amethyst Smoke #92789A
RGB
CMYK
RGB Variations
Color information
#92789A (or 0x92789A) is known color: Amethyst Smoke. HEX triplet: 92, 78 and 9A. RGB value is (146,120,154). Sum of RGB (Red+Green+Blue) = 146+120+154=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #92789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92789A is #6D8765. Grayscale: #838383. Windows color (decimal): -7178086 or 10123410. OLE color: 10123410.
HSL color Cylindrical-coordinate representation of color #92789A: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92789A is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 120 | 154 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.40 |
| HSL | 285.88º | 0.14% | 0.54% | - |
| HSV(B) | 285.88º | 0.22% | 0.6% | - |
| XYZ | 24.4 | 21.88 | 33.51 | - |
| YUV | 131.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 154 | 0.05 | 0.22 | 0 | 0.40 | 285.88 | 0.14 | 0.54 |
| Hex | 92 | 78 | 9A | 5 | 16 | 0 | 28 | 11E | E | 36 |
| Octal | 222 | 170 | 232 | 5 | 26 | 0 | 50 | 436 | 16 | 66 |
| Binary | 10010010 | 1111000 | 10011010 | 101 | 10110 | 0 | 101000 | 100011110 | 1110 | 110110 |
Color Harmonies of #92789A
Complementary color
Monochromatic Colors of #92789A
Black with #92789A
Text Example
Text Example
White with #92789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92789A; }
p { color: rgb(146,120,154); }
H1.HeaderClassName
{
color: #92789A;
}
.AnyTagClassName
{
color: #92789A;
}
</style>
background-color css
<style>
a { background-color: #92789A; }
a { background-color: rgb(146,120,154); }
div.DivClassName
{
background-color: #92789A;
}
.BgClassName
{
background-color: #92789A;
}
</style>
border-color css
<style>
span { border-color: #92789A; }
span { border-color: rgb(146,120,154); }
td.TdClassName
{
border-color: #92789A;
}
.TagClassName
{
border-color: #92789A;
}
</style>