#940457

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

Shades of Eggplant #940457

Tints of Eggplant #940457

Color information

#940457 (or 0x940457) is unknown color: approx Eggplant. HEX triplet: 94, 04 and 57. RGB value is (148,4,87). Sum of RGB (Red+Green+Blue) = 148+4+87=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #940457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940457 is #6BFBA8. Grayscale: #383838. Windows color (decimal): -7076777 or 5702804. OLE color: 5702804.

HSL color Cylindrical-coordinate representation of color #940457: hue angle of 325.42º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940457 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB148487-
CMYK00.970.410.42
HSL325.42º94.74%29.8%-
HSV(B)325.42º97.3%58.04%-
XYZ13.987.079.64-
YUV56.52145.21193.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=61.92%
G=1.67%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14848700.970.410.42325.4294.7429.8
Hex94457061292A1455f1e
Octal22441270141515250513736
Binary10010100100101011101100001101001101010101000101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940457; }

 p { color: rgb(148,4,87); }

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

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

 a { background-color: rgb(148,4,87); }

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

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

 span { border-color: rgb(148,4,87); }

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