#94779C

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

Shades of Amethyst Smoke #94779C

Tints of Amethyst Smoke #94779C

Color information

#94779C (or 0x94779C) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 77 and 9C. RGB value is (148,119,156). Sum of RGB (Red+Green+Blue) = 148+119+156=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #94779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94779C is #6B8863. Grayscale: #838383. Windows color (decimal): -7047268 or 10254228. OLE color: 10254228.

HSL color Cylindrical-coordinate representation of color #94779C: hue angle of 287.03º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94779C is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148119156-
CMYK0.050.2400.39
HSL287.03º15.74%53.92%-
HSV(B)287.03º23.72%61.18%-
XYZ24.8121.8934.37-
YUV131.89141.61139.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=34.99%
G=28.13%
B=36.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481191560.050.2400.39287.0315.7453.92
Hex94779C51802711f1036
Octal2241672345300474372066
Binary1001010011101111001110010111000010011110001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94779C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94779C; }

 p { color: rgb(148,119,156); }

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

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

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

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

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

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

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