#8B015F

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

Shades of Eggplant #8B015F

Tints of Eggplant #8B015F

Color information

#8B015F (or 0x8B015F) is unknown color: approx Eggplant. HEX triplet: 8B, 01 and 5F. RGB value is (139,1,95). Sum of RGB (Red+Green+Blue) = 139+1+95=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B015F is #74FEA0. Grayscale: #343434. Windows color (decimal): -7667361 or 6226315. OLE color: 6226315.

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

Color convert

RGB139195-
CMYK00.990.320.45
HSL319.13º98.57%27.45%-
HSV(B)319.13º99.28%54.51%-
XYZ12.726.3411.38-
YUV52.98151.72189.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=59.15%
G=0.43%
B=40.43%

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
Decimal13919500.990.320.45319.1398.5727.45
Hex8B15F063202D13f631b
Octal21311370143405547714333
Binary100010111101111101100011100000101101100111111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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