Shades of Amethyst Smoke #92889A
Tints of Amethyst Smoke #92889A
RGB
CMYK
RGB Variations
Color information
#92889A (or 0x92889A) is known color: Amethyst Smoke. HEX triplet: 92, 88 and 9A. RGB value is (146,136,154). Sum of RGB (Red+Green+Blue) = 146+136+154=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 154 - color contains mainly: blue. Hex color #92889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92889A is #6D7765. Grayscale: #8C8C8C. Windows color (decimal): -7173990 or 10127506. OLE color: 10127506.
HSL color Cylindrical-coordinate representation of color #92889A: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92889A is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 136 | 154 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.40 |
| HSL | 273.33º | 0.08% | 0.57% | - |
| HSV(B) | 273.33º | 0.12% | 0.6% | - |
| XYZ | 26.49 | 26.05 | 34.2 | - |
| YUV | 141.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 154 | 0.05 | 0.12 | 0 | 0.40 | 273.33 | 0.08 | 0.57 |
| Hex | 92 | 88 | 9A | 5 | C | 0 | 28 | 111 | 8 | 39 |
| Octal | 222 | 210 | 232 | 5 | 14 | 0 | 50 | 421 | 10 | 71 |
| Binary | 10010010 | 10001000 | 10011010 | 101 | 1100 | 0 | 101000 | 100010001 | 1000 | 111001 |
Color Harmonies of #92889A
Complementary color
Monochromatic Colors of #92889A
Black with #92889A
Text Example
Text Example
White with #92889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92889A; }
p { color: rgb(146,136,154); }
H1.HeaderClassName
{
color: #92889A;
}
.AnyTagClassName
{
color: #92889A;
}
</style>
background-color css
<style>
a { background-color: #92889A; }
a { background-color: rgb(146,136,154); }
div.DivClassName
{
background-color: #92889A;
}
.BgClassName
{
background-color: #92889A;
}
</style>
border-color css
<style>
span { border-color: #92889A; }
span { border-color: rgb(146,136,154); }
td.TdClassName
{
border-color: #92889A;
}
.TagClassName
{
border-color: #92889A;
}
</style>