List of 8-bit computer hardware graphics

(Learn how and when to remove this message)

This is a list of notable 8-bit computer color palettes, and graphics, which were primarily manufactured from 1975 to 1985. Although some of them use RGB palettes, more commonly they have 4, 16 or more color palettes that are not bit nor level combinations of RGB primaries, but fixed ROM/circuitry colors selected by the manufacturer. Due to mixed-bit architectures, the n-bit distinction is not always a strict categorization. Another error is assuming that a computer's color palette represents what it can show all at once. Resolution is also a crucial aspect when criticizing an 8-bit computer, as many offer different modes with different amounts of colors on screen, and different resolutions, with the intent of trading off resolution for color, and vice versa.

Sample image Color test chart 3-bit, 8-color palette 6-bit, 64-color palette

3-bit RGB palettes

Systems with a 3-bit RGB palette use 1 bit for each of the red, green and blue color components. That is, each component is either "on" or "off" with no intermediate states. This results in an 8-color palette ((21)3 == 23 == 8) that have black, white, the three RGB primary colors red, green and blue and their correspondent complementary colors cyan, magenta and yellow as follows:

Sample image Palette coverage Color indexes

The color indices vary between implementations; therefore, index numbers are not given. A common selection has 3 bits (from LSB to MSB) directly representing the 'Red', 'Green' and 'Blue' (RGB) components in a number from 0 to 7. An alternate arrangement uses the bit order 'Blue', 'Red', 'Green' (BRG), such that the resultant palette - in numerical order - represents an increasing level of intensity on a monochrome display.

The 3-bit RGB palette is used by:

Specific details about implementation and actual graphical capabilities of specific systems, are listed on the next sub-sections.

World System Teletext Level 1

World System Teletext Level 1 (1976) uses a 3-bit RGB, 8-color palette. Teletext has 40×25 characters per page of which the first row is reserved for a page header. Every character cell has a background color and a text color. These attributes along with others are set through control codes which each occupy one character position. Graphics characters consisting of 2×3 cells can used following a graphics color attribute. Up to a maximum of 72×69 blocky pixels can be used on a page.

Simulated image

BBC Micro

BBC Micro has 8 display modes, with resolutions like 640×256 (max. 2 colors), 320×256 (max. 4 colors) and 160×256 (max. 16 logical colors). No display modes have cell attribute clashes. The palette available has only 8 physical colors, plus a further 8 flashing colors (each being one of the eight non-flashing colors alternating with its physical complement every second), and the display modes can have 16, 4 or 2 simultaneous colors.

Simulated image

BBC Micro display modes

Mode 0 (640 × 256, 2 colors) Mode 1 (320 × 256, 4 colors) Mode 2 (160 × 256, 8 colors)
Mode 4 (320 × 256, 2 colors) Mode 5 (160 × 256, 4 colors) Mode 8 (80 × 256, 8 colors)

Sinclair QL (Sinclair Quantum Leap)

On the Sinclair QL two video modes were available, 256×256 pixels with 8 RGB colors and per-pixel flashing, or 512×256 pixels with four colors: black, red, green and white. The supported colors could be stippled in 2×2 blocks to simulate up to 256 colors, an effect which did not copy reliably on a TV, especially over an RF connection. Pixel aspect ratio was not square, with resulting image proportions close to 4.4:3, making the image extend into the horizontal overscan area of a CRT TV.

256x256 mode 512x256 mode
Simulated images (aspect ratio corrected)
Simulated images (original pixel size)
Sinclair QL 256x256 mode example image.png
256×256 512×256
black black
blue
red red
magenta
green green
cyan
yellow white
white

PC-8000 series

The NEC PC-8000 was capable of displaying graphics with a resolution of 160x100 pixels and 8 colors.

4-bit RGBI palettes

