#8B115E

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

Shades of Eggplant #8B115E

Tints of Eggplant #8B115E

Color information

#8B115E (or 0x8B115E) is unknown color: approx Eggplant. HEX triplet: 8B, 11 and 5E. RGB value is (139,17,94). Sum of RGB (Red+Green+Blue) = 139+17+94=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B115E is #74EEA1. Grayscale: #3E3E3E. Windows color (decimal): -7663266 or 6164875. OLE color: 6164875.

HSL color Cylindrical-coordinate representation of color #8B115E: hue angle of 322.13º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B115E is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1391794-
CMYK00.880.320.45
HSL322.13º78.21%30.59%-
HSV(B)322.13º87.77%54.51%-
XYZ12.876.711.2-
YUV62.26145.92182.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=55.6%
G=6.8%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139179400.880.320.45322.1378.2130.59
Hex8B115E058202D1424e1f
Octal213211360130405550211637
Binary1000101110001101111001011000100000101101101000010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,17,94); }

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

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

 a { background-color: rgb(139,17,94); }

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

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

 span { border-color: rgb(139,17,94); }

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