#8B015E

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

Shades of Eggplant #8B015E

Tints of Eggplant #8B015E

Color information

#8B015E (or 0x8B015E) is unknown color: approx Eggplant. HEX triplet: 8B, 01 and 5E. RGB value is (139,1,94). Sum of RGB (Red+Green+Blue) = 139+1+94=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B015E is #74FEA1. Grayscale: #343434. Windows color (decimal): -7667362 or 6160779. OLE color: 6160779.

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

Color convert

RGB139194-
CMYK00.990.320.45
HSL319.57º98.57%27.45%-
HSV(B)319.57º99.28%54.51%-
XYZ12.686.3211.14-
YUV52.86151.22189.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=59.40%
G=0.43%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13919400.990.320.45319.5798.5727.45
Hex8B15E063202D140631b
Octal21311360143405550014333
Binary100010111101111001100011100000101101101000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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