#940360

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

Shades of Eggplant #940360

Tints of Eggplant #940360

Color information

#940360 (or 0x940360) is unknown color: approx Eggplant. HEX triplet: 94, 03 and 60. RGB value is (148,3,96). Sum of RGB (Red+Green+Blue) = 148+3+96=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #940360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940360 is #6BFC9F. Grayscale: #383838. Windows color (decimal): -7077024 or 6292372. OLE color: 6292372.

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

Color convert

RGB148396-
CMYK00.980.350.42
HSL321.52º96.03%29.61%-
HSV(B)321.52º97.97%58.04%-
XYZ14.367.2111.7-
YUV56.96150.04192.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=59.92%
G=1.21%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14839600.980.350.42321.5296.0329.61
Hex94360062232A142601e
Octal22431400142435250214036
Binary1001010011110000001100010100011101010101000010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940360; }

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

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

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

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

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

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

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

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