#860A6A

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

Shades of Eggplant #860A6A

Tints of Eggplant #860A6A

Color information

#860A6A (or 0x860A6A) is unknown color: approx Eggplant. HEX triplet: 86, 0A and 6A. RGB value is (134,10,106). Sum of RGB (Red+Green+Blue) = 134+10+106=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #860A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860A6A is #79F595. Grayscale: #393939. Windows color (decimal): -7992726 or 6949510. OLE color: 6949510.

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

Color convert

RGB13410106-
CMYK00.930.210.47
HSL313.55º86.11%28.24%-
HSV(B)313.55º92.54%52.55%-
XYZ12.546.3314.2-
YUV58.02155.08182.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 10 (4.30% from 255) = 4%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=53.6%
G=4%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341010600.930.210.47313.5586.1128.24
Hex86A6A05D152F13a561c
Octal206121520135255747212634
Binary10000110101011010100101110110101101111100111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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