#8B1466

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

Shades of Eggplant #8B1466

Tints of Eggplant #8B1466

Color information

#8B1466 (or 0x8B1466) is unknown color: approx Eggplant. HEX triplet: 8B, 14 and 66. RGB value is (139,20,102). Sum of RGB (Red+Green+Blue) = 139+20+102=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1466 is #74EB99. Grayscale: #404040. Windows color (decimal): -7662490 or 6689931. OLE color: 6689931.

HSL color Cylindrical-coordinate representation of color #8B1466: hue angle of 318.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 #8B1466 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB13920102-
CMYK00.860.270.45
HSL318.66º74.84%31.18%-
HSV(B)318.66º85.61%54.51%-
XYZ13.36.9513.21-
YUV64.93148.92180.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.26%
GREEN value IS 20 (8.20% from 255) = 7.66%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=53.26%
G=7.66%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392010200.860.270.45318.6674.8431.18
Hex8B14660561B2D13f4b1f
Octal213241460126335547711337
Binary100010111010011001100101011011011101101100111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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