#94065E

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

Shades of Eggplant #94065E

Tints of Eggplant #94065E

Color information

#94065E (or 0x94065E) is unknown color: approx Eggplant. HEX triplet: 94, 06 and 5E. RGB value is (148,6,94). Sum of RGB (Red+Green+Blue) = 148+6+94=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #94065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94065E is #6BF9A1. Grayscale: #3A3A3A. Windows color (decimal): -7076258 or 6162068. OLE color: 6162068.

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

Color convert

RGB148694-
CMYK00.960.360.42
HSL322.82º92.21%30.2%-
HSV(B)322.82º95.95%58.04%-
XYZ14.37.2311.23-
YUV58.49148.04191.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.68%
GREEN value IS 6 (2.73% from 255) = 2.42%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=59.68%
G=2.42%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14869400.960.360.42322.8292.2130.2
Hex9465E060242A1435c1e
Octal22461360140445250313436
Binary10010100110101111001100000100100101010101000011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94065E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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