#87095E

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

Shades of Eggplant #87095E

Tints of Eggplant #87095E

Color information

#87095E (or 0x87095E) is unknown color: approx Eggplant. HEX triplet: 87, 09 and 5E. RGB value is (135,9,94). Sum of RGB (Red+Green+Blue) = 135+9+94=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #87095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87095E is #78F6A1. Grayscale: #383838. Windows color (decimal): -7927458 or 6162823. OLE color: 6162823.

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

Color convert

RGB135994-
CMYK00.930.300.47
HSL319.52º87.5%28.24%-
HSV(B)319.52º93.33%52.94%-
XYZ12.116.1511.14-
YUV56.36149.24184.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=56.72%
G=3.78%
B=39.50%

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
Decimal13599400.930.300.47319.5287.528.24
Hex8795E05D1E2F140581c
Octal207111360135365750013034
Binary10000111100110111100101110111110101111101000000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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