The 4-bit RGBI palette is similar to the 3-bit RGB palette but adds one bit for intensity. This allows each of the colors of the 3-bit palette to have a variant (on most machines dark or bright, but saturated or unsaturated was also possible) potentially giving a total of 23×2 == 16 colors. Some implementations had only 15 effective colors due to the "dark" and "bright" variations of black being displayed identically. Others generated a grey tone or a different color.

This 4-bit RGBI schema is used in several platforms with variations, so the table given below is a simple reference for the palette richness, and not an actual implemented palette. For this reason, no numbers are assigned to each color, and color order is arbitrary.

Systems that used this palette scheme:

Specific details about implementation and actual graphical capabilities of specific systems, are listed on the next sub-sections.

ZX Spectrum

The ZX Spectrum (and compatible) computers use a variation of the 4-bit RGBI palette philosophy. This results in each of the colors of the 3-bit palette to have a basic and bright variant, with the exception of black. This was accomplished by having a maximum voltage level for the bright variant, and a lower voltage level for the basic variant. Due to this, black is the same in both variants.

The attribute byte associated with every 8×8 pixel cell comprises (from LSB to MSB): three bits for the background color; three bits for the foreground color; one bit for the bright variant for both, and one bit for the flashing effect (alternate foreground and background colors every 0.32 seconds). Thus the colors are not independently selectable as indices of a true palette (there are not color numbers 8 to 15, and the bright bit affects both colors within a cell). However, within a single set of 8 colors the BRG order of bits means that the colors appear in increasing order of brightness on a monochrome display.[4]

The color number (0 to 7) can be employed with the following BASIC statements to choose:

And a value of 0 or 1 with the following statements to choose:

Simulated image Sample image and palette
ZX Spectrum Hardware Palette[4][5]
Colour

number

Binary value Colour

name

Binary value Colour

name

G R B I G R B I
0 0 0 0 0 Black 0 0 0 1 Black
1 0 0 1 0 Blue 0 0 1 1 Bright Blue
2 0 1 0 0 Red 0 1 0 1 Bright Red
3 0 1 1 0 Magenta 0 1 1 1 Bright Magenta
4 1 0 0 0 Green 1 0 0 1 Bright Green
5 1 0 1 0 Cyan 1 0 1 1 Bright Cyan
6 1 1 0 0 Yellow 1 1 0 1 Bright Yellow
7 1 1 1 0 White 1 1 1 1 Bright White

IBM PC/XT and compatible systems

The original IBM PC launched in 1981 features an Intel 8088 CPU which has 8-bit data bus technology, though internally the CPU has a fully 16-bit architecture. It was offered with a Monochrome Display Adapter (MDA) or a Color Graphics Adapter (CGA). The MDA is a text mode-only display adapter, without any graphic ability beyond using the built-in code page 437 character set (which includes half-block and line-drawing characters), and employed an original IBM green monochrome monitor; only black, green and intensified green could be seen on its screen.[citation needed] Then, only the CGA had true graphic modes.

The IBM PC XT model, which succeeded the original PC in 1983, has an identical architecture and CPU to its predecessor, only with more expansion slots and a hard disk equipped as standard. The same two video cards, the MDA and the CGA, remained available for the PC XT, and no upgraded video hardware was offered by IBM until the EGA, which followed the introduction of the IBM Personal Computer/AT, with its full 16-bit bus design, in 1984.

CGA

The Color Graphics Adapter (CGA) outputs what IBM called "digital RGB"[6] (that is, the R, G, B (and I) signals from the graphics card to the monitor can each only have two states: on or off).

CGA supports a maximum of 16 colors. However, its 320×200 graphics mode is restricted to fixed palettes containing only four colors, and the 640×200 graphic mode is only two colors. 16 simultaneous colors are only available in text mode or the "tweaked text" 160×100 mode.

A different set of 16 simultaneous colors is available using an NTSC TV or composite monitor by using artifact color techniques, with independent groups having demonstrated much larger color sets of over 256 colors See Color Graphics Adapter#High color depth.

