#8A026E

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

Shades of Eggplant #8A026E

Tints of Eggplant #8A026E

Color information

#8A026E (or 0x8A026E) is unknown color: approx Eggplant. HEX triplet: 8A, 02 and 6E. RGB value is (138,2,110). Sum of RGB (Red+Green+Blue) = 138+2+110=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A026E is #75FD91. Grayscale: #363636. Windows color (decimal): -7732626 or 7209610. OLE color: 7209610.

HSL color Cylindrical-coordinate representation of color #8A026E: hue angle of 312.35º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A026E is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB1382110-
CMYK00.990.200.46
HSL312.35º97.14%27.45%-
HSV(B)312.35º98.55%54.12%-
XYZ13.326.5715.32-
YUV54.98159.06187.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.2%
GREEN value IS 2 (1.17% from 255) = 0.8%
BLUE value IS 110 (43.36% from 255) = 44%
R=55.2%
G=0.8%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138211000.990.200.46312.3597.1427.45
Hex8A26E063142E138611b
Octal21221560143245647014133
Binary100010101011011100110001110100101110100111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A026E; }

 p { color: rgb(138,2,110); }

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

<style>
 a { background-color: #8A026E; }

 a { background-color: rgb(138,2,110); }

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

<style>
 span { border-color: #8A026E; }

 span { border-color: rgb(138,2,110); }

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