#940672

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

Shades of Eggplant #940672

Tints of Eggplant #940672

Color information

#940672 (or 0x940672) is unknown color: approx Eggplant. HEX triplet: 94, 06 and 72. RGB value is (148,6,114). Sum of RGB (Red+Green+Blue) = 148+6+114=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940672 is #6BF98D. Grayscale: #3C3C3C. Windows color (decimal): -7076238 or 7472788. OLE color: 7472788.

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

Color convert

RGB1486114-
CMYK00.960.230.42
HSL314.37º92.21%30.2%-
HSV(B)314.37º95.95%58.04%-
XYZ15.327.6416.59-
YUV60.77158.04190.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.22%
GREEN value IS 6 (2.73% from 255) = 2.24%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=55.22%
G=2.24%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148611400.960.230.42314.3792.2130.2
Hex94672060172A13a5c1e
Octal22461620140275247213436
Binary1001010011011100100110000010111101010100111010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940672; }

 p { color: rgb(148,6,114); }

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

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

 a { background-color: rgb(148,6,114); }

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

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

 span { border-color: rgb(148,6,114); }

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