#870E5F

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

Shades of Eggplant #870E5F

Tints of Eggplant #870E5F

Color information

#870E5F (or 0x870E5F) is unknown color: approx Eggplant. HEX triplet: 87, 0E and 5F. RGB value is (135,14,95). Sum of RGB (Red+Green+Blue) = 135+14+95=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #870E5F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E5F is #78F1A0. Grayscale: #3B3B3B. Windows color (decimal): -7926177 or 6229639. OLE color: 6229639.

HSL color Cylindrical-coordinate representation of color #870E5F: hue angle of 319.83º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E5F is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1351495-
CMYK00.900.300.47
HSL319.83º81.21%29.22%-
HSV(B)319.83º89.63%52.94%-
XYZ12.216.2911.4-
YUV59.41148.09181.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 55.33%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=55.33%
G=5.74%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135149500.900.300.47319.8381.2129.22
Hex87E5F05A1E2F140511d
Octal207161370132365750012135
Binary10000111111010111110101101011110101111101000000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870E5F; }

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

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

<style>
 a { background-color: #870E5F; }

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

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

<style>
 span { border-color: #870E5F; }

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

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