#940375

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

Shades of Eggplant #940375

Tints of Eggplant #940375

Color information

#940375 (or 0x940375) is unknown color: approx Eggplant. HEX triplet: 94, 03 and 75. RGB value is (148,3,117). Sum of RGB (Red+Green+Blue) = 148+3+117=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940375 is #6BFC8A. Grayscale: #3B3B3B. Windows color (decimal): -7077003 or 7668628. OLE color: 7668628.

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

Color convert

RGB1483117-
CMYK00.980.210.42
HSL312.83º96.03%29.61%-
HSV(B)312.83º97.97%58.04%-
XYZ15.467.6517.49-
YUV59.35160.54191.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.22%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=55.22%
G=1.12%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148311700.980.210.42312.8396.0329.61
Hex94375062152A139601e
Octal22431650142255247114036
Binary100101001111101010110001010101101010100111001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940375; }

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

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

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

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

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

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

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

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