#940E62

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

Shades of Eggplant #940E62

Tints of Eggplant #940E62

Color information

#940E62 (or 0x940E62) is unknown color: approx Eggplant. HEX triplet: 94, 0E and 62. RGB value is (148,14,98). Sum of RGB (Red+Green+Blue) = 148+14+98=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #940E62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E62 is #6BF19D. Grayscale: #3F3F3F. Windows color (decimal): -7074206 or 6426260. OLE color: 6426260.

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

Color convert

RGB1481498-
CMYK00.910.340.42
HSL322.39º82.72%31.76%-
HSV(B)322.39º90.54%58.04%-
XYZ14.577.4912.23-
YUV63.64147.39188.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=56.92%
G=5.38%
B=37.69%

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
Decimal148149800.910.340.42322.3982.7231.76
Hex94E6205B222A1425320
Octal224161420133425250212340
Binary1001010011101100010010110111000101010101010000101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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