#940356

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

Shades of Eggplant #940356

Tints of Eggplant #940356

Color information

#940356 (or 0x940356) is unknown color: approx Eggplant. HEX triplet: 94, 03 and 56. RGB value is (148,3,86). Sum of RGB (Red+Green+Blue) = 148+3+86=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #940356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940356 is #6BFCA9. Grayscale: #373737. Windows color (decimal): -7077034 or 5637012. OLE color: 5637012.

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

Color convert

RGB148386-
CMYK00.980.420.42
HSL325.66º96.03%29.61%-
HSV(B)325.66º97.97%58.04%-
XYZ13.937.039.43-
YUV55.82145.04193.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.45%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=62.45%
G=1.27%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14838600.980.420.42325.6696.0329.61
Hex943560622A2A146601e
Octal22431260142525250614036
Binary1001010011101011001100010101010101010101000110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940356; }

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

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

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

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

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

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

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

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