#8B036E

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

Shades of Eggplant #8B036E

Tints of Eggplant #8B036E

Color information

#8B036E (or 0x8B036E) is unknown color: approx Eggplant. HEX triplet: 8B, 03 and 6E. RGB value is (139,3,110). Sum of RGB (Red+Green+Blue) = 139+3+110=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B036E is #74FC91. Grayscale: #373737. Windows color (decimal): -7666834 or 7209867. OLE color: 7209867.

HSL color Cylindrical-coordinate representation of color #8B036E: hue angle of 312.79º 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 #8B036E is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB1393110-
CMYK00.980.210.45
HSL312.79º95.77%27.84%-
HSV(B)312.79º97.84%54.51%-
XYZ13.496.6815.33-
YUV55.86158.56187.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 110 (43.36% from 255) = 43.65%
R=55.16%
G=1.19%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139311000.980.210.45312.7995.7727.84
Hex8B36E062152D139601c
Octal21331560142255547114034
Binary100010111111011100110001010101101101100111001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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