#940456

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

Shades of Eggplant #940456

Tints of Eggplant #940456

Color information

#940456 (or 0x940456) is unknown color: approx Eggplant. HEX triplet: 94, 04 and 56. RGB value is (148,4,86). Sum of RGB (Red+Green+Blue) = 148+4+86=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #940456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940456 is #6BFBA9. Grayscale: #383838. Windows color (decimal): -7076778 or 5637268. OLE color: 5637268.

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

Color convert

RGB148486-
CMYK00.970.420.42
HSL325.83º94.74%29.8%-
HSV(B)325.83º97.3%58.04%-
XYZ13.947.059.43-
YUV56.4144.71193.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.18%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=62.18%
G=1.68%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14848600.970.420.42325.8394.7429.8
Hex944560612A2A1465f1e
Octal22441260141525250613736
Binary10010100100101011001100001101010101010101000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940456; }

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

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

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

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

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

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

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

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