#800866

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

Shades of Eggplant #800866

Tints of Eggplant #800866

Color information

#800866 (or 0x800866) is unknown color: approx Eggplant. HEX triplet: 80, 08 and 66. RGB value is (128,8,102). Sum of RGB (Red+Green+Blue) = 128+8+102=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #800866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800866 is #7FF799. Grayscale: #363636. Windows color (decimal): -8386458 or 6686848. OLE color: 6686848.

HSL color Cylindrical-coordinate representation of color #800866: hue angle of 313º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800866 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB1288102-
CMYK00.940.200.50
HSL313º88.24%26.67%-
HSV(B)313º93.75%50.2%-
XYZ11.395.7213.07-
YUV54.6154.76180.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.78%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=53.78%
G=3.36%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128810200.940.200.5031388.2426.67
Hex8086605E1432139581b
Octal200101460136246247113033
Binary10000000100011001100101111010100110010100111001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800866; }

 p { color: rgb(128,8,102); }

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

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

 a { background-color: rgb(128,8,102); }

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

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

 span { border-color: rgb(128,8,102); }

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