#8C026E

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

Shades of Eggplant #8C026E

Tints of Eggplant #8C026E

Color information

#8C026E (or 0x8C026E) is unknown color: approx Eggplant. HEX triplet: 8C, 02 and 6E. RGB value is (140,2,110). Sum of RGB (Red+Green+Blue) = 140+2+110=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C026E is #73FD91. Grayscale: #373737. Windows color (decimal): -7601554 or 7209612. OLE color: 7209612.

HSL color Cylindrical-coordinate representation of color #8C026E: hue angle of 313.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C026E is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB1402110-
CMYK00.990.210.45
HSL313.04º97.18%27.84%-
HSV(B)313.04º98.57%54.9%-
XYZ13.656.7415.33-
YUV55.57158.72188.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 55.56%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=55.56%
G=0.79%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140211000.990.210.45313.0497.1827.84
Hex8C26E063152D139611c
Octal21421560143255547114134
Binary100011001011011100110001110101101101100111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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