#860E65

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

Shades of Eggplant #860E65

Tints of Eggplant #860E65

Color information

#860E65 (or 0x860E65) is unknown color: approx Eggplant. HEX triplet: 86, 0E and 65. RGB value is (134,14,101). Sum of RGB (Red+Green+Blue) = 134+14+101=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #860E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860E65 is #79F19A. Grayscale: #3B3B3B. Windows color (decimal): -7991707 or 6622854. OLE color: 6622854.

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

Color convert

RGB13414101-
CMYK00.900.250.47
HSL316.5º81.08%29.02%-
HSV(B)316.5º89.55%52.55%-
XYZ12.346.3212.88-
YUV59.8151.26180.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 101 (39.84% from 255) = 40.56%
R=53.82%
G=5.62%
B=40.56%

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
Decimal1341410100.900.250.47316.581.0829.02
Hex86E6505A192F13c511d
Octal206161450132315747412135
Binary10000110111011001010101101011001101111100111100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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