Shades of Amethyst Smoke #918195
Tints of Amethyst Smoke #918195
RGB
CMYK
RGB Variations
Color information
#918195 (or 0x918195) is known color: Amethyst Smoke. HEX triplet: 91, 81 and 95. RGB value is (145,129,149). Sum of RGB (Red+Green+Blue) = 145+129+149=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #918195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918195 is #6E7E6A. Grayscale: #888888. Windows color (decimal): -7241323 or 9798033. OLE color: 9798033.
HSL color Cylindrical-coordinate representation of color #918195: hue angle of 288º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #918195 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 129 | 149 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.42 |
| HSL | 288º | 0.09% | 0.55% | - |
| HSV(B) | 288º | 0.13% | 0.58% | - |
| XYZ | 24.95 | 23.89 | 31.73 | - |
| YUV | 136.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 149 | 0.03 | 0.13 | 0 | 0.42 | 288 | 0.09 | 0.55 |
| Hex | 91 | 81 | 95 | 3 | D | 0 | 2A | 120 | 9 | 37 |
| Octal | 221 | 201 | 225 | 3 | 15 | 0 | 52 | 440 | 11 | 67 |
| Binary | 10010001 | 10000001 | 10010101 | 11 | 1101 | 0 | 101010 | 100100000 | 1001 | 110111 |
Color Harmonies of #918195
Complementary color
Monochromatic Colors of #918195
Black with #918195
Text Example
Text Example
White with #918195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918195; }
p { color: rgb(145,129,149); }
H1.HeaderClassName
{
color: #918195;
}
.AnyTagClassName
{
color: #918195;
}
</style>
background-color css
<style>
a { background-color: #918195; }
a { background-color: rgb(145,129,149); }
div.DivClassName
{
background-color: #918195;
}
.BgClassName
{
background-color: #918195;
}
</style>
border-color css
<style>
span { border-color: #918195; }
span { border-color: rgb(145,129,149); }
td.TdClassName
{
border-color: #918195;
}
.TagClassName
{
border-color: #918195;
}
</style>