#87165E

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

Shades of Eggplant #87165E

Tints of Eggplant #87165E

Color information

#87165E (or 0x87165E) is unknown color: approx Eggplant. HEX triplet: 87, 16 and 5E. RGB value is (135,22,94). Sum of RGB (Red+Green+Blue) = 135+22+94=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87165E is #78E9A1. Grayscale: #3F3F3F. Windows color (decimal): -7924130 or 6166151. OLE color: 6166151.

HSL color Cylindrical-coordinate representation of color #87165E: hue angle of 321.77º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #87165E is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1352294-
CMYK00.840.300.47
HSL321.77º71.97%30.78%-
HSV(B)321.77º83.7%52.94%-
XYZ12.36.5311.2-
YUV64144.94178.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=53.78%
G=8.76%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135229400.840.300.47321.7771.9730.78
Hex87165E0541E2F142481f
Octal207261360124365750211037
Binary100001111011010111100101010011110101111101000010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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