#8B054E

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

Shades of Eggplant #8B054E

Tints of Eggplant #8B054E

Color information

#8B054E (or 0x8B054E) is unknown color: approx Eggplant. HEX triplet: 8B, 05 and 4E. RGB value is (139,5,78). Sum of RGB (Red+Green+Blue) = 139+5+78=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B054E is #74FAB1. Grayscale: #353535. Windows color (decimal): -7666354 or 5113227. OLE color: 5113227.

HSL color Cylindrical-coordinate representation of color #8B054E: hue angle of 327.31º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B054E is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB139578-
CMYK00.960.440.45
HSL327.31º93.06%28.24%-
HSV(B)327.31º96.4%54.51%-
XYZ12.086.157.76-
YUV53.39141.89189.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=62.61%
G=2.25%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13957800.960.440.45327.3193.0628.24
Hex8B54E0602C2D1475d1c
Octal21351160140545550713534
Binary10001011101100111001100000101100101101101000111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,5,78); }

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

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

 a { background-color: rgb(139,5,78); }

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

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

 span { border-color: rgb(139,5,78); }

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