#940964

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

Shades of Eggplant #940964

Tints of Eggplant #940964

Color information

#940964 (or 0x940964) is unknown color: approx Eggplant. HEX triplet: 94, 09 and 64. RGB value is (148,9,100). Sum of RGB (Red+Green+Blue) = 148+9+100=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #940964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940964 is #6BF69B. Grayscale: #3C3C3C. Windows color (decimal): -7075484 or 6556052. OLE color: 6556052.

HSL color Cylindrical-coordinate representation of color #940964: hue angle of 320.72º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940964 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB1489100-
CMYK00.940.320.42
HSL320.72º88.54%30.78%-
HSV(B)320.72º93.92%58.04%-
XYZ14.617.4112.72-
YUV60.93150.05190.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 100 (39.45% from 255) = 38.91%
R=57.59%
G=3.50%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148910000.940.320.42320.7288.5430.78
Hex9496405E202A141591f
Octal224111440136405250113137
Binary100101001001110010001011110100000101010101000001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940964; }

 p { color: rgb(148,9,100); }

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

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

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

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

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

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

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