Shades of Amethyst Smoke #94819D
Tints of Amethyst Smoke #94819D
RGB
CMYK
RGB Variations
Color information
#94819D (or 0x94819D) is known color: Amethyst Smoke. HEX triplet: 94, 81 and 9D. RGB value is (148,129,157). Sum of RGB (Red+Green+Blue) = 148+129+157=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #94819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94819D is #6B7E62. Grayscale: #898989. Windows color (decimal): -7044707 or 10322324. OLE color: 10322324.
HSL color Cylindrical-coordinate representation of color #94819D: hue angle of 280.71º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94819D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 129 | 157 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.38 |
| HSL | 280.71º | 0.13% | 0.56% | - |
| HSV(B) | 280.71º | 0.18% | 0.62% | - |
| XYZ | 26.15 | 24.43 | 35.24 | - |
| YUV | 137.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 157 | 0.06 | 0.18 | 0 | 0.38 | 280.71 | 0.13 | 0.56 |
| Hex | 94 | 81 | 9D | 6 | 12 | 0 | 26 | 119 | C | 38 |
| Octal | 224 | 201 | 235 | 6 | 22 | 0 | 46 | 431 | 14 | 70 |
| Binary | 10010100 | 10000001 | 10011101 | 110 | 10010 | 0 | 100110 | 100011001 | 1100 | 111000 |
Color Harmonies of #94819D
Complementary color
Monochromatic Colors of #94819D
Black with #94819D
Text Example
Text Example
White with #94819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94819D; }
p { color: rgb(148,129,157); }
H1.HeaderClassName
{
color: #94819D;
}
.AnyTagClassName
{
color: #94819D;
}
</style>
background-color css
<style>
a { background-color: #94819D; }
a { background-color: rgb(148,129,157); }
div.DivClassName
{
background-color: #94819D;
}
.BgClassName
{
background-color: #94819D;
}
</style>
border-color css
<style>
span { border-color: #94819D; }
span { border-color: rgb(148,129,157); }
td.TdClassName
{
border-color: #94819D;
}
.TagClassName
{
border-color: #94819D;
}
</style>