Shades of Amethyst Smoke #948199
Tints of Amethyst Smoke #948199
RGB
CMYK
RGB Variations
Color information
#948199 (or 0x948199) is known color: Amethyst Smoke. HEX triplet: 94, 81 and 99. RGB value is (148,129,153). Sum of RGB (Red+Green+Blue) = 148+129+153=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #948199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948199 is #6B7E66. Grayscale: #898989. Windows color (decimal): -7044711 or 10060180. OLE color: 10060180.
HSL color Cylindrical-coordinate representation of color #948199: hue angle of 287.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #948199 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 148 | 129 | 153 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.4 |
| HSL | 287.5º | 0.11% | 0.55% | - |
| HSV(B) | 287.5º | 0.16% | 0.6% | - |
| XYZ | 25.81 | 24.3 | 33.47 | - |
| YUV | 137.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 153 | 0.03 | 0.16 | 0 | 0.4 | 287.5 | 0.11 | 0.55 |
| Hex | 94 | 81 | 99 | 3 | 10 | 0 | 28 | 120 | B | 37 |
| Octal | 224 | 201 | 231 | 3 | 20 | 0 | 50 | 440 | 13 | 67 |
| Binary | 10010100 | 10000001 | 10011001 | 11 | 10000 | 0 | 101000 | 100100000 | 1011 | 110111 |
Color Harmonies of #948199
Complementary color
Monochromatic Colors of #948199
Black with #948199
Text Example
Text Example
White with #948199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948199; }
p { color: rgb(148,129,153); }
H1.HeaderClassName
{
color: #948199;
}
.AnyTagClassName
{
color: #948199;
}
</style>
background-color css
<style>
a { background-color: #948199; }
a { background-color: rgb(148,129,153); }
div.DivClassName
{
background-color: #948199;
}
.BgClassName
{
background-color: #948199;
}
</style>
border-color css
<style>
span { border-color: #948199; }
span { border-color: rgb(148,129,153); }
td.TdClassName
{
border-color: #948199;
}
.TagClassName
{
border-color: #948199;
}
</style>