#880067

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

Shades of Eggplant #880067

Tints of Eggplant #880067

Color information

#880067 (or 0x880067) is unknown color: approx Eggplant. HEX triplet: 88, 00 and 67. RGB value is (136,0,103). Sum of RGB (Red+Green+Blue) = 136+0+103=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #880067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880067 is #77FF98. Grayscale: #343434. Windows color (decimal): -7864217 or 6750344. OLE color: 6750344.

HSL color Cylindrical-coordinate representation of color #880067: hue angle of 314.56º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880067 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB1360103-
CMYK010.240.47
HSL314.56º100%26.67%-
HSV(B)314.56º100%53.33%-
XYZ12.66.2113.37-
YUV52.41156.56187.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=56.90%
G=0%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1360103010.240.47314.5610026.67
Hex88067064182F13b641b
Octal21001470144305747314433
Binary10001000011001110110010011000101111100111011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880067; }

 p { color: rgb(136,0,103); }

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

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

 a { background-color: rgb(136,0,103); }

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

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

 span { border-color: rgb(136,0,103); }

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