Shades of Amethyst Smoke #948499
Tints of Amethyst Smoke #948499
RGB
CMYK
RGB Variations
Color information
#948499 (or 0x948499) is known color: Amethyst Smoke. HEX triplet: 94, 84 and 99. RGB value is (148,132,153). Sum of RGB (Red+Green+Blue) = 148+132+153=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #948499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948499 is #6B7B66. Grayscale: #8B8B8B. Windows color (decimal): -7043943 or 10060948. OLE color: 10060948.
HSL color Cylindrical-coordinate representation of color #948499: hue angle of 285.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948499 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 132 | 153 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.4 |
| HSL | 285.71º | 0.09% | 0.56% | - |
| HSV(B) | 285.71º | 0.14% | 0.6% | - |
| XYZ | 26.21 | 25.1 | 33.6 | - |
| YUV | 139.18 | 135.8 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 132 | 153 | 0.03 | 0.14 | 0 | 0.4 | 285.71 | 0.09 | 0.56 |
| Hex | 94 | 84 | 99 | 3 | E | 0 | 28 | 11E | 9 | 38 |
| Octal | 224 | 204 | 231 | 3 | 16 | 0 | 50 | 436 | 11 | 70 |
| Binary | 10010100 | 10000100 | 10011001 | 11 | 1110 | 0 | 101000 | 100011110 | 1001 | 111000 |
Color Harmonies of #948499
Complementary color
Monochromatic Colors of #948499
Black with #948499
Text Example
Text Example
White with #948499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948499; }
p { color: rgb(148,132,153); }
H1.HeaderClassName
{
color: #948499;
}
.AnyTagClassName
{
color: #948499;
}
</style>
background-color css
<style>
a { background-color: #948499; }
a { background-color: rgb(148,132,153); }
div.DivClassName
{
background-color: #948499;
}
.BgClassName
{
background-color: #948499;
}
</style>
border-color css
<style>
span { border-color: #948499; }
span { border-color: rgb(148,132,153); }
td.TdClassName
{
border-color: #948499;
}
.TagClassName
{
border-color: #948499;
}
</style>