#80015B

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

Shades of Eggplant #80015B

Tints of Eggplant #80015B

Color information

#80015B (or 0x80015B) is unknown color: approx Eggplant. HEX triplet: 80, 01 and 5B. RGB value is (128,1,91). Sum of RGB (Red+Green+Blue) = 128+1+91=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #80015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80015B is #7FFEA4. Grayscale: #313131. Windows color (decimal): -8388261 or 5964160. OLE color: 5964160.

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

Color convert

RGB128191-
CMYK00.990.290.50
HSL317.48º98.45%25.29%-
HSV(B)317.48º99.22%50.2%-
XYZ10.85.3710.36-
YUV49.23151.58184.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.18%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=58.18%
G=0.45%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12819100.990.290.50317.4898.4525.29
Hex8015B0631D3213d6219
Octal20011330143356247514231
Binary10000000110110110110001111101110010100111101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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