#860A62

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

Shades of Eggplant #860A62

Tints of Eggplant #860A62

Color information

#860A62 (or 0x860A62) is unknown color: approx Eggplant. HEX triplet: 86, 0A and 62. RGB value is (134,10,98). Sum of RGB (Red+Green+Blue) = 134+10+98=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #860A62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A62 is #79F59D. Grayscale: #383838. Windows color (decimal): -7992734 or 6425222. OLE color: 6425222.

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

Color convert

RGB1341098-
CMYK00.930.270.47
HSL317.42º86.11%28.24%-
HSV(B)317.42º92.54%52.55%-
XYZ12.146.1712.11-
YUV57.11151.08182.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 10 (4.30% from 255) = 4.13%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=55.37%
G=4.13%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134109800.930.270.47317.4286.1128.24
Hex86A6205D1B2F13d561c
Octal206121420135335747512634
Binary10000110101011000100101110111011101111100111101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860A62; }

 p { color: rgb(134,10,98); }

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

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

 a { background-color: rgb(134,10,98); }

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

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

 span { border-color: rgb(134,10,98); }

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