#940359

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

Shades of Eggplant #940359

Tints of Eggplant #940359

Color information

#940359 (or 0x940359) is unknown color: approx Eggplant. HEX triplet: 94, 03 and 59. RGB value is (148,3,89). Sum of RGB (Red+Green+Blue) = 148+3+89=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #940359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940359 is #6BFCA6. Grayscale: #373737. Windows color (decimal): -7077031 or 5833620. OLE color: 5833620.

HSL color Cylindrical-coordinate representation of color #940359: hue angle of 324.41º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940359 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB148389-
CMYK00.980.400.42
HSL324.41º96.03%29.61%-
HSV(B)324.41º97.97%58.04%-
XYZ14.057.0810.08-
YUV56.16146.54193.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.67%
GREEN value IS 3 (1.56% from 255) = 1.25%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=61.67%
G=1.25%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14838900.980.400.42324.4196.0329.61
Hex94359062282A144601e
Octal22431310142505250414036
Binary1001010011101100101100010101000101010101000100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940359; }

 p { color: rgb(148,3,89); }

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

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

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

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

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

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

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