Shades of Amethyst Smoke #908695
Tints of Amethyst Smoke #908695
RGB
CMYK
RGB Variations
Color information
#908695 (or 0x908695) is known color: Amethyst Smoke. HEX triplet: 90, 86 and 95. RGB value is (144,134,149). Sum of RGB (Red+Green+Blue) = 144+134+149=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #908695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908695 is #6F796A. Grayscale: #8A8A8A. Windows color (decimal): -7305579 or 9799312. OLE color: 9799312.
HSL color Cylindrical-coordinate representation of color #908695: hue angle of 280º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908695 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 134 | 149 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.42 |
| HSL | 280º | 0.07% | 0.55% | - |
| HSV(B) | 280º | 0.1% | 0.58% | - |
| XYZ | 25.45 | 25.15 | 31.95 | - |
| YUV | 138.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 149 | 0.03 | 0.10 | 0 | 0.42 | 280 | 0.07 | 0.55 |
| Hex | 90 | 86 | 95 | 3 | A | 0 | 2A | 118 | 7 | 37 |
| Octal | 220 | 206 | 225 | 3 | 12 | 0 | 52 | 430 | 7 | 67 |
| Binary | 10010000 | 10000110 | 10010101 | 11 | 1010 | 0 | 101010 | 100011000 | 111 | 110111 |
Color Harmonies of #908695
Complementary color
Monochromatic Colors of #908695
Black with #908695
Text Example
Text Example
White with #908695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908695; }
p { color: rgb(144,134,149); }
H1.HeaderClassName
{
color: #908695;
}
.AnyTagClassName
{
color: #908695;
}
</style>
background-color css
<style>
a { background-color: #908695; }
a { background-color: rgb(144,134,149); }
div.DivClassName
{
background-color: #908695;
}
.BgClassName
{
background-color: #908695;
}
</style>
border-color css
<style>
span { border-color: #908695; }
span { border-color: rgb(144,134,149); }
td.TdClassName
{
border-color: #908695;
}
.TagClassName
{
border-color: #908695;
}
</style>