#8E0968

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

Shades of Eggplant #8E0968

Tints of Eggplant #8E0968

Color information

#8E0968 (or 0x8E0968) is unknown color: approx Eggplant. HEX triplet: 8E, 09 and 68. RGB value is (142,9,104). Sum of RGB (Red+Green+Blue) = 142+9+104=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0968 is #71F697. Grayscale: #3B3B3B. Windows color (decimal): -7468696 or 6818190. OLE color: 6818190.

HSL color Cylindrical-coordinate representation of color #8E0968: hue angle of 317.14º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0968 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB1429104-
CMYK00.940.270.44
HSL317.14º88.08%29.61%-
HSV(B)317.14º93.66%55.69%-
XYZ13.756.9513.71-
YUV59.6153.06186.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=55.69%
G=3.53%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142910400.940.270.44317.1488.0829.61
Hex8E96805E1B2C13d581e
Octal216111500136335447513036
Binary10001110100111010000101111011011101100100111101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,104); }

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

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

 a { background-color: rgb(142,9,104); }

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

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

 span { border-color: rgb(142,9,104); }

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