#940E61

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

Shades of Eggplant #940E61

Tints of Eggplant #940E61

Color information

#940E61 (or 0x940E61) is unknown color: approx Eggplant. HEX triplet: 94, 0E and 61. RGB value is (148,14,97). Sum of RGB (Red+Green+Blue) = 148+14+97=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #940E61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E61 is #6BF19E. Grayscale: #3F3F3F. Windows color (decimal): -7074207 or 6360724. OLE color: 6360724.

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

Color convert

RGB1481497-
CMYK00.910.340.42
HSL322.84º82.72%31.76%-
HSV(B)322.84º90.54%58.04%-
XYZ14.537.4711.99-
YUV63.53146.89188.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 14 (5.86% from 255) = 5.41%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=57.14%
G=5.41%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148149700.910.340.42322.8482.7231.76
Hex94E6105B222A1435320
Octal224161410133425250312340
Binary1001010011101100001010110111000101010101010000111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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