#940C75

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

Shades of Eggplant #940C75

Tints of Eggplant #940C75

Color information

#940C75 (or 0x940C75) is unknown color: approx Eggplant. HEX triplet: 94, 0C and 75. RGB value is (148,12,117). Sum of RGB (Red+Green+Blue) = 148+12+117=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #940C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C75 is #6BF38A. Grayscale: #404040. Windows color (decimal): -7074699 or 7670932. OLE color: 7670932.

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

Color convert

RGB14812117-
CMYK00.920.210.42
HSL313.68º85%31.37%-
HSV(B)313.68º91.89%58.04%-
XYZ15.567.8417.52-
YUV64.63157.56187.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.43%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=53.43%
G=4.33%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481211700.920.210.42313.688531.37
Hex94C7505C152A13a551f
Octal224141650134255247212537
Binary10010100110011101010101110010101101010100111010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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