Shades of Amethyst Smoke #918592
Tints of Amethyst Smoke #918592
RGB
CMYK
RGB Variations
Color information
#918592 (or 0x918592) is known color: Amethyst Smoke. HEX triplet: 91, 85 and 92. RGB value is (145,133,146). Sum of RGB (Red+Green+Blue) = 145+133+146=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 146 - color contains mainly: blue. Hex color #918592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918592 is #6E7A6D. Grayscale: #8A8A8A. Windows color (decimal): -7240302 or 9602449. OLE color: 9602449.
HSL color Cylindrical-coordinate representation of color #918592: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918592 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 146 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.43 |
| HSL | 295.38º | 0.06% | 0.55% | - |
| HSV(B) | 295.38º | 0.09% | 0.57% | - |
| XYZ | 25.25 | 24.87 | 30.66 | - |
| YUV | 138.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 146 | 0.01 | 0.09 | 0 | 0.43 | 295.38 | 0.06 | 0.55 |
| Hex | 91 | 85 | 92 | 1 | 9 | 0 | 2B | 127 | 6 | 37 |
| Octal | 221 | 205 | 222 | 1 | 11 | 0 | 53 | 447 | 6 | 67 |
| Binary | 10010001 | 10000101 | 10010010 | 1 | 1001 | 0 | 101011 | 100100111 | 110 | 110111 |
Color Harmonies of #918592
Complementary color
Monochromatic Colors of #918592
Black with #918592
Text Example
Text Example
White with #918592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918592; }
p { color: rgb(145,133,146); }
H1.HeaderClassName
{
color: #918592;
}
.AnyTagClassName
{
color: #918592;
}
</style>
background-color css
<style>
a { background-color: #918592; }
a { background-color: rgb(145,133,146); }
div.DivClassName
{
background-color: #918592;
}
.BgClassName
{
background-color: #918592;
}
</style>
border-color css
<style>
span { border-color: #918592; }
span { border-color: rgb(145,133,146); }
td.TdClassName
{
border-color: #918592;
}
.TagClassName
{
border-color: #918592;
}
</style>