#940A6B

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

Shades of Eggplant #940A6B

Tints of Eggplant #940A6B

Color information

#940A6B (or 0x940A6B) is unknown color: approx Eggplant. HEX triplet: 94, 0A and 6B. RGB value is (148,10,107). Sum of RGB (Red+Green+Blue) = 148+10+107=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #940A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A6B is #6BF594. Grayscale: #3E3E3E. Windows color (decimal): -7075221 or 7015060. OLE color: 7015060.

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

Color convert

RGB14810107-
CMYK00.930.280.42
HSL317.83º87.34%30.98%-
HSV(B)317.83º93.24%58.04%-
XYZ14.987.5714.58-
YUV62.32153.22189.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=55.85%
G=3.77%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481010700.930.280.42317.8387.3430.98
Hex94A6B05D1C2A13e571f
Octal224121530135345247612737
Binary10010100101011010110101110111100101010100111110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,10,107); }

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

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

 a { background-color: rgb(148,10,107); }

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

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

 span { border-color: rgb(148,10,107); }

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