#8E0569

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

Shades of Eggplant #8E0569

Tints of Eggplant #8E0569

Color information

#8E0569 (or 0x8E0569) is unknown color: approx Eggplant. HEX triplet: 8E, 05 and 69. RGB value is (142,5,105). Sum of RGB (Red+Green+Blue) = 142+5+105=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0569 is #71FA96. Grayscale: #393939. Windows color (decimal): -7469719 or 6882702. OLE color: 6882702.

HSL color Cylindrical-coordinate representation of color #8E0569: hue angle of 316.2º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E0569 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB1425105-
CMYK00.960.260.44
HSL316.2º93.2%28.82%-
HSV(B)316.2º96.48%55.69%-
XYZ13.766.8813.97-
YUV57.36154.89188.37-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.35%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=56.35%
G=1.98%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142510500.960.260.44316.293.228.82
Hex8E5690601A2C13c5d1d
Octal21651510140325447413535
Binary1000111010111010010110000011010101100100111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,5,105); }

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

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

 a { background-color: rgb(142,5,105); }

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

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

 span { border-color: rgb(142,5,105); }

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