#8B1464

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

Shades of Eggplant #8B1464

Tints of Eggplant #8B1464

Color information

#8B1464 (or 0x8B1464) is unknown color: approx Eggplant. HEX triplet: 8B, 14 and 64. RGB value is (139,20,100). Sum of RGB (Red+Green+Blue) = 139+20+100=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1464 is #74EB9B. Grayscale: #404040. Windows color (decimal): -7662492 or 6558859. OLE color: 6558859.

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

Color convert

RGB13920100-
CMYK00.860.280.45
HSL319.66º74.84%31.18%-
HSV(B)319.66º85.61%54.51%-
XYZ13.26.9112.69-
YUV64.7147.92181-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 100 (39.45% from 255) = 38.61%
R=53.67%
G=7.72%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392010000.860.280.45319.6674.8431.18
Hex8B14640561C2D1404b1f
Octal213241440126345550011337
Binary100010111010011001000101011011100101101101000000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,20,100); }

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

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

 a { background-color: rgb(139,20,100); }

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

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

 span { border-color: rgb(139,20,100); }

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