Shades of Amethyst Smoke #92889C
Tints of Amethyst Smoke #92889C
RGB
CMYK
RGB Variations
Color information
#92889C (or 0x92889C) is known color: Amethyst Smoke. HEX triplet: 92, 88 and 9C. RGB value is (146,136,156). Sum of RGB (Red+Green+Blue) = 146+136+156=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #92889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92889C is #6D7763. Grayscale: #8D8D8D. Windows color (decimal): -7173988 or 10258578. OLE color: 10258578.
HSL color Cylindrical-coordinate representation of color #92889C: hue angle of 270º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92889C is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 136 | 156 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.39 |
| HSL | 270º | 0.09% | 0.57% | - |
| HSV(B) | 270º | 0.13% | 0.61% | - |
| XYZ | 26.66 | 26.12 | 35.09 | - |
| YUV | 141.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 156 | 0.06 | 0.13 | 0 | 0.39 | 270 | 0.09 | 0.57 |
| Hex | 92 | 88 | 9C | 6 | D | 0 | 27 | 10E | 9 | 39 |
| Octal | 222 | 210 | 234 | 6 | 15 | 0 | 47 | 416 | 11 | 71 |
| Binary | 10010010 | 10001000 | 10011100 | 110 | 1101 | 0 | 100111 | 100001110 | 1001 | 111001 |
Color Harmonies of #92889C
Complementary color
Monochromatic Colors of #92889C
Black with #92889C
Text Example
Text Example
White with #92889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92889C; }
p { color: rgb(146,136,156); }
H1.HeaderClassName
{
color: #92889C;
}
.AnyTagClassName
{
color: #92889C;
}
</style>
background-color css
<style>
a { background-color: #92889C; }
a { background-color: rgb(146,136,156); }
div.DivClassName
{
background-color: #92889C;
}
.BgClassName
{
background-color: #92889C;
}
</style>
border-color css
<style>
span { border-color: #92889C; }
span { border-color: rgb(146,136,156); }
td.TdClassName
{
border-color: #92889C;
}
.TagClassName
{
border-color: #92889C;
}
</style>