#860A4E

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

Shades of Eggplant #860A4E

Tints of Eggplant #860A4E

Color information

#860A4E (or 0x860A4E) is unknown color: approx Eggplant. HEX triplet: 86, 0A and 4E. RGB value is (134,10,78). Sum of RGB (Red+Green+Blue) = 134+10+78=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #860A4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A4E is #79F5B1. Grayscale: #363636. Windows color (decimal): -7992754 or 5114502. OLE color: 5114502.

HSL color Cylindrical-coordinate representation of color #860A4E: hue angle of 327.1º 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 #860A4E is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1341078-
CMYK00.930.420.47
HSL327.1º86.11%28.24%-
HSV(B)327.1º92.54%52.55%-
XYZ11.325.847.74-
YUV54.83141.08184.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=60.36%
G=4.50%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134107800.930.420.47327.186.1128.24
Hex86A4E05D2A2F147561c
Octal206121160135525750712634
Binary100001101010100111001011101101010101111101000111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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