#88096A

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

Shades of Eggplant #88096A

Tints of Eggplant #88096A

Color information

#88096A (or 0x88096A) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 6A. RGB value is (136,9,106). Sum of RGB (Red+Green+Blue) = 136+9+106=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88096A is #77F695. Grayscale: #393939. Windows color (decimal): -7861910 or 6949256. OLE color: 6949256.

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

Color convert

RGB1369106-
CMYK00.930.220.47
HSL314.17º87.59%28.43%-
HSV(B)314.17º93.38%53.33%-
XYZ12.856.4714.21-
YUV58.03155.08183.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 9 (3.91% from 255) = 3.59%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=54.18%
G=3.59%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136910600.930.220.47314.1787.5928.43
Hex8896A05D162F13a581c
Octal210111520135265747213034
Binary10001000100111010100101110110110101111100111010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88096A; }

 p { color: rgb(136,9,106); }

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

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

 a { background-color: rgb(136,9,106); }

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

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

 span { border-color: rgb(136,9,106); }

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