#940D6D

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

Shades of Eggplant #940D6D

Tints of Eggplant #940D6D

Color information

#940D6D (or 0x940D6D) is unknown color: approx Eggplant. HEX triplet: 94, 0D and 6D. RGB value is (148,13,109). Sum of RGB (Red+Green+Blue) = 148+13+109=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #940D6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D6D is #6BF292. Grayscale: #404040. Windows color (decimal): -7074451 or 7146900. OLE color: 7146900.

HSL color Cylindrical-coordinate representation of color #940D6D: hue angle of 317.33º degrees, saturation: 0.84, 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 #940D6D is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14813109-
CMYK00.910.260.42
HSL317.33º83.85%31.57%-
HSV(B)317.33º91.22%58.04%-
XYZ15.127.6915.16-
YUV64.31153.23187.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 13 (5.47% from 255) = 4.81%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=54.81%
G=4.81%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481310900.910.260.42317.3383.8531.57
Hex94D6D05B1A2A13d5420
Octal224151550133325247512440
Binary100101001101110110101011011110101010101001111011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,13,109); }

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

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

 a { background-color: rgb(148,13,109); }

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

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

 span { border-color: rgb(148,13,109); }

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