#8B115B

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

Shades of Eggplant #8B115B

Tints of Eggplant #8B115B

Color information

#8B115B (or 0x8B115B) is unknown color: approx Eggplant. HEX triplet: 8B, 11 and 5B. RGB value is (139,17,91). Sum of RGB (Red+Green+Blue) = 139+17+91=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B115B is #74EEA4. Grayscale: #3D3D3D. Windows color (decimal): -7663269 or 5968267. OLE color: 5968267.

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

Color convert

RGB1391791-
CMYK00.880.350.45
HSL323.61º78.21%30.59%-
HSV(B)323.61º87.77%54.51%-
XYZ12.746.6510.51-
YUV61.91144.42182.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.28%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=56.28%
G=6.88%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139179100.880.350.45323.6178.2130.59
Hex8B115B058232D1444e1f
Octal213211330130435550411637
Binary1000101110001101101101011000100011101101101000100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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