The CGA RGBI palette is a variant of the 4-bit RGBI schema, arranged internally like this:.

CGA palette internal bit arrangement (4-bit RGBI)[7]
Color I R G B Color I R G B
Black 0 0 0 0 Gray 2 1 0 0 0
Blue 0 0 0 1 Light Blue 1 0 0 1
Green 0 0 1 0 Light Green 1 0 1 0
Cyan 0 0 1 1 Light Cyan 1 0 1 1
Red 0 1 0 0 Light Red 1 1 0 0
Magenta 0 1 0 1 Light Magenta 1 1 0 1
Yellow / Brown 0 1 1 0 Light Yellow 1 1 1 0
Gray 1 0 1 1 1 White 1 1 1 1

Although the RGBI signals each have only two states, the CGA color monitor (usually mentioned as RGB monitor) decodes them as four level RGB signals. Darker colors are the basic RGB 2nd level signals except for brown, which is dark yellow with the level for the green component halved (1st level). Brighter colors are made by adding a uniform intensity one-level signal to every RGB signal of the dark ones, reaching the 3rd level (except dark gray which reaches only the 1st level), and in this case yellow is produced as if the brown were ordinary dark yellow.

The resulting displayed colors on RGB monitors are shown below:

0 — black 8 — high gray
1 — low blue 9 — high blue
2 — low green 10 — high green
3 — low cyan 11 — high cyan
4 — low red 12 — high red
5 — low magenta 13 — high magenta
6 — low yellow (brown) 14 — high yellow
7 — low gray 15 — white

A few earlier non-IBM compatible CGA monitors lack the circuitry to decode color numbers as of four levels internally, and they cannot show brown and dark gray. The above palette is displayed in such monitors as follows:

0 — black 8 — black*
1 — low blue 9 — high blue
2 — low green 10 — high green
3 — low cyan 11 — high cyan
4 — low red 12 — high red
5 — low magenta 13 — high magenta
6 — low yellow* (brown) 14 — high yellow
7 — light gray* (gray) 15 — white
16-color palette modes

The only full 16-color BIOS modes of the CGA are the text mode 0 (40×25) and mode 2 (80×25). Disabling the flashing attribute effect and using the IBM 437 codepage block characters 220 (DCh) ▄ (bottom half) or 223 (DFh) ▀ (upper half), the mode 2 screen buffer provides an 80×50 quasi-graphic mode.

Also, a tweak mode can be set in the CGA to give an extra, non-standard 160×100 pixels 16-color graphic mode.

16-color, 80×50 mode 16-color, 160×100 mode 16-color comparison image
4-color palette modes

In the 320×200 graphics mode, every pixel has two bits. A value of 0 is always a selectable background-plus-border color (with the same register and/or BIOS call used for the foreground color in the 640×200 graphic mode; black by default), and the three remaining values 1 to 3 are indices to one of the predefined color palette entries.

The selection of a palette is a bit complex. There are two BIOS 320×200 CGA graphics modes: modes 4 and 5. Mode 4 has the composite color burst output enabled (in the Mode Control Register at I/O address 3D8H, bit 2 is cleared), and mode 5 has it disabled (the same bit 2 is set). Mode 5 is intended mainly for a monochrome composite video monitor, but because of a specific intentional feature of the CGA hardware, it also has a different palette for an RGBI color monitor. For mode 4, two palettes can be chosen: green/red/brown and cyan/magenta/white; the difference is the absence or presence of the blue signal in all three colors. (The palette is selected with bit 5 of the Color-Select Register at I/O address 3D9h, where the bit value 1 selects the cyan/magenta/white palette [a/k/a "palette #1" because it is the BIOS default] and 0 selects the green/red/brown palette [a/k/a "palette #2"]. This bit can be set using BIOS INT 10h function 0Bh, subfunction 1.) The palette for BIOS video mode 5 is always cyan/red/white: blue is always on, and red and green each are controlled directly by one of the two bits of the pixel color value. For each of these three palette options, a low or high intensity palette can be chosen with bit 4 of the aforementioned Color-Select Register: a value of 0 means low intensity and 1 means high intensity. (No BIOS call exists to switch between the two intensity modes.) The selected intensity setting simply controls the "I" output signal to the RGBI monitor for all colors in the palette. As a result, the green-red-brown palette appears as bright-green/bright-red/yellow when high intensity is selected. The combination of color-burst enable/disable selection, palette selection, and intensity selection yields a total of 6 different possible palettes for CGA 320×200 graphics.

