#940559

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

Shades of Eggplant #940559

Tints of Eggplant #940559

Color information

#940559 (or 0x940559) is unknown color: approx Eggplant. HEX triplet: 94, 05 and 59. RGB value is (148,5,89). Sum of RGB (Red+Green+Blue) = 148+5+89=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #940559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940559 is #6BFAA6. Grayscale: #393939. Windows color (decimal): -7076519 or 5834132. OLE color: 5834132.

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

Color convert

RGB148589-
CMYK00.970.400.42
HSL324.76º93.46%30%-
HSV(B)324.76º96.62%58.04%-
XYZ14.077.1310.09-
YUV57.33145.88192.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.16%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=61.16%
G=2.07%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14858900.970.400.42324.7693.4630
Hex94559061282A1455d1e
Octal22451310141505250513536
Binary10010100101101100101100001101000101010101000101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940559; }

 p { color: rgb(148,5,89); }

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

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

 a { background-color: rgb(148,5,89); }

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

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

 span { border-color: rgb(148,5,89); }

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