#940472

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

Shades of Eggplant #940472

Tints of Eggplant #940472

Color information

#940472 (or 0x940472) is unknown color: approx Eggplant. HEX triplet: 94, 04 and 72. RGB value is (148,4,114). Sum of RGB (Red+Green+Blue) = 148+4+114=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #940472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940472 is #6BFB8D. Grayscale: #3B3B3B. Windows color (decimal): -7076750 or 7472276. OLE color: 7472276.

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

Color convert

RGB1484114-
CMYK00.970.230.42
HSL314.17º94.74%29.8%-
HSV(B)314.17º97.3%58.04%-
XYZ15.297.616.58-
YUV59.6158.71191.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.64%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 114 (44.92% from 255) = 42.86%
R=55.64%
G=1.50%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148411400.970.230.42314.1794.7429.8
Hex94472061172A13a5f1e
Octal22441620141275247213736
Binary1001010010011100100110000110111101010100111010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940472; }

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

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

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

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

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

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

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

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