#88096D

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

Shades of Eggplant #88096D

Tints of Eggplant #88096D

Color information

#88096D (or 0x88096D) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 6D. RGB value is (136,9,109). Sum of RGB (Red+Green+Blue) = 136+9+109=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88096D is #77F692. Grayscale: #3A3A3A. Windows color (decimal): -7861907 or 7145864. OLE color: 7145864.

HSL color Cylindrical-coordinate representation of color #88096D: hue angle of 312.76º 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 #88096D is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB1369109-
CMYK00.930.200.47
HSL312.76º87.59%28.43%-
HSV(B)312.76º93.38%53.33%-
XYZ13.016.5315.04-
YUV58.37156.58183.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=53.54%
G=3.54%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136910900.930.200.47312.7687.5928.43
Hex8896D05D142F139581c
Octal210111550135245747113034
Binary10001000100111011010101110110100101111100111001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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