#860A63

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

Shades of Eggplant #860A63

Tints of Eggplant #860A63

Color information

#860A63 (or 0x860A63) is unknown color: approx Eggplant. HEX triplet: 86, 0A and 63. RGB value is (134,10,99). Sum of RGB (Red+Green+Blue) = 134+10+99=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #860A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A63 is #79F59C. Grayscale: #383838. Windows color (decimal): -7992733 or 6490758. OLE color: 6490758.

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

Color convert

RGB1341099-
CMYK00.930.260.47
HSL316.94º86.11%28.24%-
HSV(B)316.94º92.54%52.55%-
XYZ12.196.1912.36-
YUV57.22151.58182.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=55.14%
G=4.12%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134109900.930.260.47316.9486.1128.24
Hex86A6305D1A2F13d561c
Octal206121430135325747512634
Binary10000110101011000110101110111010101111100111101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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