#8B036C

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

Shades of Eggplant #8B036C

Tints of Eggplant #8B036C

Color information

#8B036C (or 0x8B036C) is unknown color: approx Eggplant. HEX triplet: 8B, 03 and 6C. RGB value is (139,3,108). Sum of RGB (Red+Green+Blue) = 139+3+108=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B036C is #74FC93. Grayscale: #373737. Windows color (decimal): -7666836 or 7078795. OLE color: 7078795.

HSL color Cylindrical-coordinate representation of color #8B036C: hue angle of 313.68º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B036C is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB1393108-
CMYK00.980.220.45
HSL313.68º95.77%27.84%-
HSV(B)313.68º97.84%54.51%-
XYZ13.396.6414.76-
YUV55.63157.56187.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 3 (1.56% from 255) = 1.2%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=55.6%
G=1.2%
B=43.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139310800.980.220.45313.6895.7727.84
Hex8B36C062162D13a601c
Octal21331540142265547214034
Binary100010111111011000110001010110101101100111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,3,108); }

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

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

 a { background-color: rgb(139,3,108); }

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

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

 span { border-color: rgb(139,3,108); }

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