#940E75

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

Shades of Eggplant #940E75

Tints of Eggplant #940E75

Color information

#940E75 (or 0x940E75) is unknown color: approx Eggplant. HEX triplet: 94, 0E and 75. RGB value is (148,14,117). Sum of RGB (Red+Green+Blue) = 148+14+117=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #940E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E75 is #6BF18A. Grayscale: #414141. Windows color (decimal): -7074187 or 7671444. OLE color: 7671444.

HSL color Cylindrical-coordinate representation of color #940E75: hue angle of 313.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E75 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14814117-
CMYK00.910.210.42
HSL313.88º82.72%31.76%-
HSV(B)313.88º90.54%58.04%-
XYZ15.587.8917.53-
YUV65.81156.89186.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 14 (5.86% from 255) = 5.02%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=53.05%
G=5.02%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481411700.910.210.42313.8882.7231.76
Hex94E7505B152A13a5320
Octal224161650133255247212340
Binary100101001110111010101011011101011010101001110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940E75; }

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

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

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

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

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

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

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

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