#940A5E

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

Shades of Eggplant #940A5E

Tints of Eggplant #940A5E

Color information

#940A5E (or 0x940A5E) is unknown color: approx Eggplant. HEX triplet: 94, 0A and 5E. RGB value is (148,10,94). Sum of RGB (Red+Green+Blue) = 148+10+94=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #940A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A5E is #6BF5A1. Grayscale: #3C3C3C. Windows color (decimal): -7075234 or 6163092. OLE color: 6163092.

HSL color Cylindrical-coordinate representation of color #940A5E: hue angle of 323.48º 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 #940A5E is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1481094-
CMYK00.930.360.42
HSL323.48º87.34%30.98%-
HSV(B)323.48º93.24%58.04%-
XYZ14.347.3211.25-
YUV60.84146.72190.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.73%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=58.73%
G=3.97%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148109400.930.360.42323.4887.3430.98
Hex94A5E05D242A143571f
Octal224121360135445250312737
Binary100101001010101111001011101100100101010101000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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