#940D73

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

Shades of Eggplant #940D73

Tints of Eggplant #940D73

Color information

#940D73 (or 0x940D73) is unknown color: approx Eggplant. HEX triplet: 94, 0D and 73. RGB value is (148,13,115). Sum of RGB (Red+Green+Blue) = 148+13+115=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #940D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D73 is #6BF28C. Grayscale: #404040. Windows color (decimal): -7074445 or 7540116. OLE color: 7540116.

HSL color Cylindrical-coordinate representation of color #940D73: hue angle of 314.67º degrees, saturation: 0.84, 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 #940D73 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB14813115-
CMYK00.910.220.42
HSL314.67º83.85%31.57%-
HSV(B)314.67º91.22%58.04%-
XYZ15.457.8216.91-
YUV64.99156.23187.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.62%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=53.62%
G=4.71%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481311500.910.220.42314.6783.8531.57
Hex94D7305B162A13b5420
Octal224151630133265247312440
Binary100101001101111001101011011101101010101001110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,13,115); }

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

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

 a { background-color: rgb(148,13,115); }

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

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

 span { border-color: rgb(148,13,115); }

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