#87096A

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

Shades of Eggplant #87096A

Tints of Eggplant #87096A

Color information

#87096A (or 0x87096A) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 6A. RGB value is (135,9,106). Sum of RGB (Red+Green+Blue) = 135+9+106=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #87096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87096A is #78F695. Grayscale: #393939. Windows color (decimal): -7927446 or 6949255. OLE color: 6949255.

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

Color convert

RGB1359106-
CMYK00.930.210.47
HSL313.81º87.5%28.24%-
HSV(B)313.81º93.33%52.94%-
XYZ12.696.3914.2-
YUV57.73155.24183.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=54%
G=3.6%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135910600.930.210.47313.8187.528.24
Hex8796A05D152F13a581c
Octal207111520135255747213034
Binary10000111100111010100101110110101101111100111010101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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