#800B64

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

Shades of Eggplant #800B64

Tints of Eggplant #800B64

Color information

#800B64 (or 0x800B64) is unknown color: approx Eggplant. HEX triplet: 80, 0B and 64. RGB value is (128,11,100). Sum of RGB (Red+Green+Blue) = 128+11+100=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #800B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B64 is #7FF49B. Grayscale: #373737. Windows color (decimal): -8385692 or 6556544. OLE color: 6556544.

HSL color Cylindrical-coordinate representation of color #800B64: hue angle of 314.36º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B64 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB12811100-
CMYK00.910.220.50
HSL314.36º84.17%27.25%-
HSV(B)314.36º91.41%50.2%-
XYZ11.325.7512.57-
YUV56.13152.76179.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.56%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 100 (39.45% from 255) = 41.84%
R=53.56%
G=4.60%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281110000.910.220.50314.3684.1727.25
Hex80B6405B163213a541b
Octal200131440133266247212433
Binary10000000101111001000101101110110110010100111010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800B64; }

 p { color: rgb(128,11,100); }

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

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

 a { background-color: rgb(128,11,100); }

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

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

 span { border-color: rgb(128,11,100); }

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