#881163

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

Shades of Eggplant #881163

Tints of Eggplant #881163

Color information

#881163 (or 0x881163) is unknown color: approx Eggplant. HEX triplet: 88, 11 and 63. RGB value is (136,17,99). Sum of RGB (Red+Green+Blue) = 136+17+99=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #881163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881163 is #77EE9C. Grayscale: #3D3D3D. Windows color (decimal): -7859869 or 6492552. OLE color: 6492552.

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

Color convert

RGB1361799-
CMYK00.870.270.47
HSL318.66º77.78%30%-
HSV(B)318.66º87.5%53.33%-
XYZ12.616.5412.4-
YUV61.93148.92180.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=53.97%
G=6.75%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136179900.870.270.47318.6677.7830
Hex8811630571B2F13f4e1e
Octal210211430127335747711636
Binary100010001000111000110101011111011101111100111111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881163; }

 p { color: rgb(136,17,99); }

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

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

 a { background-color: rgb(136,17,99); }

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

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

 span { border-color: rgb(136,17,99); }

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