Shades of Amethyst Smoke #908194
Tints of Amethyst Smoke #908194
RGB
CMYK
RGB Variations
Color information
#908194 (or 0x908194) is known color: Amethyst Smoke. HEX triplet: 90, 81 and 94. RGB value is (144,129,148). Sum of RGB (Red+Green+Blue) = 144+129+148=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #908194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908194 is #6F7E6B. Grayscale: #878787. Windows color (decimal): -7306860 or 9732496. OLE color: 9732496.
HSL color Cylindrical-coordinate representation of color #908194: hue angle of 287.37º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #908194 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 129 | 148 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.42 |
| HSL | 287.37º | 0.08% | 0.54% | - |
| HSV(B) | 287.37º | 0.13% | 0.58% | - |
| XYZ | 24.7 | 23.77 | 31.3 | - |
| YUV | 135.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 148 | 0.03 | 0.13 | 0 | 0.42 | 287.37 | 0.08 | 0.54 |
| Hex | 90 | 81 | 94 | 3 | D | 0 | 2A | 11F | 8 | 36 |
| Octal | 220 | 201 | 224 | 3 | 15 | 0 | 52 | 437 | 10 | 66 |
| Binary | 10010000 | 10000001 | 10010100 | 11 | 1101 | 0 | 101010 | 100011111 | 1000 | 110110 |
Color Harmonies of #908194
Complementary color
Monochromatic Colors of #908194
Black with #908194
Text Example
Text Example
White with #908194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908194; }
p { color: rgb(144,129,148); }
H1.HeaderClassName
{
color: #908194;
}
.AnyTagClassName
{
color: #908194;
}
</style>
background-color css
<style>
a { background-color: #908194; }
a { background-color: rgb(144,129,148); }
div.DivClassName
{
background-color: #908194;
}
.BgClassName
{
background-color: #908194;
}
</style>
border-color css
<style>
span { border-color: #908194; }
span { border-color: rgb(144,129,148); }
td.TdClassName
{
border-color: #908194;
}
.TagClassName
{
border-color: #908194;
}
</style>