#948094

Color #948094 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #948094

Tints of Amethyst Smoke #948094

Color information

#948094 (or 0x948094) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 80 and 94. RGB value is (148,128,148). Sum of RGB (Red+Green+Blue) = 148+128+148=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: red, blue. Hex color #948094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948094 is #6B7F6B. Grayscale: #888888. Windows color (decimal): -7044972 or 9732244. OLE color: 9732244.

HSL color Cylindrical-coordinate representation of color #948094: hue angle of 300º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948094 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB148128148-
CMYK00.1400.42
HSL300º8.55%54.12%-
HSV(B)300º13.51%58.04%-
XYZ25.2823.8731.29-
YUV136.26134.63136.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=34.91%
G=30.19%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812814800.1400.423008.5554.12
Hex9480940E02A12c936
Octal2242002240160524541166
Binary1001010010000000100101000111001010101001011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948094; }

 p { color: rgb(148,128,148); }

 H1.HeaderClassName
 {
   color: #948094;
 }
 .AnyTagClassName
 {
   color: #948094;
 }
</style>
background-color css

<style>
 a { background-color: #948094; }

 a { background-color: rgb(148,128,148); }

 div.DivClassName
 {
   background-color: #948094;
 }
 .BgClassName
 {
   background-color: #948094;
 }
</style>
border-color css

<style>
 span { border-color: #948094; }

 span { border-color: rgb(148,128,148); }

 td.TdClassName
 {
   border-color: #948094;
 }
 .TagClassName
 {
   border-color: #948094;
 }
</style>