#8E0563

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

Shades of Eggplant #8E0563

Tints of Eggplant #8E0563

Color information

#8E0563 (or 0x8E0563) is unknown color: approx Eggplant. HEX triplet: 8E, 05 and 63. RGB value is (142,5,99). Sum of RGB (Red+Green+Blue) = 142+5+99=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0563 is #71FA9C. Grayscale: #383838. Windows color (decimal): -7469725 or 6489486. OLE color: 6489486.

HSL color Cylindrical-coordinate representation of color #8E0563: hue angle of 318.83º 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 #8E0563 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB142599-
CMYK00.960.300.44
HSL318.83º93.2%28.82%-
HSV(B)318.83º96.48%55.69%-
XYZ13.466.7612.4-
YUV56.68151.89188.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.72%
GREEN value IS 5 (2.34% from 255) = 2.03%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=57.72%
G=2.03%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14259900.960.300.44318.8393.228.82
Hex8E5630601E2C13f5d1d
Octal21651430140365447713535
Binary1000111010111000110110000011110101100100111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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