Shades of Amethyst Smoke #94889D
Tints of Amethyst Smoke #94889D
RGB
CMYK
RGB Variations
Color information
#94889D (or 0x94889D) is known color: Amethyst Smoke. HEX triplet: 94, 88 and 9D. RGB value is (148,136,157). Sum of RGB (Red+Green+Blue) = 148+136+157=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #94889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94889D is #6B7762. Grayscale: #8D8D8D. Windows color (decimal): -7042915 or 10324116. OLE color: 10324116.
HSL color Cylindrical-coordinate representation of color #94889D: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94889D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 136 | 157 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.38 |
| HSL | 274.29º | 0.1% | 0.57% | - |
| HSV(B) | 274.29º | 0.13% | 0.62% | - |
| XYZ | 27.1 | 26.34 | 35.55 | - |
| YUV | 141.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 157 | 0.06 | 0.13 | 0 | 0.38 | 274.29 | 0.1 | 0.57 |
| Hex | 94 | 88 | 9D | 6 | D | 0 | 26 | 112 | A | 39 |
| Octal | 224 | 210 | 235 | 6 | 15 | 0 | 46 | 422 | 12 | 71 |
| Binary | 10010100 | 10001000 | 10011101 | 110 | 1101 | 0 | 100110 | 100010010 | 1010 | 111001 |
Color Harmonies of #94889D
Complementary color
Monochromatic Colors of #94889D
Black with #94889D
Text Example
Text Example
White with #94889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94889D; }
p { color: rgb(148,136,157); }
H1.HeaderClassName
{
color: #94889D;
}
.AnyTagClassName
{
color: #94889D;
}
</style>
background-color css
<style>
a { background-color: #94889D; }
a { background-color: rgb(148,136,157); }
div.DivClassName
{
background-color: #94889D;
}
.BgClassName
{
background-color: #94889D;
}
</style>
border-color css
<style>
span { border-color: #94889D; }
span { border-color: rgb(148,136,157); }
td.TdClassName
{
border-color: #94889D;
}
.TagClassName
{
border-color: #94889D;
}
</style>