#880566

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

Shades of Eggplant #880566

Tints of Eggplant #880566

Color information

#880566 (or 0x880566) is unknown color: approx Eggplant. HEX triplet: 88, 05 and 66. RGB value is (136,5,102). Sum of RGB (Red+Green+Blue) = 136+5+102=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #880566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880566 is #77FA99. Grayscale: #363636. Windows color (decimal): -7862938 or 6686088. OLE color: 6686088.

HSL color Cylindrical-coordinate representation of color #880566: hue angle of 315.57º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880566 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB1365102-
CMYK00.960.250.47
HSL315.57º92.91%27.65%-
HSV(B)315.57º96.32%53.33%-
XYZ12.616.313.12-
YUV55.23154.4185.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.97%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=55.97%
G=2.06%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136510200.960.250.47315.5792.9127.65
Hex88566060192F13c5d1c
Octal21051460140315747413534
Binary1000100010111001100110000011001101111100111100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880566; }

 p { color: rgb(136,5,102); }

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

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

 a { background-color: rgb(136,5,102); }

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

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

 span { border-color: rgb(136,5,102); }

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