Shades of Amethyst Smoke #908694
Tints of Amethyst Smoke #908694
RGB
CMYK
RGB Variations
Color information
#908694 (or 0x908694) is known color: Amethyst Smoke. HEX triplet: 90, 86 and 94. RGB value is (144,134,148). Sum of RGB (Red+Green+Blue) = 144+134+148=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 148 - color contains mainly: blue. Hex color #908694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908694 is #6F796B. Grayscale: #8A8A8A. Windows color (decimal): -7305580 or 9733776. OLE color: 9733776.
HSL color Cylindrical-coordinate representation of color #908694: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908694 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 134 | 148 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.42 |
| HSL | 282.86º | 0.06% | 0.55% | - |
| HSV(B) | 282.86º | 0.09% | 0.58% | - |
| XYZ | 25.37 | 25.12 | 31.53 | - |
| YUV | 138.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 148 | 0.03 | 0.09 | 0 | 0.42 | 282.86 | 0.06 | 0.55 |
| Hex | 90 | 86 | 94 | 3 | 9 | 0 | 2A | 11B | 6 | 37 |
| Octal | 220 | 206 | 224 | 3 | 11 | 0 | 52 | 433 | 6 | 67 |
| Binary | 10010000 | 10000110 | 10010100 | 11 | 1001 | 0 | 101010 | 100011011 | 110 | 110111 |
Color Harmonies of #908694
Complementary color
Monochromatic Colors of #908694
Black with #908694
Text Example
Text Example
White with #908694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908694; }
p { color: rgb(144,134,148); }
H1.HeaderClassName
{
color: #908694;
}
.AnyTagClassName
{
color: #908694;
}
</style>
background-color css
<style>
a { background-color: #908694; }
a { background-color: rgb(144,134,148); }
div.DivClassName
{
background-color: #908694;
}
.BgClassName
{
background-color: #908694;
}
</style>
border-color css
<style>
span { border-color: #908694; }
span { border-color: rgb(144,134,148); }
td.TdClassName
{
border-color: #908694;
}
.TagClassName
{
border-color: #908694;
}
</style>