Shades of Amethyst Smoke #948098
Tints of Amethyst Smoke #948098
RGB
CMYK
RGB Variations
Color information
#948098 (or 0x948098) is known color: Amethyst Smoke. HEX triplet: 94, 80 and 98. RGB value is (148,128,152). Sum of RGB (Red+Green+Blue) = 148+128+152=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 152 - color contains mainly: blue. Hex color #948098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948098 is #6B7F67. Grayscale: #888888. Windows color (decimal): -7044968 or 9994388. OLE color: 9994388.
HSL color Cylindrical-coordinate representation of color #948098: hue angle of 290º degrees, saturation: 0.1, 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 #948098 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 128 | 152 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.40 |
| HSL | 290º | 0.1% | 0.55% | - |
| HSV(B) | 290º | 0.16% | 0.6% | - |
| XYZ | 25.6 | 24 | 32.99 | - |
| YUV | 136.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 152 | 0.03 | 0.16 | 0 | 0.40 | 290 | 0.1 | 0.55 |
| Hex | 94 | 80 | 98 | 3 | 10 | 0 | 28 | 122 | A | 37 |
| Octal | 224 | 200 | 230 | 3 | 20 | 0 | 50 | 442 | 12 | 67 |
| Binary | 10010100 | 10000000 | 10011000 | 11 | 10000 | 0 | 101000 | 100100010 | 1010 | 110111 |
Color Harmonies of #948098
Complementary color
Monochromatic Colors of #948098
Black with #948098
Text Example
Text Example
White with #948098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948098; }
p { color: rgb(148,128,152); }
H1.HeaderClassName
{
color: #948098;
}
.AnyTagClassName
{
color: #948098;
}
</style>
background-color css
<style>
a { background-color: #948098; }
a { background-color: rgb(148,128,152); }
div.DivClassName
{
background-color: #948098;
}
.BgClassName
{
background-color: #948098;
}
</style>
border-color css
<style>
span { border-color: #948098; }
span { border-color: rgb(148,128,152); }
td.TdClassName
{
border-color: #948098;
}
.TagClassName
{
border-color: #948098;
}
</style>