#940A76

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

Shades of Eggplant #940A76

Tints of Eggplant #940A76

Color information

#940A76 (or 0x940A76) is unknown color: approx Eggplant. HEX triplet: 94, 0A and 76. RGB value is (148,10,118). Sum of RGB (Red+Green+Blue) = 148+10+118=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #940A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A76 is #6BF589. Grayscale: #3F3F3F. Windows color (decimal): -7075210 or 7735956. OLE color: 7735956.

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

Color convert

RGB14810118-
CMYK00.930.200.42
HSL313.04º87.34%30.98%-
HSV(B)313.04º93.24%58.04%-
XYZ15.597.8217.83-
YUV63.57158.72188.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.62%
GREEN value IS 10 (4.30% from 255) = 3.62%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=53.62%
G=3.62%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481011800.930.200.42313.0487.3430.98
Hex94A7605D142A139571f
Octal224121660135245247112737
Binary10010100101011101100101110110100101010100111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,10,118); }

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

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

 a { background-color: rgb(148,10,118); }

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

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

 span { border-color: rgb(148,10,118); }

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