#87165F

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

Shades of Eggplant #87165F

Tints of Eggplant #87165F

Color information

#87165F (or 0x87165F) is unknown color: approx Eggplant. HEX triplet: 87, 16 and 5F. RGB value is (135,22,95). Sum of RGB (Red+Green+Blue) = 135+22+95=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87165F is #78E9A0. Grayscale: #3F3F3F. Windows color (decimal): -7924129 or 6231687. OLE color: 6231687.

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

Color convert

RGB1352295-
CMYK00.840.300.47
HSL321.24º71.97%30.78%-
HSV(B)321.24º83.7%52.94%-
XYZ12.346.5511.44-
YUV64.11145.44178.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=53.57%
G=8.73%
B=37.70%

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
Decimal135229500.840.300.47321.2471.9730.78
Hex87165F0541E2F141481f
Octal207261370124365750111037
Binary100001111011010111110101010011110101111101000001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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