#88095F

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

Shades of Eggplant #88095F

Tints of Eggplant #88095F

Color information

#88095F (or 0x88095F) is unknown color: approx Eggplant. HEX triplet: 88, 09 and 5F. RGB value is (136,9,95). Sum of RGB (Red+Green+Blue) = 136+9+95=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #88095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88095F is #77F6A0. Grayscale: #383838. Windows color (decimal): -7861921 or 6228360. OLE color: 6228360.

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

Color convert

RGB136995-
CMYK00.930.300.47
HSL319.37º87.59%28.43%-
HSV(B)319.37º93.38%53.33%-
XYZ12.326.2611.38-
YUV56.78149.58184.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=56.67%
G=3.75%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13699500.930.300.47319.3787.5928.43
Hex8895F05D1E2F13f581c
Octal210111370135365747713034
Binary10001000100110111110101110111110101111100111111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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