Mode 4, palette #1, low intensity
0 — [user-defined]
1 — cyan
2 — magenta
3 — light grey
The sixteen combinations with the background color are:
0 1 _ 0 1 _ 0 1 _ 0 1 * 0 1 _ 0 1 * 0 1 _ 0 1 *
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
(*) Useless due to the duplication of one of the colors.
Mode 4, palette #1, high intensity
0 — [user-defined]
1 — bright cyan
2 — bright magenta
3 — bright white
The sixteen combinations with the background color are:
0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
0 1 _ 0 1 _ 0 1 _ 0 1 * 0 1 _ 0 1 * 0 1 _ 0 1 *
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
(*) Useless due to the duplication of one of the colors.
Mode 4, palette #2, low intensity
0 — [user-defined]
1 — green
2 — red
3 — brown
The sixteen combinations with the background color are:
0 1 _ 0 1 _ 0 1 * 0 1 _ 0 1 * 0 1 _ 0 1 * 0 1 _
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
(*) Useless due to the duplication of one of the colors.
Mode 4, palette #2, high intensity
0 — [user-defined]
1 — bright green
2 — bright red
3 — yellow
The sixteen combinations with the background color are:
0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
0 1 _ 0 1 _ 0 1 * 0 1 _ 0 1 * 0 1 _ 0 1 * 0 1 _
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
(*) Useless due to the duplication of one of the colors.
Mode 5, low intensity
0 — [user-defined]
1 — cyan
2 — red
3 — light grey
The sixteen combinations with the background color are:
0 1 _ 0 1 _ 0 1 _ 0 1 * 0 1 * 0 1 _ 0 1 _ 0 1 *
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
(*) Useless due to the duplication of one of the colors.
Mode 5, high intensity
0 — [user-defined]
1 — bright cyan
2 — bright red
3 — white
The sixteen combinations with the background color are:
0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
0 1 _ 0 1 _ 0 1 _ 0 1 * 0 1 * 0 1 _ 0 1 _ 0 1 *
2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _ 2 3 _
(*) Useless due to the duplication of one of the colors.
When viewed in a monochrome composite monitor, the mode 5 palettes above are shown as a (more or less brighter) 2-bit grayscale palette:
2-color palette mode

In the 640×200 graphic mode (BIOS mode number 6), every pixel has only a single bit. The foreground color can be set, with the default being white.

2-color 2-color comparison image
0 — black
1 — [user-defined]
The sixteen combinations are:
0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _
0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _ 0 1 _

PCjr and Tandy 1000 series

The IBM PCjr features a "CGA Plus" video subsystem, consisting mainly of a 6845 CRTC and an LSI video chip known as the "Video Gate Array", that can show all 16 CGA colors simultaneously on screen in the extended low-res graphic modes. The near-compatible Tandy 1000 series features almost 100% PCjr-compatible video hardware implemented in a Tandy proprietary chip. This graphics adapter is better known by the name Tandy Graphics Adapter, because the PCjr was short-lived but the Tandy 1000 line was quite popular for many years. The video mode capabilities of early-model Tandy 1000 computers are exactly the same as the PCjr's. (Later Tandy 1000 models featured "Tandy Video II" hardware which added a 640x200 16-color mode but surrendered PCjr hardware register-compatibility for CGA register-compatibility.)

