#80155B

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

Shades of Eggplant #80155B

Tints of Eggplant #80155B

Color information

#80155B (or 0x80155B) is unknown color: approx Eggplant. HEX triplet: 80, 15 and 5B. RGB value is (128,21,91). Sum of RGB (Red+Green+Blue) = 128+21+91=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80155B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80155B is #7FEAA4. Grayscale: #3C3C3C. Windows color (decimal): -8383141 or 5969280. OLE color: 5969280.

HSL color Cylindrical-coordinate representation of color #80155B: hue angle of 320.75º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80155B is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1282191-
CMYK00.840.290.50
HSL320.75º71.81%29.22%-
HSV(B)320.75º83.59%50.2%-
XYZ11.065.8810.45-
YUV60.97144.95175.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=53.33%
G=8.75%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128219100.840.290.50320.7571.8129.22
Hex80155B0541D32141481d
Octal200251330124356250111035
Binary100000001010110110110101010011101110010101000001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80155B; }

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

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

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

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

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

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

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

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