#860161

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

Shades of Eggplant #860161

Tints of Eggplant #860161

Color information

#860161 (or 0x860161) is unknown color: approx Eggplant. HEX triplet: 86, 01 and 61. RGB value is (134,1,97). Sum of RGB (Red+Green+Blue) = 134+1+97=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #860161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860161 is #79FE9E. Grayscale: #333333. Windows color (decimal): -7995039 or 6357382. OLE color: 6357382.

HSL color Cylindrical-coordinate representation of color #860161: hue angle of 316.69º 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 #860161 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB134197-
CMYK00.990.280.47
HSL316.69º98.52%26.47%-
HSV(B)316.69º99.25%52.55%-
XYZ125.9511.83-
YUV51.71153.56186.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=57.76%
G=0.43%
B=41.81%

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
Decimal13419700.990.280.47316.6998.5226.47
Hex861610631C2F13d631a
Octal20611410143345747514332
Binary10000110111000010110001111100101111100111101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860161; }

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

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

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

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

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

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

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

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