#860A64

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

Shades of Eggplant #860A64

Tints of Eggplant #860A64

Color information

#860A64 (or 0x860A64) is unknown color: approx Eggplant. HEX triplet: 86, 0A and 64. RGB value is (134,10,100). Sum of RGB (Red+Green+Blue) = 134+10+100=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #860A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A64 is #79F59B. Grayscale: #393939. Windows color (decimal): -7992732 or 6556294. OLE color: 6556294.

HSL color Cylindrical-coordinate representation of color #860A64: hue angle of 316.45º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A64 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13410100-
CMYK00.930.250.47
HSL316.45º86.11%28.24%-
HSV(B)316.45º92.54%52.55%-
XYZ12.246.2112.61-
YUV57.34152.08182.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=54.92%
G=4.10%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341010000.930.250.47316.4586.1128.24
Hex86A6405D192F13c561c
Octal206121440135315747412634
Binary10000110101011001000101110111001101111100111100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,10,100); }

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

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

 a { background-color: rgb(134,10,100); }

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

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

 span { border-color: rgb(134,10,100); }

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