#940C6F

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

Shades of Eggplant #940C6F

Tints of Eggplant #940C6F

Color information

#940C6F (or 0x940C6F) is unknown color: approx Eggplant. HEX triplet: 94, 0C and 6F. RGB value is (148,12,111). Sum of RGB (Red+Green+Blue) = 148+12+111=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #940C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C6F is #6BF390. Grayscale: #3F3F3F. Windows color (decimal): -7074705 or 7277716. OLE color: 7277716.

HSL color Cylindrical-coordinate representation of color #940C6F: hue angle of 316.32º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C6F is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14812111-
CMYK00.920.250.42
HSL316.32º85%31.37%-
HSV(B)316.32º91.89%58.04%-
XYZ15.217.7115.72-
YUV63.95154.56187.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.61%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 111 (43.75% from 255) = 40.96%
R=54.61%
G=4.43%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481211100.920.250.42316.328531.37
Hex94C6F05C192A13c551f
Octal224141570134315247412537
Binary10010100110011011110101110011001101010100111100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,12,111); }

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

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

 a { background-color: rgb(148,12,111); }

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

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

 span { border-color: rgb(148,12,111); }

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