#88095B

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

Shades of Eggplant #88095B

Tints of Eggplant #88095B

Color information

#88095B (or 0x88095B) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 5B. RGB value is (136,9,91). Sum of RGB (Red+Green+Blue) = 136+9+91=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #88095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88095B is #77F6A4. Grayscale: #383838. Windows color (decimal): -7861925 or 5966216. OLE color: 5966216.

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

Color convert

RGB136991-
CMYK00.930.330.47
HSL321.26º87.59%28.43%-
HSV(B)321.26º93.38%53.33%-
XYZ12.146.1810.45-
YUV56.32147.58184.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.63%
GREEN value IS 9 (3.91% from 255) = 3.81%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=57.63%
G=3.81%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13699100.930.330.47321.2687.5928.43
Hex8895B05D212F141581c
Octal210111330135415750113034
Binary100010001001101101101011101100001101111101000001101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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