#8B165E

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

Shades of Eggplant #8B165E

Tints of Eggplant #8B165E

Color information

#8B165E (or 0x8B165E) is unknown color: approx Eggplant. HEX triplet: 8B, 16 and 5E. RGB value is (139,22,94). Sum of RGB (Red+Green+Blue) = 139+22+94=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B165E is #74E9A1. Grayscale: #414141. Windows color (decimal): -7661986 or 6166155. OLE color: 6166155.

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

Color convert

RGB1392294-
CMYK00.840.320.45
HSL323.08º72.67%31.57%-
HSV(B)323.08º84.17%54.51%-
XYZ12.956.8711.23-
YUV65.19144.26180.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 22 (8.98% from 255) = 8.63%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=54.51%
G=8.63%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139229400.840.320.45323.0872.6731.57
Hex8B165E054202D1434920
Octal213261360124405550311140
Binary10001011101101011110010101001000001011011010000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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