#8B0366

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

Shades of Eggplant #8B0366

Tints of Eggplant #8B0366

Color information

#8B0366 (or 0x8B0366) is unknown color: approx Eggplant. HEX triplet: 8B, 03 and 66. RGB value is (139,3,102). Sum of RGB (Red+Green+Blue) = 139+3+102=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0366 is #74FC99. Grayscale: #363636. Windows color (decimal): -7666842 or 6685579. OLE color: 6685579.

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

Color convert

RGB1393102-
CMYK00.980.270.45
HSL316.32º95.77%27.84%-
HSV(B)316.32º97.84%54.51%-
XYZ13.086.5113.14-
YUV54.95154.56187.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.97%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=56.97%
G=1.23%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139310200.980.270.45316.3295.7727.84
Hex8B3660621B2D13c601c
Octal21331460142335547414034
Binary100010111111001100110001011011101101100111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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