#860160

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

Shades of Eggplant #860160

Tints of Eggplant #860160

Color information

#860160 (or 0x860160) is unknown color: approx Eggplant. HEX triplet: 86, 01 and 60. RGB value is (134,1,96). Sum of RGB (Red+Green+Blue) = 134+1+96=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #860160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860160 is #79FE9F. Grayscale: #333333. Windows color (decimal): -7995040 or 6291846. OLE color: 6291846.

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

Color convert

RGB134196-
CMYK00.990.280.47
HSL317.14º98.52%26.47%-
HSV(B)317.14º99.25%52.55%-
XYZ11.955.9311.58-
YUV51.6153.06186.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=58.01%
G=0.43%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13419600.990.280.47317.1498.5226.47
Hex861600631C2F13d631a
Octal20611400143345747514332
Binary10000110111000000110001111100101111100111101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860160; }

 p { color: rgb(134,1,96); }

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

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

 a { background-color: rgb(134,1,96); }

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

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

 span { border-color: rgb(134,1,96); }

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