#87096E

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

Shades of Eggplant #87096E

Tints of Eggplant #87096E

Color information

#87096E (or 0x87096E) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 6E. RGB value is (135,9,110). Sum of RGB (Red+Green+Blue) = 135+9+110=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #87096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87096E is #78F691. Grayscale: #393939. Windows color (decimal): -7927442 or 7211399. OLE color: 7211399.

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

Color convert

RGB1359110-
CMYK00.930.190.47
HSL311.9º87.5%28.24%-
HSV(B)311.9º93.33%52.94%-
XYZ12.96.4715.32-
YUV58.19157.24182.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=53.15%
G=3.54%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135911000.930.190.47311.987.528.24
Hex8796E05D132F138581c
Octal207111560135235747013034
Binary10000111100111011100101110110011101111100111000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87096E; }

 p { color: rgb(135,9,110); }

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

<style>
 a { background-color: #87096E; }

 a { background-color: rgb(135,9,110); }

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

<style>
 span { border-color: #87096E; }

 span { border-color: rgb(135,9,110); }

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