The PCjr adds three video modes to the CGA mode set: 160×200 16-color "low-resolution" graphics, 320×200 16-color "medium-resolution" graphics, and 640×200 4-color "high-resolution" graphics. All PCjr/Tandy 1000 graphics modes can reassign any color index to any palette entry, allowing free selection of all palette colors in modes with fewer than 16 colors (including the plain CGA modes) and enabling color cycling effects in all modes. The PCjr also offers a graphics blink function which causes 8 colors to alternate between the low and high halves of the 16-color palette at the text blink rate. (A PCjr must be upgraded with a PCjr-specific internal 64 KB memory expansion card in order to use the latter two of these modes or any 80-column text mode. Tandy 1000 base models can use all video modes.)

0 1 2 3 4 5 6 7
8 9 10 11 12 13 14 15

Thomson

For Thomson computers, a popular brand in France, the most common display modes are 320×200, with 8×1 attribute cells with 2 colors. Here the intensity byte affects saturation and not only brightness variations.

Thomson MO5

The Thomson MO5 generated graphics based on a EFGJ03L (or MA4Q-1200) gate array[8] capable of 40×25 text display and a resolution of 320 x 200 pixels with 16 colours (subject to proximity constraints - only two colors for a 8x1 pixel area).[9]

The colour palette has 8 basic RGB colours with an intensity bit (called P for "Pastel") that controlled saturation ("saturated" or "pastel").[10][11] In memory, the bit order was PBGR. The desaturated colours were obtained by mixing of the original RGB components within the video hardware. This is done by a PROM circuit, where a two bit mask controls colour mixing ratios of 0%, 33%, 66% and 100% of the saturated hue.[10] This approach allows the display of Orange instead of "desaturated white", and Gray instead of "desaturated black".

According to the values specified on the computer's technical manual (“Manuel Technique du MO5”,[10] pg. 11 & 19), the hardware palette was:[11]

Thomson MO5 Hardware Palette[11]
Memory bits

PBGR

PROM bit mask

B2B1 G2G1 R2R1

Name Memory bits

PBGR

PROM bit mask

B2B1 G2G1 R2R1

Name
0000 00 00 00 Black 1000 10 10 10 Gray
0001 01 01 11 Red 1001 10 10 11 Rose
0010 00 11 00 Green 1010 10 11 10 Light Green
0011 00 11 11 Yellow 1011 10 11 11 Light Yellow
0100 11 01 01 Blue 1100 11 10 01 Light Blue
0101 11 00 11 Magenta 1101 11 10 11 Parma Pink
0110 11 11 01 Cyan 1110 11 11 10 Light Cyan
0111 11 11 11 White 1111 01 10 11 Orange

Displayed colors are only approximate due to different transfer and color spaces used on web pages (sRGB) and analog video (BT.601)

Actual colour on emulators and later models seems to have been tweaked, with normal Blue and Red being fully saturated.[12]

Simulated image Color test chart

Thomson TO7/70

The Thomson TO7/70 graphics were similar to the Thomson MO5[13] and generated by a Motorola MCA1300 gate array.[14] capable of 40×25 text display and a resolution of 320 x 200 pixels with 16 colours (limited by 8x1 pixel colour attribute areas).[15][16] The colour palette is 4-bit RGBI, with 8 basic RGB colours and a intensity bit (called P for "Pastel") that controlled saturation ("saturated" or "pastel").[10][11]

Fixed color palette 1 (similar to MO5)

Sample image Color test chart
0x0 K 0x1 B 0x2 R 0x3 M 0x4 G 0x5 C 0x6 Y 0x7 W
0x8 0x9 0xA 0xB 0xC 0xD 0xE 0xF

Fixed color palette 2

0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7
0x8 0x9 0xA 0xB 0xC 0xD 0xE 0xF

Fixed color palette 3

Example of 16 fixed color palette 3
0x0 0x1 0x2 0x3 0x4 0x5 0x6 0x7
0x8 0x9 0xA 0xB 0xC 0xD 0xE 0xF

