#8B046B

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

Shades of Eggplant #8B046B

Tints of Eggplant #8B046B

Color information

#8B046B (or 0x8B046B) is unknown color: approx Eggplant. HEX triplet: 8B, 04 and 6B. RGB value is (139,4,107). Sum of RGB (Red+Green+Blue) = 139+4+107=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B046B is #74FB94. Grayscale: #373737. Windows color (decimal): -7666581 or 7013515. OLE color: 7013515.

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

Color convert

RGB1394107-
CMYK00.970.230.45
HSL314.22º94.41%28.04%-
HSV(B)314.22º97.12%54.51%-
XYZ13.346.6414.49-
YUV56.11156.73187.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 107 (42.19% from 255) = 42.8%
R=55.6%
G=1.6%
B=42.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139410700.970.230.45314.2294.4128.04
Hex8B46B061172D13a5e1c
Octal21341530141275547213634
Binary1000101110011010110110000110111101101100111010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,4,107); }

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

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

 a { background-color: rgb(139,4,107); }

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

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

 span { border-color: rgb(139,4,107); }

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