Shades of Amethyst Smoke #94829F
Tints of Amethyst Smoke #94829F
RGB
CMYK
RGB Variations
Color information
#94829F (or 0x94829F) is known color: Amethyst Smoke. HEX triplet: 94, 82 and 9F. RGB value is (148,130,159). Sum of RGB (Red+Green+Blue) = 148+130+159=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #94829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94829F is #6B7D60. Grayscale: #8A8A8A. Windows color (decimal): -7044449 or 10453652. OLE color: 10453652.
HSL color Cylindrical-coordinate representation of color #94829F: hue angle of 277.24º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94829F is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 130 | 159 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.38 |
| HSL | 277.24º | 0.13% | 0.57% | - |
| HSV(B) | 277.24º | 0.18% | 0.62% | - |
| XYZ | 26.45 | 24.76 | 36.19 | - |
| YUV | 138.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 130 | 159 | 0.07 | 0.18 | 0 | 0.38 | 277.24 | 0.13 | 0.57 |
| Hex | 94 | 82 | 9F | 7 | 12 | 0 | 26 | 115 | D | 39 |
| Octal | 224 | 202 | 237 | 7 | 22 | 0 | 46 | 425 | 15 | 71 |
| Binary | 10010100 | 10000010 | 10011111 | 111 | 10010 | 0 | 100110 | 100010101 | 1101 | 111001 |
Color Harmonies of #94829F
Complementary color
Monochromatic Colors of #94829F
Black with #94829F
Text Example
Text Example
White with #94829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94829F; }
p { color: rgb(148,130,159); }
H1.HeaderClassName
{
color: #94829F;
}
.AnyTagClassName
{
color: #94829F;
}
</style>
background-color css
<style>
a { background-color: #94829F; }
a { background-color: rgb(148,130,159); }
div.DivClassName
{
background-color: #94829F;
}
.BgClassName
{
background-color: #94829F;
}
</style>
border-color css
<style>
span { border-color: #94829F; }
span { border-color: rgb(148,130,159); }
td.TdClassName
{
border-color: #94829F;
}
.TagClassName
{
border-color: #94829F;
}
</style>