#870E65

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

Shades of Eggplant #870E65

Tints of Eggplant #870E65

Color information

#870E65 (or 0x870E65) is unknown color: approx Eggplant. HEX triplet: 87, 0E and 65. RGB value is (135,14,101). Sum of RGB (Red+Green+Blue) = 135+14+101=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #870E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E65 is #78F19A. Grayscale: #3B3B3B. Windows color (decimal): -7926171 or 6622855. OLE color: 6622855.

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

Color convert

RGB13514101-
CMYK00.900.250.47
HSL316.86º81.21%29.22%-
HSV(B)316.86º89.63%52.94%-
XYZ12.56.412.89-
YUV60.1151.09181.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54%
GREEN value IS 14 (5.86% from 255) = 5.6%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=54%
G=5.6%
B=40.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351410100.900.250.47316.8681.2129.22
Hex87E6505A192F13d511d
Octal207161450132315747512135
Binary10000111111011001010101101011001101111100111101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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