#940974

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

Shades of Eggplant #940974

Tints of Eggplant #940974

Color information

#940974 (or 0x940974) is unknown color: approx Eggplant. HEX triplet: 94, 09 and 74. RGB value is (148,9,116). Sum of RGB (Red+Green+Blue) = 148+9+116=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #940974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940974 is #6BF68B. Grayscale: #3E3E3E. Windows color (decimal): -7075468 or 7604628. OLE color: 7604628.

HSL color Cylindrical-coordinate representation of color #940974: hue angle of 313.81º 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 #940974 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB1489116-
CMYK00.940.220.42
HSL313.81º88.54%30.78%-
HSV(B)313.81º93.92%58.04%-
XYZ15.467.7517.2-
YUV62.76158.05188.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=54.21%
G=3.30%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148911600.940.220.42313.8188.5430.78
Hex9497405E162A13a591f
Octal224111640136265247213137
Binary10010100100111101000101111010110101010100111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940974; }

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

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

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

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

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

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

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

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