#800D5B

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

Shades of Eggplant #800D5B

Tints of Eggplant #800D5B

Color information

#800D5B (or 0x800D5B) is unknown color: approx Eggplant. HEX triplet: 80, 0D and 5B. RGB value is (128,13,91). Sum of RGB (Red+Green+Blue) = 128+13+91=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800D5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800D5B is #7FF2A4. Grayscale: #383838. Windows color (decimal): -8385189 or 5967232. OLE color: 5967232.

HSL color Cylindrical-coordinate representation of color #800D5B: hue angle of 319.3º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D5B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1281391-
CMYK00.900.290.50
HSL319.3º81.56%27.65%-
HSV(B)319.3º89.84%50.2%-
XYZ10.935.6310.41-
YUV56.28147.6179.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.17%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=55.17%
G=5.60%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128139100.900.290.50319.381.5627.65
Hex80D5B05A1D3213f521c
Octal200151330132356247712234
Binary10000000110110110110101101011101110010100111111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,13,91); }

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

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

 a { background-color: rgb(128,13,91); }

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

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

 span { border-color: rgb(128,13,91); }

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