#940C6C

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

Shades of Eggplant #940C6C

Tints of Eggplant #940C6C

Color information

#940C6C (or 0x940C6C) is unknown color: approx Eggplant. HEX triplet: 94, 0C and 6C. RGB value is (148,12,108). Sum of RGB (Red+Green+Blue) = 148+12+108=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C6C is #6BF393. Grayscale: #3F3F3F. Windows color (decimal): -7074708 or 7081108. OLE color: 7081108.

HSL color Cylindrical-coordinate representation of color #940C6C: hue angle of 317.65º 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 #940C6C is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14812108-
CMYK00.920.270.42
HSL317.65º85%31.37%-
HSV(B)317.65º91.89%58.04%-
XYZ15.057.6414.87-
YUV63.61153.06188.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.22%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=55.22%
G=4.48%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481210800.920.270.42317.658531.37
Hex94C6C05C1B2A13e551f
Octal224141540134335247612537
Binary10010100110011011000101110011011101010100111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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