#860663

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

Shades of Eggplant #860663

Tints of Eggplant #860663

Color information

#860663 (or 0x860663) is unknown color: approx Eggplant. HEX triplet: 86, 06 and 63. RGB value is (134,6,99). Sum of RGB (Red+Green+Blue) = 134+6+99=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #860663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860663 is #79F99C. Grayscale: #363636. Windows color (decimal): -7993757 or 6489734. OLE color: 6489734.

HSL color Cylindrical-coordinate representation of color #860663: hue angle of 316.41º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860663 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB134699-
CMYK00.960.260.47
HSL316.41º91.43%27.45%-
HSV(B)316.41º95.52%52.55%-
XYZ12.156.112.34-
YUV54.87152.91184.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=56.07%
G=2.51%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13469900.960.260.47316.4191.4327.45
Hex866630601A2F13c5b1b
Octal20661430140325747413333
Binary1000011011011000110110000011010101111100111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860663; }

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

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

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

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

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

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

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

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