#940355

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

Shades of Eggplant #940355

Tints of Eggplant #940355

Color information

#940355 (or 0x940355) is unknown color: approx Eggplant. HEX triplet: 94, 03 and 55. RGB value is (148,3,85). Sum of RGB (Red+Green+Blue) = 148+3+85=236 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.71% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 148 - color contains mainly: red. Hex color #940355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940355 is #6BFCAA. Grayscale: #373737. Windows color (decimal): -7077035 or 5571476. OLE color: 5571476.

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

Color convert

RGB148385-
CMYK00.980.430.42
HSL326.07º96.03%29.61%-
HSV(B)326.07º97.97%58.04%-
XYZ13.887.029.22-
YUV55.7144.54193.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.71%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=62.71%
G=1.27%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14838500.980.430.42326.0796.0329.61
Hex943550622B2A146601e
Octal22431250142535250614036
Binary1001010011101010101100010101011101010101000110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940355; }

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

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

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

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

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

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

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

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