#860265

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

Shades of Eggplant #860265

Tints of Eggplant #860265

Color information

#860265 (or 0x860265) is unknown color: approx Eggplant. HEX triplet: 86, 02 and 65. RGB value is (134,2,101). Sum of RGB (Red+Green+Blue) = 134+2+101=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #860265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860265 is #79FD9A. Grayscale: #343434. Windows color (decimal): -7994779 or 6619782. OLE color: 6619782.

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

Color convert

RGB1342101-
CMYK00.990.250.47
HSL315º97.06%26.67%-
HSV(B)315º98.51%52.55%-
XYZ12.26.0512.84-
YUV52.75155.23185.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=56.54%
G=0.84%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134210100.990.250.4731597.0626.67
Hex86265063192F13b611b
Octal20621450143315747314133
Binary100001101011001010110001111001101111100111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860265; }

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

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

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

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

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

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

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

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