#881365

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

Shades of Eggplant #881365

Tints of Eggplant #881365

Color information

#881365 (or 0x881365) is unknown color: approx Eggplant. HEX triplet: 88, 13 and 65. RGB value is (136,19,101). Sum of RGB (Red+Green+Blue) = 136+19+101=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #881365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881365 is #77EC9A. Grayscale: #3F3F3F. Windows color (decimal): -7859355 or 6624136. OLE color: 6624136.

HSL color Cylindrical-coordinate representation of color #881365: hue angle of 317.95º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #881365 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13619101-
CMYK00.860.260.47
HSL317.95º75.48%30.39%-
HSV(B)317.95º86.03%53.33%-
XYZ12.746.6412.92-
YUV63.33149.26179.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=53.12%
G=7.42%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361910100.860.260.47317.9575.4830.39
Hex8813650561A2F13e4b1e
Octal210231450126325747611336
Binary100010001001111001010101011011010101111100111110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881365; }

 p { color: rgb(136,19,101); }

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

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

 a { background-color: rgb(136,19,101); }

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

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

 span { border-color: rgb(136,19,101); }

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