Shades of Amethyst Smoke #94889E
Tints of Amethyst Smoke #94889E
RGB
CMYK
RGB Variations
Color information
#94889E (or 0x94889E) is known color: Amethyst Smoke. HEX triplet: 94, 88 and 9E. RGB value is (148,136,158). Sum of RGB (Red+Green+Blue) = 148+136+158=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #94889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94889E is #6B7761. Grayscale: #8E8E8E. Windows color (decimal): -7042914 or 10389652. OLE color: 10389652.
HSL color Cylindrical-coordinate representation of color #94889E: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94889E is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 136 | 158 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.38 |
| HSL | 272.73º | 0.1% | 0.58% | - |
| HSV(B) | 272.73º | 0.14% | 0.62% | - |
| XYZ | 27.19 | 26.37 | 36.01 | - |
| YUV | 142.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 158 | 0.06 | 0.14 | 0 | 0.38 | 272.73 | 0.1 | 0.58 |
| Hex | 94 | 88 | 9E | 6 | E | 0 | 26 | 111 | A | 3A |
| Octal | 224 | 210 | 236 | 6 | 16 | 0 | 46 | 421 | 12 | 72 |
| Binary | 10010100 | 10001000 | 10011110 | 110 | 1110 | 0 | 100110 | 100010001 | 1010 | 111010 |
Color Harmonies of #94889E
Complementary color
Monochromatic Colors of #94889E
Black with #94889E
Text Example
Text Example
White with #94889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94889E; }
p { color: rgb(148,136,158); }
H1.HeaderClassName
{
color: #94889E;
}
.AnyTagClassName
{
color: #94889E;
}
</style>
background-color css
<style>
a { background-color: #94889E; }
a { background-color: rgb(148,136,158); }
div.DivClassName
{
background-color: #94889E;
}
.BgClassName
{
background-color: #94889E;
}
</style>
border-color css
<style>
span { border-color: #94889E; }
span { border-color: rgb(148,136,158); }
td.TdClassName
{
border-color: #94889E;
}
.TagClassName
{
border-color: #94889E;
}
</style>