#870E64

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

Shades of Eggplant #870E64

Tints of Eggplant #870E64

Color information

#870E64 (or 0x870E64) is unknown color: approx Eggplant. HEX triplet: 87, 0E and 64. RGB value is (135,14,100). Sum of RGB (Red+Green+Blue) = 135+14+100=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #870E64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E64 is #78F19B. Grayscale: #3B3B3B. Windows color (decimal): -7926172 or 6557319. OLE color: 6557319.

HSL color Cylindrical-coordinate representation of color #870E64: hue angle of 317.36º 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 #870E64 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13514100-
CMYK00.900.260.47
HSL317.36º81.21%29.22%-
HSV(B)317.36º89.63%52.94%-
XYZ12.456.3912.63-
YUV59.98150.59181.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=54.22%
G=5.62%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351410000.900.260.47317.3681.2129.22
Hex87E6405A1A2F13d511d
Octal207161440132325747512135
Binary10000111111011001000101101011010101111100111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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