#94055E

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

Shades of Eggplant #94055E

Tints of Eggplant #94055E

Color information

#94055E (or 0x94055E) is unknown color: approx Eggplant. HEX triplet: 94, 05 and 5E. RGB value is (148,5,94). Sum of RGB (Red+Green+Blue) = 148+5+94=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94055E is #6BFAA1. Grayscale: #393939. Windows color (decimal): -7076514 or 6161812. OLE color: 6161812.

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

Color convert

RGB148594-
CMYK00.970.360.42
HSL322.66º93.46%30%-
HSV(B)322.66º96.62%58.04%-
XYZ14.297.2111.23-
YUV57.9148.38192.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.92%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=59.92%
G=2.02%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14859400.970.360.42322.6693.4630
Hex9455E061242A1435d1e
Octal22451360141445250313536
Binary10010100101101111001100001100100101010101000011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94055E; }

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

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

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

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

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

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

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

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