#940E65

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

Shades of Eggplant #940E65

Tints of Eggplant #940E65

Color information

#940E65 (or 0x940E65) is unknown color: approx Eggplant. HEX triplet: 94, 0E and 65. RGB value is (148,14,101). Sum of RGB (Red+Green+Blue) = 148+14+101=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #940E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940E65 is #6BF19A. Grayscale: #3F3F3F. Windows color (decimal): -7074203 or 6622868. OLE color: 6622868.

HSL color Cylindrical-coordinate representation of color #940E65: hue angle of 321.04º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E65 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14814101-
CMYK00.910.320.42
HSL321.04º82.72%31.76%-
HSV(B)321.04º90.54%58.04%-
XYZ14.727.5512.99-
YUV63.98148.89187.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 14 (5.86% from 255) = 5.32%
BLUE value IS 101 (39.84% from 255) = 38.40%
R=56.27%
G=5.32%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481410100.910.320.42321.0482.7231.76
Hex94E6505B202A1415320
Octal224161450133405250112340
Binary1001010011101100101010110111000001010101010000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940E65; }

 p { color: rgb(148,14,101); }

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

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

 a { background-color: rgb(148,14,101); }

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

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

 span { border-color: rgb(148,14,101); }

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