#880B66

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

Shades of Eggplant #880B66

Tints of Eggplant #880B66

Color information

#880B66 (or 0x880B66) is unknown color: approx Eggplant. HEX triplet: 88, 0B and 66. RGB value is (136,11,102). Sum of RGB (Red+Green+Blue) = 136+11+102=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #880B66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B66 is #77F499. Grayscale: #3A3A3A. Windows color (decimal): -7861402 or 6687624. OLE color: 6687624.

HSL color Cylindrical-coordinate representation of color #880B66: hue angle of 316.32º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B66 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13611102-
CMYK00.920.250.47
HSL316.32º85.03%28.82%-
HSV(B)316.32º91.91%53.33%-
XYZ12.676.4313.14-
YUV58.75152.41183.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 11 (4.69% from 255) = 4.42%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=54.62%
G=4.42%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361110200.920.250.47316.3285.0328.82
Hex88B6605C192F13c551d
Octal210131460134315747412535
Binary10001000101111001100101110011001101111100111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880B66; }

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

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

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

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

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

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

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

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