#860366

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

Shades of Eggplant #860366

Tints of Eggplant #860366

Color information

#860366 (or 0x860366) is unknown color: approx Eggplant. HEX triplet: 86, 03 and 66. RGB value is (134,3,102). Sum of RGB (Red+Green+Blue) = 134+3+102=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #860366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860366 is #79FC99. Grayscale: #353535. Windows color (decimal): -7994522 or 6685574. OLE color: 6685574.

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

Color convert

RGB1343102-
CMYK00.980.240.47
HSL314.66º95.62%26.86%-
HSV(B)314.66º97.76%52.55%-
XYZ12.266.0913.1-
YUV53.46155.4185.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=56.07%
G=1.26%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134310200.980.240.47314.6695.6226.86
Hex86366062182F13b601b
Octal20631460142305747314033
Binary100001101111001100110001011000101111100111011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860366; }

 p { color: rgb(134,3,102); }

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

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

 a { background-color: rgb(134,3,102); }

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

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

 span { border-color: rgb(134,3,102); }

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