#88095C

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

Shades of Eggplant #88095C

Tints of Eggplant #88095C

Color information

#88095C (or 0x88095C) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 5C. RGB value is (136,9,92). Sum of RGB (Red+Green+Blue) = 136+9+92=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #88095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88095C is #77F6A3. Grayscale: #383838. Windows color (decimal): -7861924 or 6031752. OLE color: 6031752.

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

Color convert

RGB136992-
CMYK00.930.320.47
HSL320.79º87.59%28.43%-
HSV(B)320.79º93.38%53.33%-
XYZ12.186.210.68-
YUV56.44148.08184.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 9 (3.91% from 255) = 3.80%
BLUE value IS 92 (36.33% from 255) = 38.82%
R=57.38%
G=3.80%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13699200.930.320.47320.7987.5928.43
Hex8895C05D202F141581c
Octal210111340135405750113034
Binary100010001001101110001011101100000101111101000001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88095C; }

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

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

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

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

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

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

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

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