#800B5B

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

Shades of Eggplant #800B5B

Tints of Eggplant #800B5B

Color information

#800B5B (or 0x800B5B) is unknown color: approx Eggplant. HEX triplet: 80, 0B and 5B. RGB value is (128,11,91). Sum of RGB (Red+Green+Blue) = 128+11+91=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #800B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B5B is #7FF4A4. Grayscale: #363636. Windows color (decimal): -8385701 or 5966720. OLE color: 5966720.

HSL color Cylindrical-coordinate representation of color #800B5B: hue angle of 318.97º 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 #800B5B is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1281191-
CMYK00.910.290.50
HSL318.97º84.17%27.25%-
HSV(B)318.97º91.41%50.2%-
XYZ10.915.5810.4-
YUV55.1148.26180-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 55.65%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=55.65%
G=4.78%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128119100.910.290.50318.9784.1727.25
Hex80B5B05B1D3213f541b
Octal200131330133356247712433
Binary10000000101110110110101101111101110010100111111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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