Mattel Aquarius

The Mattel Aquarius computer has a text mode with 40×24 characters, that can be used as a semigraphic 80×72 low resolution graphics mode. There are spatial constraints ("attribute" areas) for different colors, consisting of 2x3 pixel groups.

The machine uses a TEA1002 graphic chip, and there are three bits for the RGB components (generating 8 primary colors at full saturation but 75% luminance - similar to the EBU colour bars) and an intensity bit that controls a variation of the base color (a 75% luminance decrease for white, creating gray; a 50% chroma saturation decrease for the RGB primary colors).[17][18][19]

Mattel Aquarius hardware palette (TEA1002)[18][19]
Color Luminance (%) Chroma (º) Chroma (%)
Black 0.0 - -
Red 22.5 103 48
Green 44.0 241 44
Yellow 66.5 167 33
Blue 8.5 347 33
Magenta 31.0 61 44
Cyan 52.5 283 48
White 100.0 - -
Grey 75.0 - -
Cyan 52.5 283 24
Magenta 31.0 61 22
Blue 8.5 347 17
Yellow 66.5 167 17
Green 44.0 241 22
Red 22.5 103 24
Black 0.0 - -

 An alternate configuration of the chip allows it to output 95% luminance color bars - similar to BBC colour bars, more suited for usage in teletext decoders.[19]

3 level RGB palettes

Amstrad CPC series

The Amstrad CPC 464/664/6128 series of computers generates the available palette with 3 levels (not bits) for every RGB primary. Thus, there are 27 different RGB combinations, from which 16 can be simultaneously displayed in low resolution mode, four in medium resolution mode and two in high resolution mode.[20]

Simulations of actual images on the Amstrad's color monitor in each of the modes (160×200x16 colors; 320×200x4 colors and 640×200x2 colors) follows. A cheaper green monochrome display was also available from the manufacturer; in this case, the colors are viewed as a 16-tone green scale, as shown in the last simulated image, as it interprets the overall brightness of the full color signal, instead of only considering the green intensity as might, e.g., the Philips CM8833 line.

2 colors 4 colors 16 colors 16-tone green scale
0 – Black (5) 1 – Dark blue (0,14) 2 – Blue (6) 3 – Dark red 4 – Dark magenta 5 – Violet 6 – Red (3) 7 – Magenta-red 8 – Magenta (7)
9 – Dark green 10 – Dark cyan (8) 11 – Cyan-blue (15) 12 – Dark yellow (brown) (9) 13 – Grey 14 – Light blue (10) 15 – Orange 16 – Pink (11, 15) 17 – Light magenta
18 – Green (12) 19 – Cyan-green 20 – Cyan (2) 21 – Yellow-green 22 – Light green (13) 23 – Light cyan 24 – Yellow (1, 14) 25 – Light yellow 26 – White (4)

