#8B0E6A

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

Shades of Eggplant #8B0E6A

Tints of Eggplant #8B0E6A

Color information

#8B0E6A (or 0x8B0E6A) is unknown color: approx Eggplant. HEX triplet: 8B, 0E and 6A. RGB value is (139,14,106). Sum of RGB (Red+Green+Blue) = 139+14+106=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E6A is #74F195. Grayscale: #3D3D3D. Windows color (decimal): -7664022 or 6950539. OLE color: 6950539.

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

Color convert

RGB13914106-
CMYK00.900.240.45
HSL315.84º81.7%30%-
HSV(B)315.84º89.93%54.51%-
XYZ13.416.8414.25-
YUV61.86152.91183.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 14 (5.86% from 255) = 5.41%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=53.67%
G=5.41%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391410600.900.240.45315.8481.730
Hex8BE6A05A182D13c521e
Octal213161520132305547412236
Binary10001011111011010100101101011000101101100111100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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