#8B0E5C

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

Shades of Eggplant #8B0E5C

Tints of Eggplant #8B0E5C

Color information

#8B0E5C (or 0x8B0E5C) is unknown color: approx Eggplant. HEX triplet: 8B, 0E and 5C. RGB value is (139,14,92). Sum of RGB (Red+Green+Blue) = 139+14+92=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E5C is #74F1A3. Grayscale: #3C3C3C. Windows color (decimal): -7664036 or 6033035. OLE color: 6033035.

HSL color Cylindrical-coordinate representation of color #8B0E5C: hue angle of 322.56º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E5C is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1391492-
CMYK00.900.340.45
HSL322.56º81.7%30%-
HSV(B)322.56º89.93%54.51%-
XYZ12.746.5810.72-
YUV60.27145.91184.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.73%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=56.73%
G=5.71%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139149200.900.340.45322.5681.730
Hex8BE5C05A222D143521e
Octal213161340132425550312236
Binary100010111110101110001011010100010101101101000011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0E5C; }

 p { color: rgb(139,14,92); }

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

<style>
 a { background-color: #8B0E5C; }

 a { background-color: rgb(139,14,92); }

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

<style>
 span { border-color: #8B0E5C; }

 span { border-color: rgb(139,14,92); }

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