#8B0C6E

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

Shades of Eggplant #8B0C6E

Tints of Eggplant #8B0C6E

Color information

#8B0C6E (or 0x8B0C6E) is unknown color: approx Eggplant. HEX triplet: 8B, 0C and 6E. RGB value is (139,12,110). Sum of RGB (Red+Green+Blue) = 139+12+110=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C6E is #74F391. Grayscale: #3C3C3C. Windows color (decimal): -7664530 or 7212171. OLE color: 7212171.

HSL color Cylindrical-coordinate representation of color #8B0C6E: hue angle of 313.7º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C6E is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB13912110-
CMYK00.910.210.45
HSL313.7º84.11%29.61%-
HSV(B)313.7º91.37%54.51%-
XYZ13.596.8815.36-
YUV61.14155.58183.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=53.26%
G=4.60%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391211000.910.210.45313.784.1129.61
Hex8BC6E05B152D13a541e
Octal213141560133255547212436
Binary10001011110011011100101101110101101101100111010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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