#940363

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

Shades of Eggplant #940363

Tints of Eggplant #940363

Color information

#940363 (or 0x940363) is unknown color: approx Eggplant. HEX triplet: 94, 03 and 63. RGB value is (148,3,99). Sum of RGB (Red+Green+Blue) = 148+3+99=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #940363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940363 is #6BFC9C. Grayscale: #393939. Windows color (decimal): -7077021 or 6488980. OLE color: 6488980.

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

Color convert

RGB148399-
CMYK00.980.330.42
HSL320.28º96.03%29.61%-
HSV(B)320.28º97.97%58.04%-
XYZ14.57.2612.44-
YUV57.3151.54192.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.2%
GREEN value IS 3 (1.56% from 255) = 1.2%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=59.2%
G=1.2%
B=39.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14839900.980.330.42320.2896.0329.61
Hex94363062212A140601e
Octal22431430142415250014036
Binary1001010011110001101100010100001101010101000000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940363; }

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

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

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

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

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

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

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

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