The number in parentheses means the primary ink number for the Locomotive BASIC PEN, PAPER and INK statements (that is, "(1)" means ink #1 defaults to this color). Inks can also have a secondary color number, meaning they flash between two colors. By default, ink #14 alternates between colors 1 and 24 (blue and bright yellow) and ink #15 alternates between colors 11 and 16 (cyan-blue and pink). In addition, the paper defaults to ink #0 and the pen to ink #1, meaning yellow text on a dark blue background.

8-bit RGB palettes

The 8-bit RGB palettes (also known as 3-3-2 bit RGB) use 3 bits for each of the red and green color components, and 2 bits for the blue component, due to the lesser sensitivity of the common human eye to this primary color. This results in an 8×8×4 = 256-color palette as follows:

Red #000000 #240000 #490000 #6D0000 #920000 #B60000 #DB0000 #FF0000
Green #000000 #002400 #004900 #006D00 #009200 #00B600 #00DB00 #00FF00
Blue #000000 #000055 #0000AA #0000FF

Tiki 100

The Tiki 100 uses an 8-bit RGB palette (also described as 3-3-2 bit RGB), with 3 bits for each of the red and green color components, and 2 bits for the blue component. It supports 3 different resolutions with 256, 512 or 1024 by 256 pixels and 16, 4, or 2 colors respectively (freely selectable from the full 256-color palette).

Enterprise

The Enterprise computer has five graphics modes: 40- and 80-column text modes, Lo-Res and Hi-Res bit mapped graphics, and attribute graphics. Bit mapped graphics modes allow selection between displays of 2, 4,16 or 256 colors (from a 3-3-2 bit RGB palette), but horizontal resolution decreases as color depth increases.

Interlaced and non-interlaced modes are available. The maximum resolution is 640×512 pixels interlaced, or 640×256 pixels non-interlaced. These resolutions permit only a 2-colour display.

A 256-colour display has a maximum resolution of 80×256. The attribute graphics mode provides a 320×256 pixel resolution with 16 colors, selectable from a palette of 256.

Multiple pages can be displayed simultaneously on the screen, even if their graphics modes are different. Each page has its own palette, which allows more colors to be displayed onscreen simultaneously. The page height can be larger than the screen or the window it is displayed on. Each page is connected to a channel of the EXOS operating system, so it is possible to write on a hidden page.

MSX2

On the MSX2 screen mode 8 is a high-resolution 256×212-pixel mode with an 8-bit color depth, giving a palette of 256 colors (Fixed RGB mode of the Yamaha V9938 video chip).[21] From the MSB to LSB, there are three green bits, three red bits, and two blue bits. This mode uses half of the available colors overall, and can be considered a palette in its own right.

9-bit RGB palettes

The MSX2 series features a Yamaha V9938 video chip, which manages a 9-bit RGB palette (512 colors in Paletted RGB mode) and has some extended graphic modes. Although its graphical capabilities are similar, or even better than of those of 16-bit personal computers, MSX2 and MSX2+ (see below) are pure 8-bit machines.

Screen mode 6 is a 512×212-pixel mode with a 4-color palette chosen from the available 512 colors. Screen modes 5 and 7 are high-resolution 256×212-pixel and 512×212-pixel modes, respectively, with a 16-color palette chosen from the available 512 colors. Each pixel can be any of the 16 selected colors.

4-color screen mode 6 16-color screen mode 5

15-bit RGB palettes

MSX2+

The MSX2+ series (released in 1988) features a Yamaha V9958 video chip which manages a 15-bit RGB palette internally encoded in YJK (up to 19,268 different colors from the 32,768 theoretically possible)[22] and has additional screen modes. Although its graphical capabilities are similar, or even better than of those of 16-bit personal computers, MSX2 (see above) and MSX2+ are pure 8-bit machines. YJK color encoding can be viewed as a lossy compression technique; in the RGB to YJK conversion, the average red and green levels are preserved, but blue is subsampled. As a result of every four pixels sharing a chroma value, in mode 12 it is not possible to have vertical lines of a single color. This is only possible in modes 10 and 11 due to the additional 16-color direct palette. This can be used to mix 16 indexed colors with a rich colorful background, in what can be considered a primitive video overlay technique.

Screen modes 10 & 11 – 12,499 YJK colors plus a 16-color palette. In this mode, the YJK technique encodes 16 levels of luminance into the four LSBs of each pixel and 64 levels of chroma, from −32 to +31, shared across every four consecutive pixels and stored in the three higher bits of the four pixels. If the fifth bit of the pixel is set, then the lower four bits of the pixel points to an index in the 16-color palette; otherwise, they specify the YJK luminance level of the pixel.

Screen mode 12 is similar to modes 10 and 11, but uses five bits to encode 32 levels of luminance for every pixel, thus it does not use an additional palette and, with YJK encoding, 19,268 different colors can be displayed simultaneously with 8-bit color depth.

Screen mode 10 & 11 Screen mode 12

18-bit RGB palettes